Color Hex Logo

#808616 Color Hex

#808616
(128,134,22)
0 Favorites   0 Comments

Color spaces of #808616

RGB 12813422
HSL0.180.720.31
HSV63°84°53°
CMYK 0.040.000.84   0.47
XYZ17.572021.69734.0209
Yxy21.69730.40590.5012
Hunter Lab46.5804-14.178227.4882
CIE-Lab53.7044-15.612053.5784

#808616 color RGB value is (128,134,22).

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

The process color (four color CMYK) of #808616 color hex is 0.04, 0.00, 0.84, 0.47. Web safe color of #808616 is #999900. Color #808616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 00010110
Octal 200 206 26
Decimal 128 134 22
Hex 80 86 16

RGB Percentages of Color #808616

%45.07
%47.18
%7.75

CMYK Percentages of Color #808616

%4
%0
%84
%47

Triadic Colors of #808616

#808616 #168086 #861680

Analogous Colors of #808616

#808616 #488616 #865416

Monochromatic Colors of #808616

#808616

Complementary Color

#808616 #1c1686

#808616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808616 Color CSS Codes

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

#808616 Text Font Color

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

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


#808616 Background Color

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

This div background color is #808616


#808616 Border Color

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

This div border color is #808616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808616


Comments

No comments written yet.

Please login to write comment.