COLOR #807570

HEX: #807570
RGB: (128,117,112)

Color info

#807570 contains red, green and blue colors in about the same proportion. Web safe color of #807570 is #666666 (or #666).

RGB color model

#807570 color RGB value is (128,117,112).

  • red value is 128;
  • green value is 117;
  • blue value is 112.
RGB:
(128,117,112)
(50%,46%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 112 of 255 = 44%

128
117
112

R + G + B ~ 47%. #807570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 112 = 357 (100%)
R 128 of 357 ~ 35.85%
G 117 of 357 ~ 32.77%
B 112 of 357 ~ 31.37%

%35.85
%32.77
%31.37

CMYK color model

#807570 color CMYK value is (0,9,13,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(0,9,13,50)
C0M9Y13K50 
(0%,9%,13%,50%)
(0.00/0.09/0.13/0.50)	

CMYK percentages

%0
%8.59
%12.5
%49.8

Codes

Color #807570 in popluar color models

807570
RGB128117112
HSL19°6.67%47.06%
HSB/HSV19°12.50%50.20%
CMYK0.00%8.59%12.50%
49.80%

Color #807570 in popluar number systems.

HEX807570
Decimal128117112
Binary1000000011101011110000
Octal200165160

Shades and tints

Shades of #807570

#807570
(128,117,112)
#756B66
(117,107,102)
#6A615C
(106,97,92)
#5F5752
(95,87,82)
#544D48
(84,77,72)
#49433E
(73,67,62)
#3E3934
(62,57,52)
#332F2A
(51,47,42)
#282520
(40,37,32)
#1D1B16
(29,27,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #807570

#807570
(128,117,112)
#8B817D
(139,129,125)
#968D8A
(150,141,138)
#A19997
(161,153,151)
#ACA5A4
(172,165,164)
#B7B1B1
(183,177,177)
#C2BDBE
(194,189,190)
#CDC9CB
(205,201,203)
#D8D5D8
(216,213,216)
#E3E1E5
(227,225,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807570 color. Also use rgb(128,117,112) instead hex code.

Text Font Color

.myTextColor { color: #807570; }

<p style="color:#807570">This sample text font color is #807570.</p>

This text font color is #807570.


Background Color

.myBgColor { background-color: #807570; }

<div style="background-color:#807570">Inner text</div>

This div background color is #807570.


Border color

.myBorderColor { border: 1px solid #807570; }

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

This div border color is #807570.


Opacity

.myOpacity80 { color: #807570; opacity: 0.8; }

<p style="color:#807570;opacity:0.8;">80%</p>

Text with #807570 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #807570;}

<p style="text-shadow: 3px 3px 1px #807570">Text here.</p>

This text has shadow with #807570 color.

.textShadow {text-shadow: 3px 3px 1px #807570, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #807570, 5px 5px 20px red">Text here.</p>

This text has shadow with #807570 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#807570, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#807570, Direction=45, Strength=4)">Text</p>

This text has shadow with #807570 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #807570;
  -webkit-box-shadow:	1px 1px 3px 2px #807570;
  box-shadow:		1px 1px 3px 2px #807570;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #807570;
-webkit-box-shadow: 1px 1px 3px 2px #807570;
box-shadow:1px 1px 3px 2px #807570;">
Div content here</div>
This div box has shadow with color #807570.

Preview

Color preview on black background

This text has color #807570 on black background.


Color preview on white background

This text has color #807570 on white background.



Black color preview on #807570 background

This text has black color on #807570 background.


White color preview on #807570 background

This text has white color on #807570 background.