COLOR #8F8076

HEX: #8F8076 RGB: (143,128,118)

Color info

#8F8076 contains red, green and blue colors in about the same proportion. Web safe color of #8F8076 is #996666 (or #966).

RGB color model

#8F8076 color RGB value is (143,128,118).

RGB: (143,128,118) (56%, 50%, 46%)

RGB channels and saturation

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

143
128
118

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

Portions of RGB colors in percentages

R + G + B = 143 + 128 + 118 = 389 (100%)
R 143 of 389 ~ 36.76%
G 128 of 389 ~ 32.9%
B 118 of 389 ~ 30.33'%

%36.76
%32.9
%30.33

CMYK color model

#8F8076 color CMYK value is (0,10,17,44).

  • cyan value is 0.00%
  • magenta value is 10.49%
  • yellow value is 17.48%
  • key color value is 43.92%

CMYK: (0,10,17,44)
C0M10Y17K44 (0%, 10%, 17%, 44%)
(0.00 / 0.10 / 0.17 / 0.44)

CMYK percentages

%0
%10.49
%17.48
%43.92

Codes

Color #8F8076 in popluar color models

8F 80 76
RGB 143 128 118
HSL 24° 10.04% 51.18%
HSB/HSV 24° 17.48% 56.08%
CMYK 0.00% 10.49% 17.48%
43.92%

Color #8F8076 in popluar number systems.

HEX 8F 80 76
Decimal 143 128 118
Binary 10001111 10000000 1110110
Octal 217 200 166

Shades and tints

Shades of #8F8076

#8F8076
(143,128,118)
#82756C
(130,117,108)
#756A62
(117,106,98)
#685F58
(104,95,88)
#5B544E
(91,84,78)
#4E4944
(78,73,68)
#413E3A
(65,62,58)
#343330
(52,51,48)
#272826
(39,40,38)
#1A1D1C
(26,29,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #8F8076

#8F8076
(143,128,118)
#998B82
(153,139,130)
#A3968E
(163,150,142)
#ADA19A
(173,161,154)
#B7ACA6
(183,172,166)
#C1B7B2
(193,183,178)
#CBC2BE
(203,194,190)
#D5CDCA
(213,205,202)
#DFD8D6
(223,216,214)
#E9E3E2
(233,227,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8076 color. Also use rgb(143,128,118) instead hex code.

Text Font Color

.myTextColor { color: #8F8076; }

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

This text font color is #8F8076.

Background Color

.myBgColor { background-color: #8F8076; }

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

This div background color is #8F8076.

Border color

.myBorderColor { border: 1px solid #8F8076; }

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

This div border color is #8F8076.

Opacity

.myOpacity80 { color: #8F8076; opacity: 0.8; }

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

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

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

This text has shadow with #8F8076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8076.

Preview

Color preview on black background

This text has color #8F8076 on black background.


Color preview on white background

This text has color #8F8076 on white background.


Black color preview on #8F8076 background

This text has black color on #8F8076 background.


White color preview on #8F8076 background

This text has white color on #8F8076 background.


Related colors

Complementary color

Complementary color for #hex is #707F89.


I love getcolorcode.com

Triadic colors

1 #768F80 and #80768F with #8F8076 are triadic colors.

2 #76808F and #808F76 with #8F8076 are triadic colors.