COLOR #8F9470

HEX: #8F9470 RGB: (143,148,112)

Color info

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

RGB color model

#8F9470 color RGB value is (143,148,112).

RGB: (143,148,112) (56%, 58%, 44%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 112 of 255 = 44%

143
148
112

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

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 112 = 403 (100%)
R 143 of 403 ~ 35.48%
G 148 of 403 ~ 36.72%
B 112 of 403 ~ 27.79'%

%35.48
%36.72
%27.79

CMYK color model

#8F9470 color CMYK value is (3,0,24,42).

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

CMYK: (3,0,24,42)
C3M0Y24K42 (3%, 0%, 24%, 42%)
(0.03 / 0.00 / 0.24 / 0.42)

CMYK percentages

%3.38
%0
%24.32
%41.96

Codes

Color #8F9470 in popluar color models

8F 94 70
RGB 143 148 112
HSL 68° 14.40% 50.98%
HSB/HSV 68° 24.32% 58.04%
CMYK 3.38% 0.00% 24.32%
41.96%

Color #8F9470 in popluar number systems.

HEX 8F 94 70
Decimal 143 148 112
Binary 10001111 10010100 1110000
Octal 217 224 160

Shades and tints

Shades of #8F9470

#8F9470
(143,148,112)
#828766
(130,135,102)
#757A5C
(117,122,92)
#686D52
(104,109,82)
#5B6048
(91,96,72)
#4E533E
(78,83,62)
#414634
(65,70,52)
#34392A
(52,57,42)
#272C20
(39,44,32)
#1A1F16
(26,31,22)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #8F9470

#8F9470
(143,148,112)
#999D7D
(153,157,125)
#A3A68A
(163,166,138)
#ADAF97
(173,175,151)
#B7B8A4
(183,184,164)
#C1C1B1
(193,193,177)
#CBCABE
(203,202,190)
#D5D3CB
(213,211,203)
#DFDCD8
(223,220,216)
#E9E5E5
(233,229,229)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9470; }

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

This text font color is #8F9470.

Background Color

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

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

This div background color is #8F9470.

Border color

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

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

This div border color is #8F9470.

Opacity

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

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

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

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

This text has shadow with #8F9470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9470.

Preview

Color preview on black background

This text has color #8F9470 on black background.


Color preview on white background

This text has color #8F9470 on white background.


Black color preview on #8F9470 background

This text has black color on #8F9470 background.


White color preview on #8F9470 background

This text has white color on #8F9470 background.


Related colors

Complementary color

Complementary color for #hex is #706B8F.


I love getcolorcode.com

Triadic colors

1 #708F94 and #94708F with #8F9470 are triadic colors.

2 #70948F and #948F70 with #8F9470 are triadic colors.