Color Hex Logo

#714325 Color Hex

#714325
(113,67,37)
0 Favorites   0 Comments

Color spaces of #714325

RGB 1136737
HSL0.070.510.29
HSV24°67°44°
CMYK 0.000.410.67   0.56
XYZ9.15117.65862.7462
Yxy7.65860.46790.3916
Hunter Lab27.674210.595313.4884
CIE-Lab33.261516.830926.2810

#714325 color RGB value is (113,67,37).

#714325 hex color red value is 113, green value is 67 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #714325 hue: 0.07 , saturation: 0.51 and the lightness value of 714325 is 0.29.

The process color (four color CMYK) of #714325 color hex is 0.00, 0.41, 0.67, 0.56. Web safe color of #714325 is #663333. Color #714325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000011 00100101
Octal 161 103 45
Decimal 113 67 37
Hex 71 43 25

RGB Percentages of Color #714325

%52.07
%30.88
%17.05

CMYK Percentages of Color #714325

%0
%41
%67
%56

Triadic Colors of #714325

#714325 #257143 #432571

Analogous Colors of #714325

#714325 #716925 #71252d

Monochromatic Colors of #714325

#714325

Complementary Color

#714325 #255371

#714325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714325 Color CSS Codes

.mybgcolor {background-color:#714325; } 
.myforecolor {color:#714325; }
.mybordercolor {border:3px solid #714325; }

#714325 Text Font Color

<p style="color:#714325">Text here</p>

This sample text font color is #714325
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#714325 Background Color

<div style="background-color:#714325">
Div content here</div>

This div background color is #714325


#714325 Border Color

<div style="border:3px solid #714325">
Div here</div>

This div border color is #714325


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,67,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714325; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714325;
  -webkit-box-shadow: 1px 1px 3px 2px #714325;
  box-shadow:         1px 1px 3px 2px #714325; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,67,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #714325">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #714325;
  -webkit-box-shadow: 1px 1px 3px 2px #714325;
  box-shadow:         1px 1px 3px 2px #714325;">
Div content here</div>

This div box has shadow with color #714325


Comments

No comments written yet.

Please login to write comment.