COLOR #80838B

HEX: #80838B
RGB: (128,131,139)

Color info

#80838B contains red, green and blue colors in about the same proportion. Web safe color of #80838B is #669999 (or #699).

RGB color model

#80838B color RGB value is (128,131,139).

  • red value is 128;
  • green value is 131;
  • blue value is 139.
RGB:
(128,131,139)
(50%,51%,55%)

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 139 of 255 = 55%

128
131
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 139 = 398 (100%)
R 128 of 398 ~ 32.16%
G 131 of 398 ~ 32.91%
B 139 of 398 ~ 34.92%

%32.16
%32.91
%34.92

CMYK color model

#80838B color CMYK value is (8,6,0,45).

  • cyan value is 7.91%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(8,6,0,45)
C8M6Y0K45 
(8%,6%,0%,45%)
(0.08/0.06/0.00/0.45)	

CMYK percentages

%7.91
%5.76
%0
%45.49

Codes

Color #80838B in popluar color models

80838B
RGB128131139
HSL224°4.53%52.35%
HSB/HSV224°7.91%54.51%
CMYK7.91%5.76%0.00%
45.49%

Color #80838B in popluar number systems.

HEX80838B
Decimal128131139
Binary100000001000001110001011
Octal200203213

Shades and tints

Shades of #80838B

#80838B
(128,131,139)
#75787F
(117,120,127)
#6A6D73
(106,109,115)
#5F6267
(95,98,103)
#54575B
(84,87,91)
#494C4F
(73,76,79)
#3E4143
(62,65,67)
#333637
(51,54,55)
#282B2B
(40,43,43)
#1D201F
(29,32,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80838B

#80838B
(128,131,139)
#8B8E95
(139,142,149)
#96999F
(150,153,159)
#A1A4A9
(161,164,169)
#ACAFB3
(172,175,179)
#B7BABD
(183,186,189)
#C2C5C7
(194,197,199)
#CDD0D1
(205,208,209)
#D8DBDB
(216,219,219)
#E3E6E5
(227,230,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80838B color. Also use rgb(128,131,139) instead hex code.

Text Font Color

.myTextColor { color: #80838B; }

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

This text font color is #80838B.


Background Color

.myBgColor { background-color: #80838B; }

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

This div background color is #80838B.


Border color

.myBorderColor { border: 1px solid #80838B; }

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

This div border color is #80838B.


Opacity

.myOpacity80 { color: #80838B; opacity: 0.8; }

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

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

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

This text has shadow with #80838B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80838B on black background.


Color preview on white background

This text has color #80838B on white background.



Black color preview on #80838B background

This text has black color on #80838B background.


White color preview on #80838B background

This text has white color on #80838B background.