COLOR #80977D

HEX: #80977D
RGB: (128,151,125)

Color info

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

RGB color model

#80977D color RGB value is (128,151,125).

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

RGB channels and saturation

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

128
151
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 151 + 125 = 404 (100%)
R 128 of 404 ~ 31.68%
G 151 of 404 ~ 37.38%
B 125 of 404 ~ 30.94%

%31.68
%37.38
%30.94

CMYK color model

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

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • 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
%17.22
%40.78

Codes

Color #80977D in popluar color models

80977D
RGB128151125
HSL113°11.11%54.12%
HSB/HSV113°17.22%59.22%
CMYK15.23%0.00%17.22%
40.78%

Color #80977D in popluar number systems.

HEX80977D
Decimal128151125
Binary10000000100101111111101
Octal200227175

Shades and tints

Shades of #80977D

#80977D
(128,151,125)
#758A72
(117,138,114)
#6A7D67
(106,125,103)
#5F705C
(95,112,92)
#546351
(84,99,81)
#495646
(73,86,70)
#3E493B
(62,73,59)
#333C30
(51,60,48)
#282F25
(40,47,37)
#1D221A
(29,34,26)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #80977D

#80977D
(128,151,125)
#8BA088
(139,160,136)
#96A993
(150,169,147)
#A1B29E
(161,178,158)
#ACBBA9
(172,187,169)
#B7C4B4
(183,196,180)
#C2CDBF
(194,205,191)
#CDD6CA
(205,214,202)
#D8DFD5
(216,223,213)
#E3E8E0
(227,232,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80977D; }

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

This text font color is #80977D.


Background Color

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

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

This div background color is #80977D.


Border color

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

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

This div border color is #80977D.


Opacity

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

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

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

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

This text has shadow with #80977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80977D on black background.


Color preview on white background

This text has color #80977D on white background.



Black color preview on #80977D background

This text has black color on #80977D background.


White color preview on #80977D background

This text has white color on #80977D background.