Color Hex Logo

#871604 Color Hex

#871604
(135,22,4)
0 Favorites   0 Comments

Color spaces of #871604

RGB 135224
HSL0.020.940.27
HSV97°53°
CMYK 0.000.840.97   0.47
XYZ10.30055.73350.6786
Yxy5.73350.61630.3431
Hunter Lab23.944734.883515.0810
CIE-Lab28.729945.582439.8280

#871604 color RGB value is (135,22,4).

#871604 hex color red value is 135, green value is 22 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #871604 hue: 0.02 , saturation: 0.94 and the lightness value of 871604 is 0.27.

The process color (four color CMYK) of #871604 color hex is 0.00, 0.84, 0.97, 0.47. Web safe color of #871604 is #990000. Color #871604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010110 00000100
Octal 207 26 4
Decimal 135 22 4
Hex 87 16 4

RGB Percentages of Color #871604

%83.85
%13.66
%2.48

CMYK Percentages of Color #871604

%0
%84
%97
%47

Triadic Colors of #871604

#871604 #048716 #160487

Analogous Colors of #871604

#871604 #875804 #870433

Monochromatic Colors of #871604

#871604

Complementary Color

#871604 #047587

#871604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871604 Color CSS Codes

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

#871604 Text Font Color

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

This sample text font color is #871604
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.


#871604 Background Color

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

This div background color is #871604


#871604 Border Color

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

This div border color is #871604


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,22,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #871604; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #871604;
  -webkit-box-shadow: 1px 1px 3px 2px #871604;
  box-shadow:         1px 1px 3px 2px #871604; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871604


Comments

No comments written yet.

Please login to write comment.