Color Hex Logo

#875d67 Color Hex

#875D67
(135,93,103)
0 Favorites   0 Comments

Color spaces of #875d67

RGB 13593103
HSL0.960.180.45
HSV346°31°53°
CMYK 0.000.310.24   0.47
XYZ16.354213.958914.6643
Yxy13.95890.36360.3104
Hunter Lab37.361612.75152.8820
CIE-Lab44.173918.72921.2309

#875d67 color RGB value is (135,93,103).

#875d67 hex color red value is 135, green value is 93 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #875d67 hue: 0.96 , saturation: 0.18 and the lightness value of 875d67 is 0.45.

The process color (four color CMYK) of #875d67 color hex is 0.00, 0.31, 0.24, 0.47. Web safe color of #875d67 is #996666. Color #875d67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011101 01100111
Octal 207 135 147
Decimal 135 93 103
Hex 87 5D 67

RGB Percentages of Color #875d67

%40.79
%28.10
%31.12

CMYK Percentages of Color #875d67

%0
%31
%24
%47

Triadic Colors of #875d67

#875d67 #67875d #5d6787

Analogous Colors of #875d67

#875d67 #87685d #875d7c

Monochromatic Colors of #875d67

#875d67

Complementary Color

#875d67 #5d877d

#875d67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875d67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875d67 Color CSS Codes

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

#875d67 Text Font Color

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

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


#875d67 Background Color

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

This div background color is #875d67


#875d67 Border Color

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

This div border color is #875d67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875d67


Comments

No comments written yet.

Please login to write comment.