Color Hex Logo

#808570 Color Hex

#808570
(128,133,112)
0 Favorites   0 Comments

Color spaces of #808570

RGB 128133112
HSL0.210.090.48
HSV74°16°52°
CMYK 0.040.000.16   0.48
XYZ20.214222.534118.6133
Yxy22.53410.32940.3672
Hunter Lab47.4701-7.06209.9811
CIE-Lab54.5892-5.810610.7068

#808570 color RGB value is (128,133,112).

#808570 hex color red value is 128, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #808570 hue: 0.21 , saturation: 0.09 and the lightness value of 808570 is 0.48.

The process color (four color CMYK) of #808570 color hex is 0.04, 0.00, 0.16, 0.48. Web safe color of #808570 is #999966. Color #808570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 01110000
Octal 200 205 160
Decimal 128 133 112
Hex 80 85 70

RGB Percentages of Color #808570

%34.32
%35.66
%30.03

CMYK Percentages of Color #808570

%4
%0
%16
%48

Triadic Colors of #808570

#808570 #708085 #857080

Analogous Colors of #808570

#808570 #768570 #858070

Monochromatic Colors of #808570

#808570

Complementary Color

#808570 #757085

#808570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808570 Color CSS Codes

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

#808570 Text Font Color

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

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


#808570 Background Color

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

This div background color is #808570


#808570 Border Color

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

This div border color is #808570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808570


Comments

No comments written yet.

Please login to write comment.