Color Hex Logo

#808869 Color Hex

#808869
(128,136,105)
0 Favorites   0 Comments

Color spaces of #808869

RGB 128136105
HSL0.210.130.47
HSV75°23°53°
CMYK 0.060.000.23   0.47
XYZ20.256023.217416.7784
Yxy23.21740.33620.3853
Hunter Lab48.1844-9.284113.0836
CIE-Lab55.2956-8.649815.6990

#808869 color RGB value is (128,136,105).

#808869 hex color red value is 128, green value is 136 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #808869 hue: 0.21 , saturation: 0.13 and the lightness value of 808869 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 01101001
Octal 200 210 151
Decimal 128 136 105
Hex 80 88 69

RGB Percentages of Color #808869

%34.69
%36.86
%28.46

CMYK Percentages of Color #808869

%6
%0
%23
%47

Triadic Colors of #808869

#808869 #698088 #886980

Analogous Colors of #808869

#808869 #718869 #888169

Monochromatic Colors of #808869

#808869

Complementary Color

#808869 #716988

#808869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808869 Color CSS Codes

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

#808869 Text Font Color

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

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


#808869 Background Color

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

This div background color is #808869


#808869 Border Color

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

This div border color is #808869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808869

#808869 Color Palettes


Comments

No comments written yet.

Please login to write comment.