COLOR #957961

HEX: #957961
RGB: (149,121,97)

Color info

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

RGB color model

#957961 color RGB value is (149,121,97).

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

RGB channels and saturation

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

149
121
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 97 = 367 (100%)
R 149 of 367 ~ 40.6%
G 121 of 367 ~ 32.97%
B 97 of 367 ~ 26.43%

%40.6
%32.97
%26.43

CMYK color model

#957961 color CMYK value is (0,19,35,42).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(0,19,35,42)
C0M19Y35K42 
(0%,19%,35%,42%)
(0.00/0.19/0.35/0.42)	

CMYK percentages

%0
%18.79
%34.9
%41.57

Codes

Color #957961 in popluar color models

957961
RGB14912197
HSL28°21.14%48.24%
HSB/HSV28°34.90%58.43%
CMYK0.00%18.79%34.90%
41.57%

Color #957961 in popluar number systems.

HEX957961
Decimal14912197
Binary1001010111110011100001
Octal225171141

Shades and tints

Shades of #957961

#957961
(149,121,97)
#886E59
(136,110,89)
#7B6351
(123,99,81)
#6E5849
(110,88,73)
#614D41
(97,77,65)
#544239
(84,66,57)
#473731
(71,55,49)
#3A2C29
(58,44,41)
#2D2121
(45,33,33)
#201619
(32,22,25)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #957961

#957961
(149,121,97)
#9E856F
(158,133,111)
#A7917D
(167,145,125)
#B09D8B
(176,157,139)
#B9A999
(185,169,153)
#C2B5A7
(194,181,167)
#CBC1B5
(203,193,181)
#D4CDC3
(212,205,195)
#DDD9D1
(221,217,209)
#E6E5DF
(230,229,223)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957961; }

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

This text font color is #957961.


Background Color

.myBgColor { background-color: #957961; }

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

This div background color is #957961.


Border color

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

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

This div border color is #957961.


Opacity

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

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

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

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

This text has shadow with #957961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957961 on black background.


Color preview on white background

This text has color #957961 on white background.



Black color preview on #957961 background

This text has black color on #957961 background.


White color preview on #957961 background

This text has white color on #957961 background.