Color Hex Logo

#809063 Color Hex

#809063
(128,144,99)
0 Favorites   0 Comments

Color spaces of #809063

RGB 12814499
HSL0.230.190.48
HSV81°31°56°
CMYK 0.110.000.31   0.44
XYZ21.127525.436615.6006
Yxy25.43660.33990.4092
Hunter Lab50.4347-13.485716.9646
CIE-Lab57.4984-13.921522.0670

#809063 color RGB value is (128,144,99).

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

The process color (four color CMYK) of #809063 color hex is 0.11, 0.00, 0.31, 0.44. Web safe color of #809063 is #999966. Color #809063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 01100011
Octal 200 220 143
Decimal 128 144 99
Hex 80 90 63

RGB Percentages of Color #809063

%34.50
%38.81
%26.68

CMYK Percentages of Color #809063

%11
%0
%31
%44

Triadic Colors of #809063

#809063 #638090 #906380

Analogous Colors of #809063

#809063 #6a9063 #908a63

Monochromatic Colors of #809063

#809063

Complementary Color

#809063 #736390

#809063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809063 Color CSS Codes

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

#809063 Text Font Color

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

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


#809063 Background Color

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

This div background color is #809063


#809063 Border Color

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

This div border color is #809063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809063


Comments

No comments written yet.

Please login to write comment.