COLOR #808C7D

HEX: #808C7D RGB: (128,140,125)

Color info

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

RGB color model

#808C7D color RGB value is (128,140,125).

RGB: (128,140,125) (50%, 55%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 140 of 255 = 55%
B 125 of 255 = 49%

128
140
125

R + G + B ~ 51%. #808C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 140 + 125 = 393 (100%)
R 128 of 393 ~ 32.57%
G 140 of 393 ~ 35.62%
B 125 of 393 ~ 31.81'%

%32.57
%35.62
%31.81

CMYK color model

#808C7D color CMYK value is (9,0,11,45).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%

CMYK: (9,0,11,45)
C9M0Y11K45 (9%, 0%, 11%, 45%)
(0.09 / 0.00 / 0.11 / 0.45)

CMYK percentages

%8.57
%0
%10.71
%45.1

Codes

Color #808C7D in popluar color models

80 8C 7D
RGB 128 140 125
HSL 108° 6.12% 51.96%
HSB/HSV 108° 10.71% 54.90%
CMYK 8.57% 0.00% 10.71%
45.10%

Color #808C7D in popluar number systems.

HEX 80 8C 7D
Decimal 128 140 125
Binary 10000000 10001100 1111101
Octal 200 214 175

Shades and tints

Shades of #808C7D

#808C7D
(128,140,125)
#758072
(117,128,114)
#6A7467
(106,116,103)
#5F685C
(95,104,92)
#545C51
(84,92,81)
#495046
(73,80,70)
#3E443B
(62,68,59)
#333830
(51,56,48)
#282C25
(40,44,37)
#1D201A
(29,32,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #808C7D

#808C7D
(128,140,125)
#8B9688
(139,150,136)
#96A093
(150,160,147)
#A1AA9E
(161,170,158)
#ACB4A9
(172,180,169)
#B7BEB4
(183,190,180)
#C2C8BF
(194,200,191)
#CDD2CA
(205,210,202)
#D8DCD5
(216,220,213)
#E3E6E0
(227,230,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808C7D color. Also use rgb(128,140,125) instead hex code.

Text Font Color

.myTextColor { color: #808C7D; }

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

This text font color is #808C7D.

Background Color

.myBgColor { background-color: #808C7D; }

<div style="background-color:#808C7D">Inner text</div>

This div background color is #808C7D.

Border color

.myBorderColor { border: 1px solid #808C7D; }

<div style="border:3px solid #808C7D">Div</div>

This div border color is #808C7D.

Opacity

.myOpacity80 { color: #808C7D; opacity: 0.8; }

<p style="color:#808C7D;opacity:0.8;">80%</p>

Text with #808C7D 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 #808C7D;}

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

This text has shadow with #808C7D color.


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

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

This text has shadow with #808C7D primary color and red secondary color.


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

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

This text has shadow with #808C7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #808C7D.

Preview

Color preview on black background

This text has color #808C7D on black background.


Color preview on white background

This text has color #808C7D on white background.


Black color preview on #808C7D background

This text has black color on #808C7D background.


White color preview on #808C7D background

This text has white color on #808C7D background.


Related colors

Complementary color

Complementary color for #hex is #7F7382.


I love getcolorcode.com

Triadic colors

1 #7D808C and #8C7D80 with #808C7D are triadic colors.

2 #7D8C80 and #8C807D with #808C7D are triadic colors.