COLOR #959D5D

HEX: #959D5D
RGB: (149,157,93)

Color info

#959D5D contains mainly red and green colors. Web safe color of #959D5D is #999966 (or #996).

RGB color model

#959D5D color RGB value is (149,157,93).

  • red value is 149;
  • green value is 157;
  • blue value is 93.
RGB:
(149,157,93)
(58%,62%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 93 of 255 = 36%

149
157
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 157 + 93 = 399 (100%)
R 149 of 399 ~ 37.34%
G 157 of 399 ~ 39.35%
B 93 of 399 ~ 23.31%

%37.34
%39.35
%23.31

CMYK color model

#959D5D color CMYK value is (5,0,41,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 38.43%
CMYK:
(5,0,41,38)
C5M0Y41K38 
(5%,0%,41%,38%)
(0.05/0.00/0.41/0.38)	

CMYK percentages

%5.1
%0
%40.76
%38.43

Codes

Color #959D5D in popluar color models

959D5D
RGB14915793
HSL68°25.60%49.02%
HSB/HSV68°40.76%61.57%
CMYK5.10%0.00%40.76%
38.43%

Color #959D5D in popluar number systems.

HEX959D5D
Decimal14915793
Binary10010101100111011011101
Octal225235135

Shades and tints

Shades of #959D5D

#959D5D
(149,157,93)
#888F55
(136,143,85)
#7B814D
(123,129,77)
#6E7345
(110,115,69)
#61653D
(97,101,61)
#545735
(84,87,53)
#47492D
(71,73,45)
#3A3B25
(58,59,37)
#2D2D1D
(45,45,29)
#201F15
(32,31,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #959D5D

#959D5D
(149,157,93)
#9EA56B
(158,165,107)
#A7AD79
(167,173,121)
#B0B587
(176,181,135)
#B9BD95
(185,189,149)
#C2C5A3
(194,197,163)
#CBCDB1
(203,205,177)
#D4D5BF
(212,213,191)
#DDDDCD
(221,221,205)
#E6E5DB
(230,229,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959D5D color. Also use rgb(149,157,93) instead hex code.

Text Font Color

.myTextColor { color: #959D5D; }

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

This text font color is #959D5D.


Background Color

.myBgColor { background-color: #959D5D; }

<div style="background-color:#959D5D">Inner text</div>

This div background color is #959D5D.


Border color

.myBorderColor { border: 1px solid #959D5D; }

<div style="border:3px solid #959D5D">Div</div>

This div border color is #959D5D.


Opacity

.myOpacity80 { color: #959D5D; opacity: 0.8; }

<p style="color:#959D5D;opacity:0.8;">80%</p>

Text with #959D5D 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 #959D5D;}

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

This text has shadow with #959D5D color.

.textShadow {text-shadow: 3px 3px 1px #959D5D, 3px 3px 1px red;}

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

This text has shadow with #959D5D primary color and red secondary color.


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

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

This text has shadow with #959D5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959D5D on black background.


Color preview on white background

This text has color #959D5D on white background.



Black color preview on #959D5D background

This text has black color on #959D5D background.


White color preview on #959D5D background

This text has white color on #959D5D background.