COLOR #80948B

HEX: #80948B
RGB: (128,148,139)

Color info

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

RGB color model

#80948B color RGB value is (128,148,139).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 139 of 255 = 55%

128
148
139

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 139 = 415 (100%)
R 128 of 415 ~ 30.84%
G 148 of 415 ~ 35.66%
B 139 of 415 ~ 33.49%

%30.84
%35.66
%33.49

CMYK color model

#80948B color CMYK value is (14,0,6,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(14,0,6,42)
C14M0Y6K42 
(14%,0%,6%,42%)
(0.14/0.00/0.06/0.42)	

CMYK percentages

%13.51
%0
%6.08
%41.96

Codes

Color #80948B in popluar color models

80948B
RGB128148139
HSL153°8.55%54.12%
HSB/HSV153°13.51%58.04%
CMYK13.51%0.00%6.08%
41.96%

Color #80948B in popluar number systems.

HEX80948B
Decimal128148139
Binary100000001001010010001011
Octal200224213

Shades and tints

Shades of #80948B

#80948B
(128,148,139)
#75877F
(117,135,127)
#6A7A73
(106,122,115)
#5F6D67
(95,109,103)
#54605B
(84,96,91)
#49534F
(73,83,79)
#3E4643
(62,70,67)
#333937
(51,57,55)
#282C2B
(40,44,43)
#1D1F1F
(29,31,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #80948B

#80948B
(128,148,139)
#8B9D95
(139,157,149)
#96A69F
(150,166,159)
#A1AFA9
(161,175,169)
#ACB8B3
(172,184,179)
#B7C1BD
(183,193,189)
#C2CAC7
(194,202,199)
#CDD3D1
(205,211,209)
#D8DCDB
(216,220,219)
#E3E5E5
(227,229,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80948B; }

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

This text font color is #80948B.


Background Color

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

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

This div background color is #80948B.


Border color

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

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

This div border color is #80948B.


Opacity

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

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

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

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

This text has shadow with #80948B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80948B on black background.


Color preview on white background

This text has color #80948B on white background.



Black color preview on #80948B background

This text has black color on #80948B background.


White color preview on #80948B background

This text has white color on #80948B background.