Color Hex Logo

#809013 Color Hex

#809013
(128,144,19)
0 Favorites   0 Comments

Color spaces of #809013

RGB 12814419
HSL0.190.770.32
HSV68°87°56°
CMYK 0.110.000.87   0.44
XYZ18.992924.58274.3600
Yxy24.58270.39620.5128
Hunter Lab49.5809-18.388929.4929
CIE-Lab56.6665-20.900756.8636

#809013 color RGB value is (128,144,19).

#809013 hex color red value is 128, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #809013 hue: 0.19 , saturation: 0.77 and the lightness value of 809013 is 0.32.

The process color (four color CMYK) of #809013 color hex is 0.11, 0.00, 0.87, 0.44. Web safe color of #809013 is #999900. Color #809013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 00010011
Octal 200 220 23
Decimal 128 144 19
Hex 80 90 13

RGB Percentages of Color #809013

%43.99
%49.48
%6.53

CMYK Percentages of Color #809013

%11
%0
%87
%44

Triadic Colors of #809013

#809013 #138090 #901380

Analogous Colors of #809013

#809013 #429013 #906213

Monochromatic Colors of #809013

#809013

Complementary Color

#809013 #231390

#809013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809013 Color CSS Codes

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

#809013 Text Font Color

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

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


#809013 Background Color

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

This div background color is #809013


#809013 Border Color

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

This div border color is #809013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809013


Comments

No comments written yet.

Please login to write comment.