COLOR #8F9476

HEX: #8F9476
RGB: (143,148,118)

Color info

#8F9476 contains red, green and blue colors in about the same proportion. Web safe color of #8F9476 is #999966 (or #996).

RGB color model

#8F9476 color RGB value is (143,148,118).

  • red value is 143;
  • green value is 148;
  • blue value is 118.
RGB:
(143,148,118)
(56%,58%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 118 of 255 = 46%

143
148
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 118 = 409 (100%)
R 143 of 409 ~ 34.96%
G 148 of 409 ~ 36.19%
B 118 of 409 ~ 28.85%

%34.96
%36.19
%28.85

CMYK color model

#8F9476 color CMYK value is (3,0,20,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 41.96%
CMYK:
(3,0,20,42)
C3M0Y20K42 
(3%,0%,20%,42%)
(0.03/0.00/0.20/0.42)	

CMYK percentages

%3.38
%0
%20.27
%41.96

Codes

Color #8F9476 in popluar color models

8F9476
RGB143148118
HSL70°12.30%52.16%
HSB/HSV70°20.27%58.04%
CMYK3.38%0.00%20.27%
41.96%

Color #8F9476 in popluar number systems.

HEX8F9476
Decimal143148118
Binary10001111100101001110110
Octal217224166

Shades and tints

Shades of #8F9476

#8F9476
(143,148,118)
#82876C
(130,135,108)
#757A62
(117,122,98)
#686D58
(104,109,88)
#5B604E
(91,96,78)
#4E5344
(78,83,68)
#41463A
(65,70,58)
#343930
(52,57,48)
#272C26
(39,44,38)
#1A1F1C
(26,31,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #8F9476

#8F9476
(143,148,118)
#999D82
(153,157,130)
#A3A68E
(163,166,142)
#ADAF9A
(173,175,154)
#B7B8A6
(183,184,166)
#C1C1B2
(193,193,178)
#CBCABE
(203,202,190)
#D5D3CA
(213,211,202)
#DFDCD6
(223,220,214)
#E9E5E2
(233,229,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9476; }

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

This text font color is #8F9476.


Background Color

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

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

This div background color is #8F9476.


Border color

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

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

This div border color is #8F9476.


Opacity

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

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

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

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

This text has shadow with #8F9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9476 on black background.


Color preview on white background

This text has color #8F9476 on white background.



Black color preview on #8F9476 background

This text has black color on #8F9476 background.


White color preview on #8F9476 background

This text has white color on #8F9476 background.