Color Hex Logo

#809961 Color Hex

#809961
(128,153,97)
0 Favorites   0 Comments

Color spaces of #809961

RGB 12815397
HSL0.240.220.49
HSV87°37°60°
CMYK 0.160.000.37   0.40
XYZ22.451028.234715.5758
Yxy28.23470.33880.4261
Hunter Lab53.1363-17.569319.8158
CIE-Lab60.1002-18.939326.6084

#809961 color RGB value is (128,153,97).

#809961 hex color red value is 128, green value is 153 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #809961 hue: 0.24 , saturation: 0.22 and the lightness value of 809961 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011001 01100001
Octal 200 231 141
Decimal 128 153 97
Hex 80 99 61

RGB Percentages of Color #809961

%33.86
%40.48
%25.66

CMYK Percentages of Color #809961

%16
%0
%37
%40

Triadic Colors of #809961

#809961 #618099 #996180

Analogous Colors of #809961

#809961 #649961 #999661

Monochromatic Colors of #809961

#809961

Complementary Color

#809961 #7a6199

#809961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809961 Color CSS Codes

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

#809961 Text Font Color

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

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


#809961 Background Color

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

This div background color is #809961


#809961 Border Color

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

This div border color is #809961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809961


Comments

No comments written yet.

Please login to write comment.