COLOR #8F9473

HEX: #8F9473 RGB: (143,148,115)

Color info

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

RGB color model

#8F9473 color RGB value is (143,148,115).

RGB: (143,148,115) (56%, 58%, 45%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 115 of 255 = 45%

143
148
115

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

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 115 = 406 (100%)
R 143 of 406 ~ 35.22%
G 148 of 406 ~ 36.45%
B 115 of 406 ~ 28.33'%

%35.22
%36.45
%28.33

CMYK color model

#8F9473 color CMYK value is (3,0,22,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%

CMYK: (3,0,22,42)
C3M0Y22K42 (3%, 0%, 22%, 42%)
(0.03 / 0.00 / 0.22 / 0.42)

CMYK percentages

%3.38
%0
%22.3
%41.96

Codes

Color #8F9473 in popluar color models

8F 94 73
RGB 143 148 115
HSL 69° 13.36% 51.57%
HSB/HSV 69° 22.30% 58.04%
CMYK 3.38% 0.00% 22.30%
41.96%

Color #8F9473 in popluar number systems.

HEX 8F 94 73
Decimal 143 148 115
Binary 10001111 10010100 1110011
Octal 217 224 163

Shades and tints

Shades of #8F9473

#8F9473
(143,148,115)
#828769
(130,135,105)
#757A5F
(117,122,95)
#686D55
(104,109,85)
#5B604B
(91,96,75)
#4E5341
(78,83,65)
#414637
(65,70,55)
#34392D
(52,57,45)
#272C23
(39,44,35)
#1A1F19
(26,31,25)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8F9473

#8F9473
(143,148,115)
#999D7F
(153,157,127)
#A3A68B
(163,166,139)
#ADAF97
(173,175,151)
#B7B8A3
(183,184,163)
#C1C1AF
(193,193,175)
#CBCABB
(203,202,187)
#D5D3C7
(213,211,199)
#DFDCD3
(223,220,211)
#E9E5DF
(233,229,223)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9473; }

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

This text font color is #8F9473.

Background Color

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

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

This div background color is #8F9473.

Border color

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

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

This div border color is #8F9473.

Opacity

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

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

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

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

This text has shadow with #8F9473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9473.

Preview

Color preview on black background

This text has color #8F9473 on black background.


Color preview on white background

This text has color #8F9473 on white background.


Black color preview on #8F9473 background

This text has black color on #8F9473 background.


White color preview on #8F9473 background

This text has white color on #8F9473 background.


Related colors

Complementary color

Complementary color for #hex is #706B8C.


I love getcolorcode.com

Triadic colors

1 #738F94 and #94738F with #8F9473 are triadic colors.

2 #73948F and #948F73 with #8F9473 are triadic colors.