COLOR #959156

HEX: #959156
RGB: (149,145,86)

Color info

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

RGB color model

#959156 color RGB value is (149,145,86).

  • red value is 149;
  • green value is 145;
  • blue value is 86.
RGB:
(149,145,86)
(58%,57%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 86 of 255 = 34%

149
145
86

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 86 = 380 (100%)
R 149 of 380 ~ 39.21%
G 145 of 380 ~ 38.16%
B 86 of 380 ~ 22.63%

%39.21
%38.16
%22.63

CMYK color model

#959156 color CMYK value is (0,3,42,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 42.28%
  • key color value is 41.57%
CMYK:
(0,3,42,42)
C0M3Y42K42 
(0%,3%,42%,42%)
(0.00/0.03/0.42/0.42)	

CMYK percentages

%0
%2.68
%42.28
%41.57

Codes

Color #959156 in popluar color models

959156
RGB14914586
HSL56°26.81%46.08%
HSB/HSV56°42.28%58.43%
CMYK0.00%2.68%42.28%
41.57%

Color #959156 in popluar number systems.

HEX959156
Decimal14914586
Binary10010101100100011010110
Octal225221126

Shades and tints

Shades of #959156

#959156
(149,145,86)
#88844F
(136,132,79)
#7B7748
(123,119,72)
#6E6A41
(110,106,65)
#615D3A
(97,93,58)
#545033
(84,80,51)
#47432C
(71,67,44)
#3A3625
(58,54,37)
#2D291E
(45,41,30)
#201C17
(32,28,23)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #959156

#959156
(149,145,86)
#9E9B65
(158,155,101)
#A7A574
(167,165,116)
#B0AF83
(176,175,131)
#B9B992
(185,185,146)
#C2C3A1
(194,195,161)
#CBCDB0
(203,205,176)
#D4D7BF
(212,215,191)
#DDE1CE
(221,225,206)
#E6EBDD
(230,235,221)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959156 color. Also use rgb(149,145,86) instead hex code.

Text Font Color

.myTextColor { color: #959156; }

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

This text font color is #959156.


Background Color

.myBgColor { background-color: #959156; }

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

This div background color is #959156.


Border color

.myBorderColor { border: 1px solid #959156; }

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

This div border color is #959156.


Opacity

.myOpacity80 { color: #959156; opacity: 0.8; }

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

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

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

This text has shadow with #959156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959156 on black background.


Color preview on white background

This text has color #959156 on white background.



Black color preview on #959156 background

This text has black color on #959156 background.


White color preview on #959156 background

This text has white color on #959156 background.