Color Hex Logo

#87894b Color Hex

#87894B
(135,137,75)
0 Favorites   0 Comments

Color spaces of #87894b

RGB 13513775
HSL0.170.290.42
HSV62°45°54°
CMYK 0.010.000.45   0.46
XYZ20.207323.550210.1372
Yxy23.55020.37490.4370
Hunter Lab48.5285-10.597521.5848
CIE-Lab55.6346-10.350732.8618

#87894b color RGB value is (135,137,75).

#87894b hex color red value is 135, green value is 137 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #87894b hue: 0.17 , saturation: 0.29 and the lightness value of 87894b is 0.42.

The process color (four color CMYK) of #87894b color hex is 0.01, 0.00, 0.45, 0.46. Web safe color of #87894b is #999933. Color #87894b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 01001011
Octal 207 211 113
Decimal 135 137 75
Hex 87 89 4B

RGB Percentages of Color #87894b

%38.90
%39.48
%21.61

CMYK Percentages of Color #87894b

%1
%0
%45
%46

Triadic Colors of #87894b

#87894b #4b8789 #894b87

Analogous Colors of #87894b

#87894b #68894b #896c4b

Monochromatic Colors of #87894b

#87894b

Complementary Color

#87894b #4d4b89

#87894b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87894b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87894b Color CSS Codes

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

#87894b Text Font Color

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

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


#87894b Background Color

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

This div background color is #87894b


#87894b Border Color

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

This div border color is #87894b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87894b


Comments

No comments written yet.

Please login to write comment.