Color Hex Logo

#81887f Color Hex

#81887F
(129,136,127)
0 Favorites   0 Comments

Color spaces of #81887f

RGB 129136127
HSL0.300.040.52
HSV107°53°
CMYK 0.050.000.07   0.47
XYZ21.688223.807823.5309
Yxy23.80780.31420.3449
Hunter Lab48.7932-6.04645.5622
CIE-Lab55.8948-4.35373.9359

#81887f color RGB value is (129,136,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001000 01111111
Octal 201 210 177
Decimal 129 136 127
Hex 81 88 7F

RGB Percentages of Color #81887f

%32.91
%34.69
%32.40

CMYK Percentages of Color #81887f

%5
%0
%7
%47

Triadic Colors of #81887f

#81887f #7f8188 #887f81

Analogous Colors of #81887f

#81887f #7f8882 #86887f

Monochromatic Colors of #81887f

#81887f

Complementary Color

#81887f #867f88

#81887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81887f Color CSS Codes

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

#81887f Text Font Color

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

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


#81887f Background Color

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

This div background color is #81887f


#81887f Border Color

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

This div border color is #81887f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #81887f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81887f


Comments

No comments written yet.

Please login to write comment.