COLOR #80927C

HEX: #80927C RGB: (128,146,124)

Color info

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

RGB color model

#80927C color RGB value is (128,146,124).

RGB: (128,146,124) (50%, 57%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 124 of 255 = 49%

128
146
124

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

Portions of RGB colors in percentages

R + G + B = 128 + 146 + 124 = 398 (100%)
R 128 of 398 ~ 32.16%
G 146 of 398 ~ 36.68%
B 124 of 398 ~ 31.16'%

%32.16
%36.68
%31.16

CMYK color model

#80927C color CMYK value is (12,0,15,43).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%

CMYK: (12,0,15,43)
C12M0Y15K43 (12%, 0%, 15%, 43%)
(0.12 / 0.00 / 0.15 / 0.43)

CMYK percentages

%12.33
%0
%15.07
%42.75

Codes

Color #80927C in popluar color models

80 92 7C
RGB 128 146 124
HSL 109° 9.17% 52.94%
HSB/HSV 109° 15.07% 57.25%
CMYK 12.33% 0.00% 15.07%
42.75%

Color #80927C in popluar number systems.

HEX 80 92 7C
Decimal 128 146 124
Binary 10000000 10010010 1111100
Octal 200 222 174

Shades and tints

Shades of #80927C

#80927C
(128,146,124)
#758571
(117,133,113)
#6A7866
(106,120,102)
#5F6B5B
(95,107,91)
#545E50
(84,94,80)
#495145
(73,81,69)
#3E443A
(62,68,58)
#33372F
(51,55,47)
#282A24
(40,42,36)
#1D1D19
(29,29,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #80927C

#80927C
(128,146,124)
#8B9B87
(139,155,135)
#96A492
(150,164,146)
#A1AD9D
(161,173,157)
#ACB6A8
(172,182,168)
#B7BFB3
(183,191,179)
#C2C8BE
(194,200,190)
#CDD1C9
(205,209,201)
#D8DAD4
(216,218,212)
#E3E3DF
(227,227,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80927C color. Also use rgb(128,146,124) instead hex code.

Text Font Color

.myTextColor { color: #80927C; }

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

This text font color is #80927C.

Background Color

.myBgColor { background-color: #80927C; }

<div style="background-color:#80927C">Inner text</div>

This div background color is #80927C.

Border color

.myBorderColor { border: 1px solid #80927C; }

<div style="border:3px solid #80927C">Div</div>

This div border color is #80927C.

Opacity

.myOpacity80 { color: #80927C; opacity: 0.8; }

<p style="color:#80927C;opacity:0.8;">80%</p>

Text with #80927C 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 #80927C;}

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

This text has shadow with #80927C color.


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

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

This text has shadow with #80927C primary color and red secondary color.


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

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

This text has shadow with #80927C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80927C.

Preview

Color preview on black background

This text has color #80927C on black background.


Color preview on white background

This text has color #80927C on white background.


Black color preview on #80927C background

This text has black color on #80927C background.


White color preview on #80927C background

This text has white color on #80927C background.


Related colors

Complementary color

Complementary color for #hex is #7F6D83.


I love getcolorcode.com

Triadic colors

1 #7C8092 and #927C80 with #80927C are triadic colors.

2 #7C9280 and #92807C with #80927C are triadic colors.