Color Hex Logo

#808853 Color Hex

#808853
(128,136,83)
0 Favorites   0 Comments

Color spaces of #808853

RGB 12813683
HSL0.190.240.43
HSV69°39°53°
CMYK 0.060.000.39   0.47
XYZ19.267622.822011.5732
Yxy22.82200.35900.4253
Hunter Lab47.7724-11.608919.0772
CIE-Lab54.8885-11.834327.4828

#808853 color RGB value is (128,136,83).

#808853 hex color red value is 128, green value is 136 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #808853 hue: 0.19 , saturation: 0.24 and the lightness value of 808853 is 0.43.

The process color (four color CMYK) of #808853 color hex is 0.06, 0.00, 0.39, 0.47. Web safe color of #808853 is #999966. Color #808853 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 01010011
Octal 200 210 123
Decimal 128 136 83
Hex 80 88 53

RGB Percentages of Color #808853

%36.89
%39.19
%23.92

CMYK Percentages of Color #808853

%6
%0
%39
%47

Triadic Colors of #808853

#808853 #538088 #885380

Analogous Colors of #808853

#808853 #668853 #887653

Monochromatic Colors of #808853

#808853

Complementary Color

#808853 #5b5388

#808853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808853 Color CSS Codes

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

#808853 Text Font Color

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

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


#808853 Background Color

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

This div background color is #808853


#808853 Border Color

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

This div border color is #808853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808853


Comments

No comments written yet.

Please login to write comment.