COLOR #8D965D

HEX: #8D965D
RGB: (141,150,93)

Color info

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

RGB color model

#8D965D color RGB value is (141,150,93).

  • red value is 141;
  • green value is 150;
  • blue value is 93.
RGB:
(141,150,93)
(55%,59%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 93 of 255 = 36%

141
150
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 93 = 384 (100%)
R 141 of 384 ~ 36.72%
G 150 of 384 ~ 39.06%
B 93 of 384 ~ 24.22%

%36.72
%39.06
%24.22

CMYK color model

#8D965D color CMYK value is (6,0,38,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(6,0,38,41)
C6M0Y38K41 
(6%,0%,38%,41%)
(0.06/0.00/0.38/0.41)	

CMYK percentages

%6
%0
%38
%41.18

Codes

Color #8D965D in popluar color models

8D965D
RGB14115093
HSL69°23.46%47.65%
HSB/HSV69°38.00%58.82%
CMYK6.00%0.00%38.00%
41.18%

Color #8D965D in popluar number systems.

HEX8D965D
Decimal14115093
Binary10001101100101101011101
Octal215226135

Shades and tints

Shades of #8D965D

#8D965D
(141,150,93)
#818955
(129,137,85)
#757C4D
(117,124,77)
#696F45
(105,111,69)
#5D623D
(93,98,61)
#515535
(81,85,53)
#45482D
(69,72,45)
#393B25
(57,59,37)
#2D2E1D
(45,46,29)
#212115
(33,33,21)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #8D965D

#8D965D
(141,150,93)
#979F6B
(151,159,107)
#A1A879
(161,168,121)
#ABB187
(171,177,135)
#B5BA95
(181,186,149)
#BFC3A3
(191,195,163)
#C9CCB1
(201,204,177)
#D3D5BF
(211,213,191)
#DDDECD
(221,222,205)
#E7E7DB
(231,231,219)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D965D; }

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

This text font color is #8D965D.


Background Color

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

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

This div background color is #8D965D.


Border color

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

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

This div border color is #8D965D.


Opacity

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

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

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

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

This text has shadow with #8D965D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D965D on black background.


Color preview on white background

This text has color #8D965D on white background.



Black color preview on #8D965D background

This text has black color on #8D965D background.


White color preview on #8D965D background

This text has white color on #8D965D background.