Color Hex Logo

#819951 Color Hex

#819951
(129,153,81)
0 Favorites   0 Comments

Color spaces of #819951

RGB 12915381
HSL0.220.310.46
HSV80°47°60°
CMYK 0.160.000.47   0.40
XYZ21.929728.043712.0417
Yxy28.04370.35360.4522
Hunter Lab52.9563-18.755023.5875
CIE-Lab59.9282-20.609034.9104

#819951 color RGB value is (129,153,81).

#819951 hex color red value is 129, green value is 153 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #819951 hue: 0.22 , saturation: 0.31 and the lightness value of 819951 is 0.46.

The process color (four color CMYK) of #819951 color hex is 0.16, 0.00, 0.47, 0.40. Web safe color of #819951 is #999966. Color #819951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011001 01010001
Octal 201 231 121
Decimal 129 153 81
Hex 81 99 51

RGB Percentages of Color #819951

%35.54
%42.15
%22.31

CMYK Percentages of Color #819951

%16
%0
%47
%40

Triadic Colors of #819951

#819951 #518199 #995181

Analogous Colors of #819951

#819951 #5d9951 #998d51

Monochromatic Colors of #819951

#819951

Complementary Color

#819951 #695199

#819951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#819951 Color CSS Codes

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

#819951 Text Font Color

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

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


#819951 Background Color

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

This div background color is #819951


#819951 Border Color

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

This div border color is #819951


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,153,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #819951; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #819951;
  -webkit-box-shadow: 1px 1px 3px 2px #819951;
  box-shadow:         1px 1px 3px 2px #819951; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819951


Comments

No comments written yet.

Please login to write comment.