COLOR #80947E

HEX: #80947E
RGB: (128,148,126)

Color info

#80947E contains red, green and blue colors in about the same proportion. Web safe color of #80947E is #669966 (or #696).

RGB color model

#80947E color RGB value is (128,148,126).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 126 of 255 = 49%

128
148
126

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 126 = 402 (100%)
R 128 of 402 ~ 31.84%
G 148 of 402 ~ 36.82%
B 126 of 402 ~ 31.34%

%31.84
%36.82
%31.34

CMYK color model

#80947E color CMYK value is (14,0,15,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 41.96%
CMYK: (14,0,15,42) C14M0Y15K42 (14%,0%,15%,42%) (0.14/0.00/0.15/0.42)

CMYK percentages

%13.51
%0
%14.86
%41.96

Codes

Color #80947E in popluar color models

80947E
RGB128148126
HSL115°9.32%53.73%
HSB/HSV115°14.86%58.04%
CMYK13.51%0.00%14.86%
41.96%

Color #80947E in popluar number systems.

HEX80947E
Decimal128148126
Binary10000000100101001111110
Octal200224176

Shades and tints

Shades of #80947E

#80947E
(128,148,126)
#758773
(117,135,115)
#6A7A68
(106,122,104)
#5F6D5D
(95,109,93)
#546052
(84,96,82)
#495347
(73,83,71)
#3E463C
(62,70,60)
#333931
(51,57,49)
#282C26
(40,44,38)
#1D1F1B
(29,31,27)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #80947E

#80947E
(128,148,126)
#8B9D89
(139,157,137)
#96A694
(150,166,148)
#A1AF9F
(161,175,159)
#ACB8AA
(172,184,170)
#B7C1B5
(183,193,181)
#C2CAC0
(194,202,192)
#CDD3CB
(205,211,203)
#D8DCD6
(216,220,214)
#E3E5E1
(227,229,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80947E color. Also use rgb(128,148,126) instead hex code.

Text Font Color

.myTextColor { color: #80947E; }

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

This text font color is #80947E.


Background Color

.myBgColor { background-color: #80947E; }

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

This div background color is #80947E.


Border color

.myBorderColor { border: 1px solid #80947E; }

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

This div border color is #80947E.


Opacity

.myOpacity80 { color: #80947E; opacity: 0.8; }

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

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

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

This text has shadow with #80947E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #80947E on black background.


Color preview on white background

This text has color #80947E on white background.



Black color preview on #80947E background

This text has black color on #80947E background.


White color preview on #80947E background

This text has white color on #80947E background.