Color Hex Logo

#809615 Color Hex

#809615
(128,150,21)
0 Favorites   0 Comments

Color spaces of #809615

RGB 12815021
HSL0.200.750.34
HSV70°86°59°
CMYK 0.150.000.86   0.41
XYZ19.943826.45604.7648
Yxy26.45600.38980.5171
Hunter Lab51.4354-20.799530.5124
CIE-Lab58.4674-23.863857.9133

#809615 color RGB value is (128,150,21).

#809615 hex color red value is 128, green value is 150 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #809615 hue: 0.20 , saturation: 0.75 and the lightness value of 809615 is 0.34.

The process color (four color CMYK) of #809615 color hex is 0.15, 0.00, 0.86, 0.41. Web safe color of #809615 is #999900. Color #809615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010110 00010101
Octal 200 226 25
Decimal 128 150 21
Hex 80 96 15

RGB Percentages of Color #809615

%42.81
%50.17
%7.02

CMYK Percentages of Color #809615

%15
%0
%86
%41

Triadic Colors of #809615

#809615 #158096 #961580

Analogous Colors of #809615

#809615 #409615 #966c15

Monochromatic Colors of #809615

#809615

Complementary Color

#809615 #2b1596

#809615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809615 Color CSS Codes

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

#809615 Text Font Color

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

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


#809615 Background Color

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

This div background color is #809615


#809615 Border Color

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

This div border color is #809615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809615


Comments

No comments written yet.

Please login to write comment.