COLOR #808975

HEX: #808975
RGB: (128,137,117)

Color info

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

RGB color model

#808975 color RGB value is (128,137,117).

  • red value is 128;
  • green value is 137;
  • blue value is 117.
RGB:
(128,137,117)
(50%,54%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 117 of 255 = 46%

128
137
117

R + G + B ~ 50%. #808975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 117 = 382 (100%)
R 128 of 382 ~ 33.51%
G 137 of 382 ~ 35.86%
B 117 of 382 ~ 30.63%

%33.51
%35.86
%30.63

CMYK color model

#808975 color CMYK value is (7,0,15,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(7,0,15,46)
C7M0Y15K46 
(7%,0%,15%,46%)
(0.07/0.00/0.15/0.46)	

CMYK percentages

%6.57
%0
%14.6
%46.27

Codes

Color #808975 in popluar color models

808975
RGB128137117
HSL87°7.87%49.80%
HSB/HSV87°14.60%53.73%
CMYK6.57%0.00%14.60%
46.27%

Color #808975 in popluar number systems.

HEX808975
Decimal128137117
Binary10000000100010011110101
Octal200211165

Shades and tints

Shades of #808975

#808975
(128,137,117)
#757D6B
(117,125,107)
#6A7161
(106,113,97)
#5F6557
(95,101,87)
#54594D
(84,89,77)
#494D43
(73,77,67)
#3E4139
(62,65,57)
#33352F
(51,53,47)
#282925
(40,41,37)
#1D1D1B
(29,29,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #808975

#808975
(128,137,117)
#8B9381
(139,147,129)
#969D8D
(150,157,141)
#A1A799
(161,167,153)
#ACB1A5
(172,177,165)
#B7BBB1
(183,187,177)
#C2C5BD
(194,197,189)
#CDCFC9
(205,207,201)
#D8D9D5
(216,217,213)
#E3E3E1
(227,227,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808975 color. Also use rgb(128,137,117) instead hex code.

Text Font Color

.myTextColor { color: #808975; }

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

This text font color is #808975.


Background Color

.myBgColor { background-color: #808975; }

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

This div background color is #808975.


Border color

.myBorderColor { border: 1px solid #808975; }

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

This div border color is #808975.


Opacity

.myOpacity80 { color: #808975; opacity: 0.8; }

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

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

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

This text has shadow with #808975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808975 on black background.


Color preview on white background

This text has color #808975 on white background.



Black color preview on #808975 background

This text has black color on #808975 background.


White color preview on #808975 background

This text has white color on #808975 background.