COLOR #808F75

HEX: #808F75
RGB: (128,143,117)

Color info

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

RGB color model

#808F75 color RGB value is (128,143,117).

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

RGB channels and saturation

R 128 of 255 = 50%
G 143 of 255 = 56%
B 117 of 255 = 46%

128
143
117

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

Portions of RGB colors in percentages

R + G + B =
128 + 143 + 117 = 388 (100%)
R 128 of 388 ~ 32.99%
G 143 of 388 ~ 36.86%
B 117 of 388 ~ 30.15%

%32.99
%36.86
%30.15

CMYK color model

#808F75 color CMYK value is (10,0,18,44).

  • cyan value is 10.49%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 43.92%
CMYK:
(10,0,18,44)
C10M0Y18K44 
(10%,0%,18%,44%)
(0.10/0.00/0.18/0.44)	

CMYK percentages

%10.49
%0
%18.18
%43.92

Codes

Color #808F75 in popluar color models

808F75
RGB128143117
HSL95°10.40%50.98%
HSB/HSV95°18.18%56.08%
CMYK10.49%0.00%18.18%
43.92%

Color #808F75 in popluar number systems.

HEX808F75
Decimal128143117
Binary10000000100011111110101
Octal200217165

Shades and tints

Shades of #808F75

#808F75
(128,143,117)
#75826B
(117,130,107)
#6A7561
(106,117,97)
#5F6857
(95,104,87)
#545B4D
(84,91,77)
#494E43
(73,78,67)
#3E4139
(62,65,57)
#33342F
(51,52,47)
#282725
(40,39,37)
#1D1A1B
(29,26,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #808F75

#808F75
(128,143,117)
#8B9981
(139,153,129)
#96A38D
(150,163,141)
#A1AD99
(161,173,153)
#ACB7A5
(172,183,165)
#B7C1B1
(183,193,177)
#C2CBBD
(194,203,189)
#CDD5C9
(205,213,201)
#D8DFD5
(216,223,213)
#E3E9E1
(227,233,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808F75; }

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

This text font color is #808F75.


Background Color

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

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

This div background color is #808F75.


Border color

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

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

This div border color is #808F75.


Opacity

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

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

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

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

This text has shadow with #808F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808F75 on black background.


Color preview on white background

This text has color #808F75 on white background.



Black color preview on #808F75 background

This text has black color on #808F75 background.


White color preview on #808F75 background

This text has white color on #808F75 background.