Color Hex Logo

#84887f Color Hex

#84887F
(132,136,127)
0 Favorites   0 Comments

Color spaces of #84887f

RGB 132136127
HSL0.240.040.52
HSV87°53°
CMYK 0.030.000.07   0.47
XYZ22.150624.046223.5526
Yxy24.04620.31760.3448
Hunter Lab49.0369-5.18395.8487
CIE-Lab56.1340-3.22854.3114

#84887f color RGB value is (132,136,127).

#84887f hex color red value is 132, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #84887f hue: 0.24 , saturation: 0.04 and the lightness value of 84887f is 0.52.

The process color (four color CMYK) of #84887f color hex is 0.03, 0.00, 0.07, 0.47. Web safe color of #84887f is #999966. Color #84887f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 01111111
Octal 204 210 177
Decimal 132 136 127
Hex 84 88 7F

RGB Percentages of Color #84887f

%33.42
%34.43
%32.15

CMYK Percentages of Color #84887f

%3
%0
%7
%47

Triadic Colors of #84887f

#84887f #7f8488 #887f84

Analogous Colors of #84887f

#84887f #80887f #88887f

Monochromatic Colors of #84887f

#84887f

Complementary Color

#84887f #837f88

#84887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84887f Color CSS Codes

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

#84887f Text Font Color

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

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


#84887f Background Color

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

This div background color is #84887f


#84887f Border Color

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

This div border color is #84887f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,136,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84887f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84887f;
  -webkit-box-shadow: 1px 1px 3px 2px #84887f;
  box-shadow:         1px 1px 3px 2px #84887f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,136,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84887f


Comments

No comments written yet.

Please login to write comment.