COLOR #956872

HEX: #956872
RGB: (149,104,114)

Color info

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

RGB color model

#956872 color RGB value is (149,104,114).

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

RGB channels and saturation

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

149
104
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 104 + 114 = 367 (100%)
R 149 of 367 ~ 40.6%
G 104 of 367 ~ 28.34%
B 114 of 367 ~ 31.06%

%40.6
%28.34
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.20%
  • 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
%30.2
%23.49
%41.57

Codes

Color #956872 in popluar color models

956872
RGB149104114
HSL347°17.79%49.61%
HSB/HSV347°30.20%58.43%
CMYK0.00%30.20%23.49%
41.57%

Color #956872 in popluar number systems.

HEX956872
Decimal149104114
Binary1001010111010001110010
Octal225150162

Shades and tints

Shades of #956872

#956872
(149,104,114)
#885F68
(136,95,104)
#7B565E
(123,86,94)
#6E4D54
(110,77,84)
#61444A
(97,68,74)
#543B40
(84,59,64)
#473236
(71,50,54)
#3A292C
(58,41,44)
#2D2022
(45,32,34)
#201718
(32,23,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #956872

#956872
(149,104,114)
#9E757E
(158,117,126)
#A7828A
(167,130,138)
#B08F96
(176,143,150)
#B99CA2
(185,156,162)
#C2A9AE
(194,169,174)
#CBB6BA
(203,182,186)
#D4C3C6
(212,195,198)
#DDD0D2
(221,208,210)
#E6DDDE
(230,221,222)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956872; }

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

This text font color is #956872.


Background Color

.myBgColor { background-color: #956872; }

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

This div background color is #956872.


Border color

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

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

This div border color is #956872.


Opacity

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

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

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

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

This text has shadow with #956872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956872 on black background.


Color preview on white background

This text has color #956872 on white background.



Black color preview on #956872 background

This text has black color on #956872 background.


White color preview on #956872 background

This text has white color on #956872 background.