COLOR #808F7D

HEX: #808F7D RGB: (128,143,125)

Color info

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

RGB color model

#808F7D color RGB value is (128,143,125).

RGB: (128,143,125) (50%, 56%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 143 of 255 = 56%
B 125 of 255 = 49%

128
143
125

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

Portions of RGB colors in percentages

R + G + B = 128 + 143 + 125 = 396 (100%)
R 128 of 396 ~ 32.32%
G 143 of 396 ~ 36.11%
B 125 of 396 ~ 31.57'%

%32.32
%36.11
%31.57

CMYK color model

#808F7D color CMYK value is (10,0,13,44).

  • cyan value is 10.49%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK: (10,0,13,44) C10M0Y13K44 (10%,0%,13%,44%) (0.10/0.00/0.13/0.44) 

CMYK percentages

%10.49
%0
%12.59
%43.92

Codes

Color #808F7D in popluar color models

80 8F 7D
RGB 128 143 125
HSL 110° 7.44% 52.55%
HSB/HSV 110° 12.59% 56.08%
CMYK 10.49% 0.00% 12.59%
43.92%

Color #808F7D in popluar number systems.

HEX 80 8F 7D
Decimal 128 143 125
Binary 10000000 10001111 1111101
Octal 200 217 175

Shades and tints

Shades of #808F7D

#808F7D
(128,143,125)
#758272
(117,130,114)
#6A7567
(106,117,103)
#5F685C
(95,104,92)
#545B51
(84,91,81)
#494E46
(73,78,70)
#3E413B
(62,65,59)
#333430
(51,52,48)
#282725
(40,39,37)
#1D1A1A
(29,26,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #808F7D

#808F7D
(128,143,125)
#8B9988
(139,153,136)
#96A393
(150,163,147)
#A1AD9E
(161,173,158)
#ACB7A9
(172,183,169)
#B7C1B4
(183,193,180)
#C2CBBF
(194,203,191)
#CDD5CA
(205,213,202)
#D8DFD5
(216,223,213)
#E3E9E0
(227,233,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808F7D; }

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

This text font color is #808F7D.

Background Color

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

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

This div background color is #808F7D.

Border color

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

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

This div border color is #808F7D.

Opacity

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

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

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

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

This text has shadow with #808F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808F7D.

Preview

Color preview on black background

This text has color #808F7D on black background.


Color preview on white background

This text has color #808F7D on white background.


Black color preview on #808F7D background

This text has black color on #808F7D background.


White color preview on #808F7D background

This text has white color on #808F7D background.


Related colors

Complementary color

Complementary color for #hex is #7F7082.


I love getcolorcode.com

Triadic colors

1 #7D808F and #8F7D80 with #808F7D are triadic colors.

2 #7D8F80 and #8F807D with #808F7D are triadic colors.