Color Hex Logo

#809052 Color Hex

#809052
(128,144,82)
0 Favorites   0 Comments

Color spaces of #809052

RGB 12814482
HSL0.210.270.44
HSV75°43°56°
CMYK 0.110.000.43   0.44
XYZ20.398325.144911.7610
Yxy25.14490.35600.4388
Hunter Lab50.1447-15.141421.1953
CIE-Lab57.2163-16.231230.9866

#809052 color RGB value is (128,144,82).

#809052 hex color red value is 128, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #809052 hue: 0.21 , saturation: 0.27 and the lightness value of 809052 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 01010010
Octal 200 220 122
Decimal 128 144 82
Hex 80 90 52

RGB Percentages of Color #809052

%36.16
%40.68
%23.16

CMYK Percentages of Color #809052

%11
%0
%43
%44

Triadic Colors of #809052

#809052 #528090 #905280

Analogous Colors of #809052

#809052 #619052 #908152

Monochromatic Colors of #809052

#809052

Complementary Color

#809052 #625290

#809052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809052 Color CSS Codes

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

#809052 Text Font Color

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

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


#809052 Background Color

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

This div background color is #809052


#809052 Border Color

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

This div border color is #809052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809052


Comments

No comments written yet.

Please login to write comment.