COLOR #959061

HEX: #959061
RGB: (149,144,97)

Color info

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

RGB color model

#959061 color RGB value is (149,144,97).

  • red value is 149;
  • green value is 144;
  • blue value is 97.
RGB:
(149,144,97)
(58%,56%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 97 of 255 = 38%

149
144
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 97 = 390 (100%)
R 149 of 390 ~ 38.21%
G 144 of 390 ~ 36.92%
B 97 of 390 ~ 24.87%

%38.21
%36.92
%24.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(0,3,35,42)
C0M3Y35K42 
(0%,3%,35%,42%)
(0.00/0.03/0.35/0.42)	

CMYK percentages

%0
%3.36
%34.9
%41.57

Codes

Color #959061 in popluar color models

959061
RGB14914497
HSL54°21.14%48.24%
HSB/HSV54°34.90%58.43%
CMYK0.00%3.36%34.90%
41.57%

Color #959061 in popluar number systems.

HEX959061
Decimal14914497
Binary10010101100100001100001
Octal225220141

Shades and tints

Shades of #959061

#959061
(149,144,97)
#888359
(136,131,89)
#7B7651
(123,118,81)
#6E6949
(110,105,73)
#615C41
(97,92,65)
#544F39
(84,79,57)
#474231
(71,66,49)
#3A3529
(58,53,41)
#2D2821
(45,40,33)
#201B19
(32,27,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #959061

#959061
(149,144,97)
#9E9A6F
(158,154,111)
#A7A47D
(167,164,125)
#B0AE8B
(176,174,139)
#B9B899
(185,184,153)
#C2C2A7
(194,194,167)
#CBCCB5
(203,204,181)
#D4D6C3
(212,214,195)
#DDE0D1
(221,224,209)
#E6EADF
(230,234,223)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959061 color. Also use rgb(149,144,97) instead hex code.

Text Font Color

.myTextColor { color: #959061; }

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

This text font color is #959061.


Background Color

.myBgColor { background-color: #959061; }

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

This div background color is #959061.


Border color

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

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

This div border color is #959061.


Opacity

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

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

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

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

This text has shadow with #959061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959061 on black background.


Color preview on white background

This text has color #959061 on white background.



Black color preview on #959061 background

This text has black color on #959061 background.


White color preview on #959061 background

This text has white color on #959061 background.