COLOR #8F956A

HEX: #8F956A RGB: (143,149,106)

Color info

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

RGB color model

#8F956A color RGB value is (143,149,106).

RGB: (143,149,106) (56%, 58%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 106 of 255 = 42%

143
149
106

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

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 106 = 398 (100%)
R 143 of 398 ~ 35.93%
G 149 of 398 ~ 37.44%
B 106 of 398 ~ 26.63'%

%35.93
%37.44
%26.63

CMYK color model

#8F956A color CMYK value is (4,0,29,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (4,0,29,42)
C4M0Y29K42 (4%, 0%, 29%, 42%)
(0.04 / 0.00 / 0.29 / 0.42)

CMYK percentages

%4.03
%0
%28.86
%41.57

Codes

Color #8F956A in popluar color models

8F 95 6A
RGB 143 149 106
HSL 68° 16.86% 50.00%
HSB/HSV 68° 28.86% 58.43%
CMYK 4.03% 0.00% 28.86%
41.57%

Color #8F956A in popluar number systems.

HEX 8F 95 6A
Decimal 143 149 106
Binary 10001111 10010101 1101010
Octal 217 225 152

Shades and tints

Shades of #8F956A

#8F956A
(143,149,106)
#828861
(130,136,97)
#757B58
(117,123,88)
#686E4F
(104,110,79)
#5B6146
(91,97,70)
#4E543D
(78,84,61)
#414734
(65,71,52)
#343A2B
(52,58,43)
#272D22
(39,45,34)
#1A2019
(26,32,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #8F956A

#8F956A
(143,149,106)
#999E77
(153,158,119)
#A3A784
(163,167,132)
#ADB091
(173,176,145)
#B7B99E
(183,185,158)
#C1C2AB
(193,194,171)
#CBCBB8
(203,203,184)
#D5D4C5
(213,212,197)
#DFDDD2
(223,221,210)
#E9E6DF
(233,230,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F956A color. Also use rgb(143,149,106) instead hex code.

Text Font Color

.myTextColor { color: #8F956A; }

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

This text font color is #8F956A.

Background Color

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

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

This div background color is #8F956A.

Border color

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

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

This div border color is #8F956A.

Opacity

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

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

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

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

This text has shadow with #8F956A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F956A.

Preview

Color preview on black background

This text has color #8F956A on black background.


Color preview on white background

This text has color #8F956A on white background.


Black color preview on #8F956A background

This text has black color on #8F956A background.


White color preview on #8F956A background

This text has white color on #8F956A background.


Related colors

Complementary color

Complementary color for #hex is #706A95.


I love getcolorcode.com

Triadic colors

1 #6A8F95 and #956A8F with #8F956A are triadic colors.

2 #6A958F and #958F6A with #8F956A are triadic colors.