Color Hex Logo

#808851 Color Hex

#808851
(128,136,81)
0 Favorites   0 Comments

Color spaces of #808851

RGB 12813681
HSL0.190.250.43
HSV69°40°53°
CMYK 0.060.000.40   0.47
XYZ19.191422.791611.1723
Yxy22.79160.36100.4288
Hunter Lab47.7405-11.790119.5433
CIE-Lab54.8570-12.086228.5353

#808851 color RGB value is (128,136,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 01010001
Octal 200 210 121
Decimal 128 136 81
Hex 80 88 51

RGB Percentages of Color #808851

%37.10
%39.42
%23.48

CMYK Percentages of Color #808851

%6
%0
%40
%47

Triadic Colors of #808851

#808851 #518088 #885180

Analogous Colors of #808851

#808851 #658851 #887551

Monochromatic Colors of #808851

#808851

Complementary Color

#808851 #595188

#808851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808851 Color CSS Codes

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

#808851 Text Font Color

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

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


#808851 Background Color

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

This div background color is #808851


#808851 Border Color

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

This div border color is #808851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808851


Comments

No comments written yet.

Please login to write comment.