Color Hex Logo

#808818 Color Hex

#808818
(128,136,24)
0 Favorites   0 Comments

Color spaces of #808818

RGB 12813624
HSL0.180.700.31
HSV64°82°53°
CMYK 0.060.000.82   0.47
XYZ17.871122.26354.2195
Yxy22.26350.40290.5019
Hunter Lab47.1842-14.965227.7269
CIE-Lab54.3055-16.596053.5358

#808818 color RGB value is (128,136,24).

#808818 hex color red value is 128, green value is 136 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #808818 hue: 0.18 , saturation: 0.70 and the lightness value of 808818 is 0.31.

The process color (four color CMYK) of #808818 color hex is 0.06, 0.00, 0.82, 0.47. Web safe color of #808818 is #999900. Color #808818 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 00011000
Octal 200 210 30
Decimal 128 136 24
Hex 80 88 18

RGB Percentages of Color #808818

%44.44
%47.22
%8.33

CMYK Percentages of Color #808818

%6
%0
%82
%47

Triadic Colors of #808818

#808818 #188088 #881880

Analogous Colors of #808818

#808818 #488818 #885818

Monochromatic Colors of #808818

#808818

Complementary Color

#808818 #201888

#808818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808818 Color CSS Codes

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

#808818 Text Font Color

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

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


#808818 Background Color

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

This div background color is #808818


#808818 Border Color

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

This div border color is #808818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808818


Comments

No comments written yet.

Please login to write comment.