COLOR #8D9460

HEX: #8D9460
RGB: (141,148,96)

Color info

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

RGB color model

#8D9460 color RGB value is (141,148,96).

  • red value is 141;
  • green value is 148;
  • blue value is 96.
RGB:
(141,148,96)
(55%,58%,38%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 96 of 255 = 38%

141
148
96

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

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 96 = 385 (100%)
R 141 of 385 ~ 36.62%
G 148 of 385 ~ 38.44%
B 96 of 385 ~ 24.94%

%36.62
%38.44
%24.94

CMYK color model

#8D9460 color CMYK value is (5,0,35,42).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 41.96%
CMYK:
(5,0,35,42)
C5M0Y35K42 
(5%,0%,35%,42%)
(0.05/0.00/0.35/0.42)	

CMYK percentages

%4.73
%0
%35.14
%41.96

Codes

Color #8D9460 in popluar color models

8D9460
RGB14114896
HSL68°21.31%47.84%
HSB/HSV68°35.14%58.04%
CMYK4.73%0.00%35.14%
41.96%

Color #8D9460 in popluar number systems.

HEX8D9460
Decimal14114896
Binary10001101100101001100000
Octal215224140

Shades and tints

Shades of #8D9460

#8D9460
(141,148,96)
#818758
(129,135,88)
#757A50
(117,122,80)
#696D48
(105,109,72)
#5D6040
(93,96,64)
#515338
(81,83,56)
#454630
(69,70,48)
#393928
(57,57,40)
#2D2C20
(45,44,32)
#211F18
(33,31,24)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8D9460

#8D9460
(141,148,96)
#979D6E
(151,157,110)
#A1A67C
(161,166,124)
#ABAF8A
(171,175,138)
#B5B898
(181,184,152)
#BFC1A6
(191,193,166)
#C9CAB4
(201,202,180)
#D3D3C2
(211,211,194)
#DDDCD0
(221,220,208)
#E7E5DE
(231,229,222)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9460 color. Also use rgb(141,148,96) instead hex code.

Text Font Color

.myTextColor { color: #8D9460; }

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

This text font color is #8D9460.


Background Color

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

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

This div background color is #8D9460.


Border color

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

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

This div border color is #8D9460.


Opacity

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

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

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

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

This text has shadow with #8D9460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9460 on black background.


Color preview on white background

This text has color #8D9460 on white background.



Black color preview on #8D9460 background

This text has black color on #8D9460 background.


White color preview on #8D9460 background

This text has white color on #8D9460 background.