COLOR #80937F

HEX: #80937F RGB: (128,147,127)

Color info

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

RGB color model

#80937F color RGB value is (128,147,127).

RGB: (128,147,127) (50%, 58%, 50%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 127 of 255 = 50%

128
147
127

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

Portions of RGB colors in percentages

R + G + B = 128 + 147 + 127 = 402 (100%)
R 128 of 402 ~ 31.84%
G 147 of 402 ~ 36.57%
B 127 of 402 ~ 31.59'%

%31.84
%36.57
%31.59

CMYK color model

#80937F color CMYK value is (13,0,14,42).

  • cyan value is 12.93%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%

CMYK: (13,0,14,42)
C13M0Y14K42 (13%, 0%, 14%, 42%)
(0.13 / 0.00 / 0.14 / 0.42)

CMYK percentages

%12.93
%0
%13.61
%42.35

Codes

Color #80937F in popluar color models

80 93 7F
RGB 128 147 127
HSL 117° 8.47% 53.73%
HSB/HSV 117° 13.61% 57.65%
CMYK 12.93% 0.00% 13.61%
42.35%

Color #80937F in popluar number systems.

HEX 80 93 7F
Decimal 128 147 127
Binary 10000000 10010011 1111111
Octal 200 223 177

Shades and tints

Shades of #80937F

#80937F
(128,147,127)
#758674
(117,134,116)
#6A7969
(106,121,105)
#5F6C5E
(95,108,94)
#545F53
(84,95,83)
#495248
(73,82,72)
#3E453D
(62,69,61)
#333832
(51,56,50)
#282B27
(40,43,39)
#1D1E1C
(29,30,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #80937F

#80937F
(128,147,127)
#8B9C8A
(139,156,138)
#96A595
(150,165,149)
#A1AEA0
(161,174,160)
#ACB7AB
(172,183,171)
#B7C0B6
(183,192,182)
#C2C9C1
(194,201,193)
#CDD2CC
(205,210,204)
#D8DBD7
(216,219,215)
#E3E4E2
(227,228,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80937F color. Also use rgb(128,147,127) instead hex code.

Text Font Color

.myTextColor { color: #80937F; }

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

This text font color is #80937F.

Background Color

.myBgColor { background-color: #80937F; }

<div style="background-color:#80937F">Inner text</div>

This div background color is #80937F.

Border color

.myBorderColor { border: 1px solid #80937F; }

<div style="border:3px solid #80937F">Div</div>

This div border color is #80937F.

Opacity

.myOpacity80 { color: #80937F; opacity: 0.8; }

<p style="color:#80937F;opacity:0.8;">80%</p>

Text with #80937F 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 #80937F;}

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

This text has shadow with #80937F color.


.textShadow {text-shadow: 3px 3px 1px #80937F', 3px 3px 1px red;}

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

This text has shadow with #80937F primary color and red secondary color.


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

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

This text has shadow with #80937F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80937F; -webkit-box-shadow: 1px 1px 3px 2px #80937F; box-shadow:1px 1px 3px 2px #80937F;">
Div content here
</div>

This div box has shadow with color #80937F.

Preview

Color preview on black background

This text has color #80937F on black background.


Color preview on white background

This text has color #80937F on white background.


Black color preview on #80937F background

This text has black color on #80937F background.


White color preview on #80937F background

This text has white color on #80937F background.


Related colors

Complementary color

Complementary color for #hex is #7F6C80.


I love getcolorcode.com

Triadic colors

1 #7F8093 and #937F80 with #80937F are triadic colors.

2 #7F9380 and #93807F with #80937F are triadic colors.