Color Hex Logo

#875461 Color Hex

#875461
(135,84,97)
0 Favorites   0 Comments

Color spaces of #875461

RGB 1358497
HSL0.960.230.43
HSV345°38°53°
CMYK 0.000.380.28   0.47
XYZ15.319712.354612.8865
Yxy12.35460.37770.3046
Hunter Lab35.149116.28812.8673
CIE-Lab41.774223.08071.4160

#875461 color RGB value is (135,84,97).

#875461 hex color red value is 135, green value is 84 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #875461 hue: 0.96 , saturation: 0.23 and the lightness value of 875461 is 0.43.

The process color (four color CMYK) of #875461 color hex is 0.00, 0.38, 0.28, 0.47. Web safe color of #875461 is #996666. Color #875461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 01100001
Octal 207 124 141
Decimal 135 84 97
Hex 87 54 61

RGB Percentages of Color #875461

%42.72
%26.58
%30.70

CMYK Percentages of Color #875461

%0
%38
%28
%47

Triadic Colors of #875461

#875461 #618754 #546187

Analogous Colors of #875461

#875461 #876154 #87547b

Monochromatic Colors of #875461

#875461

Complementary Color

#875461 #54877a

#875461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875461 Color CSS Codes

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

#875461 Text Font Color

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

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


#875461 Background Color

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

This div background color is #875461


#875461 Border Color

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

This div border color is #875461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875461


Comments

No comments written yet.

Please login to write comment.