COLOR #8F8074

HEX: #8F8074
RGB: (143,128,116)

Color info

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

RGB color model

#8F8074 color RGB value is (143,128,116).

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

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 116 of 255 = 45%

143
128
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 128 + 116 = 387 (100%)
R 143 of 387 ~ 36.95%
G 128 of 387 ~ 33.07%
B 116 of 387 ~ 29.97%

%36.95
%33.07
%29.97

CMYK color model

#8F8074 color CMYK value is (0,10,19,44).

  • cyan value is 0.00%
  • magenta value is 10.49%
  • yellow value is 18.88%
  • key color value is 43.92%
CMYK:
(0,10,19,44)
C0M10Y19K44 
(0%,10%,19%,44%)
(0.00/0.10/0.19/0.44)	

CMYK percentages

%0
%10.49
%18.88
%43.92

Codes

Color #8F8074 in popluar color models

8F8074
RGB143128116
HSL27°10.76%50.78%
HSB/HSV27°18.88%56.08%
CMYK0.00%10.49%18.88%
43.92%

Color #8F8074 in popluar number systems.

HEX8F8074
Decimal143128116
Binary10001111100000001110100
Octal217200164

Shades and tints

Shades of #8F8074

#8F8074
(143,128,116)
#82756A
(130,117,106)
#756A60
(117,106,96)
#685F56
(104,95,86)
#5B544C
(91,84,76)
#4E4942
(78,73,66)
#413E38
(65,62,56)
#34332E
(52,51,46)
#272824
(39,40,36)
#1A1D1A
(26,29,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #8F8074

#8F8074
(143,128,116)
#998B80
(153,139,128)
#A3968C
(163,150,140)
#ADA198
(173,161,152)
#B7ACA4
(183,172,164)
#C1B7B0
(193,183,176)
#CBC2BC
(203,194,188)
#D5CDC8
(213,205,200)
#DFD8D4
(223,216,212)
#E9E3E0
(233,227,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8074; }

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

This text font color is #8F8074.


Background Color

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

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

This div background color is #8F8074.


Border color

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

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

This div border color is #8F8074.


Opacity

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

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

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

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

This text has shadow with #8F8074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8074 on black background.


Color preview on white background

This text has color #8F8074 on white background.



Black color preview on #8F8074 background

This text has black color on #8F8074 background.


White color preview on #8F8074 background

This text has white color on #8F8074 background.