Color Hex Logo

#86872b Color Hex

#86872B
(134,135,43)
0 Favorites   0 Comments

Color spaces of #86872b

RGB 13413543
HSL0.170.520.35
HSV61°68°53°
CMYK 0.010.000.68   0.47
XYZ18.931522.57075.6443
Yxy22.57070.40150.4787
Hunter Lab47.5086-12.010426.2120
CIE-Lab54.6274-12.426547.1986

#86872b color RGB value is (134,135,43).

#86872b hex color red value is 134, green value is 135 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #86872b hue: 0.17 , saturation: 0.52 and the lightness value of 86872b is 0.35.

The process color (four color CMYK) of #86872b color hex is 0.01, 0.00, 0.68, 0.47. Web safe color of #86872b is #999933. Color #86872b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000111 00101011
Octal 206 207 53
Decimal 134 135 43
Hex 86 87 2B

RGB Percentages of Color #86872b

%42.95
%43.27
%13.78

CMYK Percentages of Color #86872b

%1
%0
%68
%47

Triadic Colors of #86872b

#86872b #2b8687 #872b86

Analogous Colors of #86872b

#86872b #58872b #875a2b

Monochromatic Colors of #86872b

#86872b

Complementary Color

#86872b #2c2b87

#86872b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86872b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86872b Color CSS Codes

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

#86872b Text Font Color

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

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


#86872b Background Color

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

This div background color is #86872b


#86872b Border Color

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

This div border color is #86872b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,135,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86872b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86872b;
  -webkit-box-shadow: 1px 1px 3px 2px #86872b;
  box-shadow:         1px 1px 3px 2px #86872b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86872b


Comments

No comments written yet.

Please login to write comment.