COLOR #956F72

HEX: #956F72
RGB: (149,111,114)

Color info

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

RGB color model

#956F72 color RGB value is (149,111,114).

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

RGB channels and saturation

R 149 of 255 = 58%
G 111 of 255 = 44%
B 114 of 255 = 45%

149
111
114

R + G + B ~ 49%. #956F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 111 + 114 = 374 (100%)
R 149 of 374 ~ 39.84%
G 111 of 374 ~ 29.68%
B 114 of 374 ~ 30.48%

%39.84
%29.68
%30.48

CMYK color model

#956F72 color CMYK value is (0,26,23,42).

  • cyan value is 0.00%
  • magenta value is 25.50%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(0,26,23,42)
C0M26Y23K42 
(0%,26%,23%,42%)
(0.00/0.26/0.23/0.42)	

CMYK percentages

%0
%25.5
%23.49
%41.57

Codes

Color #956F72 in popluar color models

956F72
RGB149111114
HSL355°15.20%50.98%
HSB/HSV355°25.50%58.43%
CMYK0.00%25.50%23.49%
41.57%

Color #956F72 in popluar number systems.

HEX956F72
Decimal149111114
Binary1001010111011111110010
Octal225157162

Shades and tints

Shades of #956F72

#956F72
(149,111,114)
#886568
(136,101,104)
#7B5B5E
(123,91,94)
#6E5154
(110,81,84)
#61474A
(97,71,74)
#543D40
(84,61,64)
#473336
(71,51,54)
#3A292C
(58,41,44)
#2D1F22
(45,31,34)
#201518
(32,21,24)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #956F72

#956F72
(149,111,114)
#9E7C7E
(158,124,126)
#A7898A
(167,137,138)
#B09696
(176,150,150)
#B9A3A2
(185,163,162)
#C2B0AE
(194,176,174)
#CBBDBA
(203,189,186)
#D4CAC6
(212,202,198)
#DDD7D2
(221,215,210)
#E6E4DE
(230,228,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956F72; }

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

This text font color is #956F72.


Background Color

.myBgColor { background-color: #956F72; }

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

This div background color is #956F72.


Border color

.myBorderColor { border: 1px solid #956F72; }

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

This div border color is #956F72.


Opacity

.myOpacity80 { color: #956F72; opacity: 0.8; }

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

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

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

This text has shadow with #956F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956F72 on black background.


Color preview on white background

This text has color #956F72 on white background.



Black color preview on #956F72 background

This text has black color on #956F72 background.


White color preview on #956F72 background

This text has white color on #956F72 background.