COLOR #807273

HEX: #807273 RGB: (128,114,115)

Color info

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

RGB color model

#807273 color RGB value is (128,114,115).

RGB: (128,114,115) (50%, 45%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 115 of 255 = 45%

128
114
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 114 + 115 = 357 (100%)
R 128 of 357 ~ 35.85%
G 114 of 357 ~ 31.93%
B 115 of 357 ~ 32.21'%

%35.85
%31.93
%32.21

CMYK color model

#807273 color CMYK value is (0,11,10,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 10.16%
  • key color value is 49.80%

CMYK: (0,11,10,50)
C0M11Y10K50 (0%, 11%, 10%, 50%)
(0.00 / 0.11 / 0.10 / 0.50)

CMYK percentages

%0
%10.94
%10.16
%49.8

Codes

Color #807273 in popluar color models

80 72 73
RGB 128 114 115
HSL 356° 5.79% 47.45%
HSB/HSV 356° 10.94% 50.20%
CMYK 0.00% 10.94% 10.16%
49.80%

Color #807273 in popluar number systems.

HEX 80 72 73
Decimal 128 114 115
Binary 10000000 1110010 1110011
Octal 200 162 163

Shades and tints

Shades of #807273

#807273
(128,114,115)
#756869
(117,104,105)
#6A5E5F
(106,94,95)
#5F5455
(95,84,85)
#544A4B
(84,74,75)
#494041
(73,64,65)
#3E3637
(62,54,55)
#332C2D
(51,44,45)
#282223
(40,34,35)
#1D1819
(29,24,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #807273

#807273
(128,114,115)
#8B7E7F
(139,126,127)
#968A8B
(150,138,139)
#A19697
(161,150,151)
#ACA2A3
(172,162,163)
#B7AEAF
(183,174,175)
#C2BABB
(194,186,187)
#CDC6C7
(205,198,199)
#D8D2D3
(216,210,211)
#E3DEDF
(227,222,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807273; }

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

This text font color is #807273.

Background Color

.myBgColor { background-color: #807273; }

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

This div background color is #807273.

Border color

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

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

This div border color is #807273.

Opacity

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

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

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

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

This text has shadow with #807273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807273.

Preview

Color preview on black background

This text has color #807273 on black background.


Color preview on white background

This text has color #807273 on white background.


Black color preview on #807273 background

This text has black color on #807273 background.


White color preview on #807273 background

This text has white color on #807273 background.


Related colors

Complementary color

Complementary color for #hex is #7F8D8C.


I love getcolorcode.com

Triadic colors

1 #738072 and #727380 with #807273 are triadic colors.

2 #737280 and #728073 with #807273 are triadic colors.