Color Hex Logo

#81836e Color Hex

#81836E
(129,131,110)
0 Favorites   0 Comments

Color spaces of #81836e

RGB 129131110
HSL0.180.090.47
HSV66°16°51°
CMYK 0.020.000.16   0.49
XYZ19.984022.025517.9499
Yxy22.02550.33330.3673
Hunter Lab46.9313-6.122110.1752
CIE-Lab54.0540-4.641311.1189

#81836e color RGB value is (129,131,110).

#81836e hex color red value is 129, green value is 131 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #81836e hue: 0.18 , saturation: 0.09 and the lightness value of 81836e is 0.47.

The process color (four color CMYK) of #81836e color hex is 0.02, 0.00, 0.16, 0.49. Web safe color of #81836e is #999966. Color #81836e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000011 01101110
Octal 201 203 156
Decimal 129 131 110
Hex 81 83 6E

RGB Percentages of Color #81836e

%34.86
%35.41
%29.73

CMYK Percentages of Color #81836e

%2
%0
%16
%49

Triadic Colors of #81836e

#81836e #6e8183 #836e81

Analogous Colors of #81836e

#81836e #77836e #837b6e

Monochromatic Colors of #81836e

#81836e

Complementary Color

#81836e #706e83

#81836e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81836e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81836e Color CSS Codes

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

#81836e Text Font Color

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

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


#81836e Background Color

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

This div background color is #81836e


#81836e Border Color

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

This div border color is #81836e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,131,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81836e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81836e;
  -webkit-box-shadow: 1px 1px 3px 2px #81836e;
  box-shadow:         1px 1px 3px 2px #81836e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,131,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81836e


Comments

No comments written yet.

Please login to write comment.