COLOR #8F965D

HEX: #8F965D RGB: (143,150,93)

Color info

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

RGB color model

#8F965D color RGB value is (143,150,93).

RGB: (143,150,93) (56%, 59%, 36%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 93 of 255 = 36%

143
150
93

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

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 93 = 386 (100%)
R 143 of 386 ~ 37.05%
G 150 of 386 ~ 38.86%
B 93 of 386 ~ 24.09'%

%37.05
%38.86
%24.09

CMYK color model

#8F965D color CMYK value is (5,0,38,41).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 41.18%

CMYK: (5,0,38,41)
C5M0Y38K41 (5%, 0%, 38%, 41%)
(0.05 / 0.00 / 0.38 / 0.41)

CMYK percentages

%4.67
%0
%38
%41.18

Codes

Color #8F965D in popluar color models

8F 96 5D
RGB 143 150 93
HSL 67° 23.46% 47.65%
HSB/HSV 67° 38.00% 58.82%
CMYK 4.67% 0.00% 38.00%
41.18%

Color #8F965D in popluar number systems.

HEX 8F 96 5D
Decimal 143 150 93
Binary 10001111 10010110 1011101
Octal 217 226 135

Shades and tints

Shades of #8F965D

#8F965D
(143,150,93)
#828955
(130,137,85)
#757C4D
(117,124,77)
#686F45
(104,111,69)
#5B623D
(91,98,61)
#4E5535
(78,85,53)
#41482D
(65,72,45)
#343B25
(52,59,37)
#272E1D
(39,46,29)
#1A2115
(26,33,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F965D

#8F965D
(143,150,93)
#999F6B
(153,159,107)
#A3A879
(163,168,121)
#ADB187
(173,177,135)
#B7BA95
(183,186,149)
#C1C3A3
(193,195,163)
#CBCCB1
(203,204,177)
#D5D5BF
(213,213,191)
#DFDECD
(223,222,205)
#E9E7DB
(233,231,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F965D color. Also use rgb(143,150,93) instead hex code.

Text Font Color

.myTextColor { color: #8F965D; }

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

This text font color is #8F965D.

Background Color

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

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

This div background color is #8F965D.

Border color

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

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

This div border color is #8F965D.

Opacity

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

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

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

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

This text has shadow with #8F965D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F965D.

Preview

Color preview on black background

This text has color #8F965D on black background.


Color preview on white background

This text has color #8F965D on white background.


Black color preview on #8F965D background

This text has black color on #8F965D background.


White color preview on #8F965D background

This text has white color on #8F965D background.


Related colors

Complementary color

Complementary color for #hex is #7069A2.


I love getcolorcode.com

Triadic colors

1 #5D8F96 and #965D8F with #8F965D are triadic colors.

2 #5D968F and #968F5D with #8F965D are triadic colors.