Color Hex Logo

#876546 Color Hex

#876546
(135,101,70)
0 Favorites   0 Comments

Color spaces of #876546

RGB 13510170
HSL0.080.320.40
HSV29°48°53°
CMYK 0.000.250.48   0.47
XYZ15.750814.90057.8403
Yxy14.90050.40920.3871
Hunter Lab38.60125.283014.9784
CIE-Lab45.49769.560522.8245

#876546 color RGB value is (135,101,70).

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

The process color (four color CMYK) of #876546 color hex is 0.00, 0.25, 0.48, 0.47. Web safe color of #876546 is #996633. Color #876546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 01000110
Octal 207 145 106
Decimal 135 101 70
Hex 87 65 46

RGB Percentages of Color #876546

%44.12
%33.01
%22.88

CMYK Percentages of Color #876546

%0
%25
%48
%47

Triadic Colors of #876546

#876546 #468765 #654687

Analogous Colors of #876546

#876546 #878646 #874648

Monochromatic Colors of #876546

#876546

Complementary Color

#876546 #466887

#876546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876546 Color CSS Codes

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

#876546 Text Font Color

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

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


#876546 Background Color

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

This div background color is #876546


#876546 Border Color

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

This div border color is #876546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876546


Comments

No comments written yet.

Please login to write comment.