Color Hex Logo

#809d31 Color Hex

#809D31
(128,157,49)
0 Favorites   0 Comments

Color spaces of #809d31

RGB 12815749
HSL0.210.520.40
HSV76°69°62°
CMYK 0.180.000.69   0.38
XYZ21.513428.92497.3549
Yxy28.92490.37220.5005
Hunter Lab53.7819-22.716129.5392
CIE-Lab60.7153-25.954650.8157

#809d31 color RGB value is (128,157,49).

#809d31 hex color red value is 128, green value is 157 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #809d31 hue: 0.21 , saturation: 0.52 and the lightness value of 809d31 is 0.40.

The process color (four color CMYK) of #809d31 color hex is 0.18, 0.00, 0.69, 0.38. Web safe color of #809d31 is #999933. Color #809d31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011101 00110001
Octal 200 235 61
Decimal 128 157 49
Hex 80 9D 31

RGB Percentages of Color #809d31

%38.32
%47.01
%14.67

CMYK Percentages of Color #809d31

%18
%0
%69
%38

Triadic Colors of #809d31

#809d31 #31809d #9d3180

Analogous Colors of #809d31

#809d31 #4a9d31 #9d8431

Monochromatic Colors of #809d31

#809d31

Complementary Color

#809d31 #4e319d

#809d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809d31 Color CSS Codes

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

#809d31 Text Font Color

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

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


#809d31 Background Color

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

This div background color is #809d31


#809d31 Border Color

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

This div border color is #809d31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,157,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809d31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809d31;
  -webkit-box-shadow: 1px 1px 3px 2px #809d31;
  box-shadow:         1px 1px 3px 2px #809d31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809d31


Comments

No comments written yet.

Please login to write comment.