Color Hex Logo

#876849 Color Hex

#876849
(135,104,73)
0 Favorites   0 Comments

Color spaces of #876849

RGB 13510473
HSL0.080.300.41
HSV30°46°53°
CMYK 0.000.230.46   0.47
XYZ16.144615.53268.4505
Yxy15.53260.40230.3871
Hunter Lab39.41144.151214.8752
CIE-Lab46.35528.133922.1982

#876849 color RGB value is (135,104,73).

#876849 hex color red value is 135, green value is 104 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #876849 hue: 0.08 , saturation: 0.30 and the lightness value of 876849 is 0.41.

The process color (four color CMYK) of #876849 color hex is 0.00, 0.23, 0.46, 0.47. Web safe color of #876849 is #996633. Color #876849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 01001001
Octal 207 150 111
Decimal 135 104 73
Hex 87 68 49

RGB Percentages of Color #876849

%43.27
%33.33
%23.40

CMYK Percentages of Color #876849

%0
%23
%46
%47

Triadic Colors of #876849

#876849 #498768 #684987

Analogous Colors of #876849

#876849 #878749 #874949

Monochromatic Colors of #876849

#876849

Complementary Color

#876849 #496887

#876849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876849 Color CSS Codes

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

#876849 Text Font Color

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

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


#876849 Background Color

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

This div background color is #876849


#876849 Border Color

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

This div border color is #876849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876849


Comments

No comments written yet.

Please login to write comment.