COLOR #957271

HEX: #957271
RGB: (149,114,113)

Color info

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

RGB color model

#957271 color RGB value is (149,114,113).

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

RGB channels and saturation

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

149
114
113

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 113 = 376 (100%)
R 149 of 376 ~ 39.63%
G 114 of 376 ~ 30.32%
B 113 of 376 ~ 30.05%

%39.63
%30.32
%30.05

CMYK color model

#957271 color CMYK value is (0,23,24,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 24.16%
  • key color value is 41.57%
CMYK:
(0,23,24,42)
C0M23Y24K42 
(0%,23%,24%,42%)
(0.00/0.23/0.24/0.42)	

CMYK percentages

%0
%23.49
%24.16
%41.57

Codes

Color #957271 in popluar color models

957271
RGB149114113
HSL14.52%51.37%
HSB/HSV24.16%58.43%
CMYK0.00%23.49%24.16%
41.57%

Color #957271 in popluar number systems.

HEX957271
Decimal149114113
Binary1001010111100101110001
Octal225162161

Shades and tints

Shades of #957271

#957271
(149,114,113)
#886867
(136,104,103)
#7B5E5D
(123,94,93)
#6E5453
(110,84,83)
#614A49
(97,74,73)
#54403F
(84,64,63)
#473635
(71,54,53)
#3A2C2B
(58,44,43)
#2D2221
(45,34,33)
#201817
(32,24,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #957271

#957271
(149,114,113)
#9E7E7D
(158,126,125)
#A78A89
(167,138,137)
#B09695
(176,150,149)
#B9A2A1
(185,162,161)
#C2AEAD
(194,174,173)
#CBBAB9
(203,186,185)
#D4C6C5
(212,198,197)
#DDD2D1
(221,210,209)
#E6DEDD
(230,222,221)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957271; }

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

This text font color is #957271.


Background Color

.myBgColor { background-color: #957271; }

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

This div background color is #957271.


Border color

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

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

This div border color is #957271.


Opacity

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

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

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

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

This text has shadow with #957271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957271 on black background.


Color preview on white background

This text has color #957271 on white background.



Black color preview on #957271 background

This text has black color on #957271 background.


White color preview on #957271 background

This text has white color on #957271 background.