COLOR #956972

HEX: #956972
RGB: (149,105,114)

Color info

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

RGB color model

#956972 color RGB value is (149,105,114).

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

RGB channels and saturation

R 149 of 255 = 58%
G 105 of 255 = 41%
B 114 of 255 = 45%

149
105
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 105 + 114 = 368 (100%)
R 149 of 368 ~ 40.49%
G 105 of 368 ~ 28.53%
B 114 of 368 ~ 30.98%

%40.49
%28.53
%30.98

CMYK color model

#956972 color CMYK value is (0,30,23,42).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(0,30,23,42)
C0M30Y23K42 
(0%,30%,23%,42%)
(0.00/0.30/0.23/0.42)	

CMYK percentages

%0
%29.53
%23.49
%41.57

Codes

Color #956972 in popluar color models

956972
RGB149105114
HSL348°17.32%49.80%
HSB/HSV348°29.53%58.43%
CMYK0.00%29.53%23.49%
41.57%

Color #956972 in popluar number systems.

HEX956972
Decimal149105114
Binary1001010111010011110010
Octal225151162

Shades and tints

Shades of #956972

#956972
(149,105,114)
#886068
(136,96,104)
#7B575E
(123,87,94)
#6E4E54
(110,78,84)
#61454A
(97,69,74)
#543C40
(84,60,64)
#473336
(71,51,54)
#3A2A2C
(58,42,44)
#2D2122
(45,33,34)
#201818
(32,24,24)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #956972

#956972
(149,105,114)
#9E767E
(158,118,126)
#A7838A
(167,131,138)
#B09096
(176,144,150)
#B99DA2
(185,157,162)
#C2AAAE
(194,170,174)
#CBB7BA
(203,183,186)
#D4C4C6
(212,196,198)
#DDD1D2
(221,209,210)
#E6DEDE
(230,222,222)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956972; }

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

This text font color is #956972.


Background Color

.myBgColor { background-color: #956972; }

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

This div background color is #956972.


Border color

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

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

This div border color is #956972.


Opacity

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

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

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

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

This text has shadow with #956972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956972 on black background.


Color preview on white background

This text has color #956972 on white background.



Black color preview on #956972 background

This text has black color on #956972 background.


White color preview on #956972 background

This text has white color on #956972 background.