COLOR #956961

HEX: #956961
RGB: (149,105,97)

Color info

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

RGB color model

#956961 color RGB value is (149,105,97).

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

RGB channels and saturation

R 149 of 255 = 58%
G 105 of 255 = 41%
B 97 of 255 = 38%

149
105
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 105 + 97 = 351 (100%)
R 149 of 351 ~ 42.45%
G 105 of 351 ~ 29.91%
B 97 of 351 ~ 27.64%

%42.45
%29.91
%27.64

CMYK color model

#956961 color CMYK value is (0,30,35,42).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(0,30,35,42)
C0M30Y35K42 
(0%,30%,35%,42%)
(0.00/0.30/0.35/0.42)	

CMYK percentages

%0
%29.53
%34.9
%41.57

Codes

Color #956961 in popluar color models

956961
RGB14910597
HSL21.14%48.24%
HSB/HSV34.90%58.43%
CMYK0.00%29.53%34.90%
41.57%

Color #956961 in popluar number systems.

HEX956961
Decimal14910597
Binary1001010111010011100001
Octal225151141

Shades and tints

Shades of #956961

#956961
(149,105,97)
#886059
(136,96,89)
#7B5751
(123,87,81)
#6E4E49
(110,78,73)
#614541
(97,69,65)
#543C39
(84,60,57)
#473331
(71,51,49)
#3A2A29
(58,42,41)
#2D2121
(45,33,33)
#201819
(32,24,25)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #956961

#956961
(149,105,97)
#9E766F
(158,118,111)
#A7837D
(167,131,125)
#B0908B
(176,144,139)
#B99D99
(185,157,153)
#C2AAA7
(194,170,167)
#CBB7B5
(203,183,181)
#D4C4C3
(212,196,195)
#DDD1D1
(221,209,209)
#E6DEDF
(230,222,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956961; }

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

This text font color is #956961.


Background Color

.myBgColor { background-color: #956961; }

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

This div background color is #956961.


Border color

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

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

This div border color is #956961.


Opacity

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

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

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

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

This text has shadow with #956961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956961 on black background.


Color preview on white background

This text has color #956961 on white background.



Black color preview on #956961 background

This text has black color on #956961 background.


White color preview on #956961 background

This text has white color on #956961 background.