Color Hex Logo

#875610 Color Hex

#875610
(135,86,16)
0 Favorites   0 Comments

Color spaces of #875610

RGB 1358616
HSL0.100.790.30
HSV35°88°53°
CMYK 0.000.360.88   0.47
XYZ13.413011.84392.0694
Yxy11.84390.49080.4334
Hunter Lab34.41509.343020.5253
CIE-Lab40.966914.767844.8455

#875610 color RGB value is (135,86,16).

#875610 hex color red value is 135, green value is 86 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #875610 hue: 0.10 , saturation: 0.79 and the lightness value of 875610 is 0.30.

The process color (four color CMYK) of #875610 color hex is 0.00, 0.36, 0.88, 0.47. Web safe color of #875610 is #996600. Color #875610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010110 00010000
Octal 207 126 20
Decimal 135 86 16
Hex 87 56 10

RGB Percentages of Color #875610

%56.96
%36.29
%6.75

CMYK Percentages of Color #875610

%0
%36
%88
%47

Triadic Colors of #875610

#875610 #108756 #561087

Analogous Colors of #875610

#875610 #7d8710 #871b10

Monochromatic Colors of #875610

#875610

Complementary Color

#875610 #104187

#875610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875610 Color CSS Codes

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

#875610 Text Font Color

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

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


#875610 Background Color

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

This div background color is #875610


#875610 Border Color

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

This div border color is #875610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875610


Comments

No comments written yet.

Please login to write comment.