COLOR #80977E

HEX: #80977E
RGB: (128,151,126)

Color info

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

RGB color model

#80977E color RGB value is (128,151,126).

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

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 126 of 255 = 49%

128
151
126

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 126 = 405 (100%)
R 128 of 405 ~ 31.6%
G 151 of 405 ~ 37.28%
B 126 of 405 ~ 31.11%

%31.6
%37.28
%31.11

CMYK color model

#80977E color CMYK value is (15,0,17,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(15,0,17,41)
C15M0Y17K41 
(15%,0%,17%,41%)
(0.15/0.00/0.17/0.41)	

CMYK percentages

%15.23
%0
%16.56
%40.78

Codes

Color #80977E in popluar color models

80977E
RGB128151126
HSL115°10.73%54.31%
HSB/HSV115°16.56%59.22%
CMYK15.23%0.00%16.56%
40.78%

Color #80977E in popluar number systems.

HEX80977E
Decimal128151126
Binary10000000100101111111110
Octal200227176

Shades and tints

Shades of #80977E

#80977E
(128,151,126)
#758A73
(117,138,115)
#6A7D68
(106,125,104)
#5F705D
(95,112,93)
#546352
(84,99,82)
#495647
(73,86,71)
#3E493C
(62,73,60)
#333C31
(51,60,49)
#282F26
(40,47,38)
#1D221B
(29,34,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #80977E

#80977E
(128,151,126)
#8BA089
(139,160,137)
#96A994
(150,169,148)
#A1B29F
(161,178,159)
#ACBBAA
(172,187,170)
#B7C4B5
(183,196,181)
#C2CDC0
(194,205,192)
#CDD6CB
(205,214,203)
#D8DFD6
(216,223,214)
#E3E8E1
(227,232,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80977E; }

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

This text font color is #80977E.


Background Color

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

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

This div background color is #80977E.


Border color

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

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

This div border color is #80977E.


Opacity

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

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

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

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

This text has shadow with #80977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80977E on black background.


Color preview on white background

This text has color #80977E on white background.



Black color preview on #80977E background

This text has black color on #80977E background.


White color preview on #80977E background

This text has white color on #80977E background.