Color Hex Logo

#808928 Color Hex

#808928
(128,137,40)
0 Favorites   0 Comments

Color spaces of #808928

RGB 12813740
HSL0.180.550.35
HSV66°71°54°
CMYK 0.070.000.71   0.46
XYZ18.230822.63375.4154
Yxy22.63370.39390.4891
Hunter Lab47.5749-14.854526.5535
CIE-Lab54.6930-16.357448.3338

#808928 color RGB value is (128,137,40).

#808928 hex color red value is 128, green value is 137 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #808928 hue: 0.18 , saturation: 0.55 and the lightness value of 808928 is 0.35.

The process color (four color CMYK) of #808928 color hex is 0.07, 0.00, 0.71, 0.46. Web safe color of #808928 is #999933. Color #808928 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 00101000
Octal 200 211 50
Decimal 128 137 40
Hex 80 89 28

RGB Percentages of Color #808928

%41.97
%44.92
%13.11

CMYK Percentages of Color #808928

%7
%0
%71
%46

Triadic Colors of #808928

#808928 #288089 #892880

Analogous Colors of #808928

#808928 #4f8928 #896228

Monochromatic Colors of #808928

#808928

Complementary Color

#808928 #312889

#808928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808928 Color CSS Codes

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

#808928 Text Font Color

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

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


#808928 Background Color

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

This div background color is #808928


#808928 Border Color

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

This div border color is #808928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808928


Comments

No comments written yet.

Please login to write comment.