Color Hex Logo

#809073 Color Hex

#809073
(128,144,115)
0 Favorites   0 Comments

Color spaces of #809073

RGB 128144115
HSL0.260.120.51
HSV93°20°56°
CMYK 0.110.000.20   0.44
XYZ21.969925.773520.0365
Yxy25.77350.32410.3803
Hunter Lab50.7676-11.596712.1373
CIE-Lab57.8214-11.340813.5198

#809073 color RGB value is (128,144,115).

#809073 hex color red value is 128, green value is 144 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #809073 hue: 0.26 , saturation: 0.12 and the lightness value of 809073 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 01110011
Octal 200 220 163
Decimal 128 144 115
Hex 80 90 73

RGB Percentages of Color #809073

%33.07
%37.21
%29.72

CMYK Percentages of Color #809073

%11
%0
%20
%44

Triadic Colors of #809073

#809073 #738090 #907380

Analogous Colors of #809073

#809073 #739075 #8f9073

Monochromatic Colors of #809073

#809073

Complementary Color

#809073 #837390

#809073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809073 Color CSS Codes

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

#809073 Text Font Color

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

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


#809073 Background Color

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

This div background color is #809073


#809073 Border Color

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

This div border color is #809073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809073


Comments

No comments written yet.

Please login to write comment.