COLOR #80585F

HEX: #80585F
RGB: (128,88,95)

Color info

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

RGB color model

#80585F color RGB value is (128,88,95).

  • red value is 128;
  • green value is 88;
  • blue value is 95.
RGB:
(128,88,95)
(50%,35%,37%)

RGB channels and saturation

R 128 of 255 = 50%
G 88 of 255 = 35%
B 95 of 255 = 37%

128
88
95

R + G + B ~ 41%. #80585F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 88 + 95 = 311 (100%)
R 128 of 311 ~ 41.16%
G 88 of 311 ~ 28.3%
B 95 of 311 ~ 30.55%

%41.16
%28.3
%30.55

CMYK color model

#80585F color CMYK value is (0,31,26,50).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(0,31,26,50)
C0M31Y26K50 
(0%,31%,26%,50%)
(0.00/0.31/0.26/0.50)	

CMYK percentages

%0
%31.25
%25.78
%49.8

Codes

Color #80585F in popluar color models

80585F
RGB1288895
HSL350°18.52%42.35%
HSB/HSV350°31.25%50.20%
CMYK0.00%31.25%25.78%
49.80%

Color #80585F in popluar number systems.

HEX80585F
Decimal1288895
Binary1000000010110001011111
Octal200130137

Shades and tints

Shades of #80585F

#80585F
(128,88,95)
#755057
(117,80,87)
#6A484F
(106,72,79)
#5F4047
(95,64,71)
#54383F
(84,56,63)
#493037
(73,48,55)
#3E282F
(62,40,47)
#332027
(51,32,39)
#28181F
(40,24,31)
#1D1017
(29,16,23)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #80585F

#80585F
(128,88,95)
#8B676D
(139,103,109)
#96767B
(150,118,123)
#A18589
(161,133,137)
#AC9497
(172,148,151)
#B7A3A5
(183,163,165)
#C2B2B3
(194,178,179)
#CDC1C1
(205,193,193)
#D8D0CF
(216,208,207)
#E3DFDD
(227,223,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80585F color. Also use rgb(128,88,95) instead hex code.

Text Font Color

.myTextColor { color: #80585F; }

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

This text font color is #80585F.


Background Color

.myBgColor { background-color: #80585F; }

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

This div background color is #80585F.


Border color

.myBorderColor { border: 1px solid #80585F; }

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

This div border color is #80585F.


Opacity

.myOpacity80 { color: #80585F; opacity: 0.8; }

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

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

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

This text has shadow with #80585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80585F on black background.


Color preview on white background

This text has color #80585F on white background.



Black color preview on #80585F background

This text has black color on #80585F background.


White color preview on #80585F background

This text has white color on #80585F background.