Color Hex Logo

#876145 Color Hex

#876145
(135,97,69)
0 Favorites   0 Comments

Color spaces of #876145

RGB 1359769
HSL0.070.320.40
HSV25°49°53°
CMYK 0.000.280.49   0.47
XYZ15.340514.13007.5490
Yxy14.13000.41440.3817
Hunter Lab37.58997.063814.4060
CIE-Lab44.418811.804822.0079

#876145 color RGB value is (135,97,69).

#876145 hex color red value is 135, green value is 97 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #876145 hue: 0.07 , saturation: 0.32 and the lightness value of 876145 is 0.40.

The process color (four color CMYK) of #876145 color hex is 0.00, 0.28, 0.49, 0.47. Web safe color of #876145 is #996633. Color #876145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100001 01000101
Octal 207 141 105
Decimal 135 97 69
Hex 87 61 45

RGB Percentages of Color #876145

%44.85
%32.23
%22.92

CMYK Percentages of Color #876145

%0
%28
%49
%47

Triadic Colors of #876145

#876145 #458761 #614587

Analogous Colors of #876145

#876145 #878245 #87454a

Monochromatic Colors of #876145

#876145

Complementary Color

#876145 #456b87

#876145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876145 Color CSS Codes

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

#876145 Text Font Color

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

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


#876145 Background Color

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

This div background color is #876145


#876145 Border Color

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

This div border color is #876145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876145


Comments

No comments written yet.

Please login to write comment.