COLOR #959371

HEX: #959371
RGB: (149,147,113)

Color info

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

RGB color model

#959371 color RGB value is (149,147,113).

  • red value is 149;
  • green value is 147;
  • blue value is 113.
RGB:
(149,147,113)
(58%,58%,44%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 113 of 255 = 44%

149
147
113

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

Portions of RGB colors in percentages

R + G + B =
149 + 147 + 113 = 409 (100%)
R 149 of 409 ~ 36.43%
G 147 of 409 ~ 35.94%
B 113 of 409 ~ 27.63%

%36.43
%35.94
%27.63

CMYK color model

#959371 color CMYK value is (0,1,24,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(0,1,24,42)
C0M1Y24K42 
(0%,1%,24%,42%)
(0.00/0.01/0.24/0.42)	

CMYK percentages

%0
%1.34
%24.16
%41.57

Codes

Color #959371 in popluar color models

959371
RGB149147113
HSL57°14.52%51.37%
HSB/HSV57°24.16%58.43%
CMYK0.00%1.34%24.16%
41.57%

Color #959371 in popluar number systems.

HEX959371
Decimal149147113
Binary10010101100100111110001
Octal225223161

Shades and tints

Shades of #959371

#959371
(149,147,113)
#888667
(136,134,103)
#7B795D
(123,121,93)
#6E6C53
(110,108,83)
#615F49
(97,95,73)
#54523F
(84,82,63)
#474535
(71,69,53)
#3A382B
(58,56,43)
#2D2B21
(45,43,33)
#201E17
(32,30,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #959371

#959371
(149,147,113)
#9E9C7D
(158,156,125)
#A7A589
(167,165,137)
#B0AE95
(176,174,149)
#B9B7A1
(185,183,161)
#C2C0AD
(194,192,173)
#CBC9B9
(203,201,185)
#D4D2C5
(212,210,197)
#DDDBD1
(221,219,209)
#E6E4DD
(230,228,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959371 color. Also use rgb(149,147,113) instead hex code.

Text Font Color

.myTextColor { color: #959371; }

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

This text font color is #959371.


Background Color

.myBgColor { background-color: #959371; }

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

This div background color is #959371.


Border color

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

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

This div border color is #959371.


Opacity

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

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

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

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

This text has shadow with #959371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959371 on black background.


Color preview on white background

This text has color #959371 on white background.



Black color preview on #959371 background

This text has black color on #959371 background.


White color preview on #959371 background

This text has white color on #959371 background.