COLOR #806072

HEX: #806072
RGB: (128,96,114)

Color info

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

RGB color model

#806072 color RGB value is (128,96,114).

  • red value is 128;
  • green value is 96;
  • blue value is 114.
RGB:
(128,96,114)
(50%,38%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 96 of 255 = 38%
B 114 of 255 = 45%

128
96
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 96 + 114 = 338 (100%)
R 128 of 338 ~ 37.87%
G 96 of 338 ~ 28.4%
B 114 of 338 ~ 33.73%

%37.87
%28.4
%33.73

CMYK color model

#806072 color CMYK value is (0,25,11,50).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,25,11,50)
C0M25Y11K50 
(0%,25%,11%,50%)
(0.00/0.25/0.11/0.50)	

CMYK percentages

%0
%25
%10.94
%49.8

Codes

Color #806072 in popluar color models

806072
RGB12896114
HSL326°14.29%43.92%
HSB/HSV326°25.00%50.20%
CMYK0.00%25.00%10.94%
49.80%

Color #806072 in popluar number systems.

HEX806072
Decimal12896114
Binary1000000011000001110010
Octal200140162

Shades and tints

Shades of #806072

#806072
(128,96,114)
#755868
(117,88,104)
#6A505E
(106,80,94)
#5F4854
(95,72,84)
#54404A
(84,64,74)
#493840
(73,56,64)
#3E3036
(62,48,54)
#33282C
(51,40,44)
#282022
(40,32,34)
#1D1818
(29,24,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #806072

#806072
(128,96,114)
#8B6E7E
(139,110,126)
#967C8A
(150,124,138)
#A18A96
(161,138,150)
#AC98A2
(172,152,162)
#B7A6AE
(183,166,174)
#C2B4BA
(194,180,186)
#CDC2C6
(205,194,198)
#D8D0D2
(216,208,210)
#E3DEDE
(227,222,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806072 color. Also use rgb(128,96,114) instead hex code.

Text Font Color

.myTextColor { color: #806072; }

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

This text font color is #806072.


Background Color

.myBgColor { background-color: #806072; }

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

This div background color is #806072.


Border color

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

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

This div border color is #806072.


Opacity

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

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

Text with #806072 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 #806072;}

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

This text has shadow with #806072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806072 on black background.


Color preview on white background

This text has color #806072 on white background.



Black color preview on #806072 background

This text has black color on #806072 background.


White color preview on #806072 background

This text has white color on #806072 background.