COLOR #957960

HEX: #957960
RGB: (149,121,96)

Color info

#957960 contains red, green and blue colors in about the same proportion. Web safe color of #957960 is #996666 (or #966).

RGB color model

#957960 color RGB value is (149,121,96).

  • red value is 149;
  • green value is 121;
  • blue value is 96.
RGB:
(149,121,96)
(58%,47%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 96 of 255 = 38%

149
121
96

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

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 96 = 366 (100%)
R 149 of 366 ~ 40.71%
G 121 of 366 ~ 33.06%
B 96 of 366 ~ 26.23%

%40.71
%33.06
%26.23

CMYK color model

#957960 color CMYK value is (0,19,36,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,19,36,42)
C0M19Y36K42 
(0%,19%,36%,42%)
(0.00/0.19/0.36/0.42)	

CMYK percentages

%0
%18.79
%35.57
%41.57

Codes

Color #957960 in popluar color models

957960
RGB14912196
HSL28°21.63%48.04%
HSB/HSV28°35.57%58.43%
CMYK0.00%18.79%35.57%
41.57%

Color #957960 in popluar number systems.

HEX957960
Decimal14912196
Binary1001010111110011100000
Octal225171140

Shades and tints

Shades of #957960

#957960
(149,121,96)
#886E58
(136,110,88)
#7B6350
(123,99,80)
#6E5848
(110,88,72)
#614D40
(97,77,64)
#544238
(84,66,56)
#473730
(71,55,48)
#3A2C28
(58,44,40)
#2D2120
(45,33,32)
#201618
(32,22,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #957960

#957960
(149,121,96)
#9E856E
(158,133,110)
#A7917C
(167,145,124)
#B09D8A
(176,157,138)
#B9A998
(185,169,152)
#C2B5A6
(194,181,166)
#CBC1B4
(203,193,180)
#D4CDC2
(212,205,194)
#DDD9D0
(221,217,208)
#E6E5DE
(230,229,222)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957960 color. Also use rgb(149,121,96) instead hex code.

Text Font Color

.myTextColor { color: #957960; }

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

This text font color is #957960.


Background Color

.myBgColor { background-color: #957960; }

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

This div background color is #957960.


Border color

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

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

This div border color is #957960.


Opacity

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

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

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

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

This text has shadow with #957960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957960 on black background.


Color preview on white background

This text has color #957960 on white background.



Black color preview on #957960 background

This text has black color on #957960 background.


White color preview on #957960 background

This text has white color on #957960 background.