COLOR #957292

HEX: #957292
RGB: (149,114,146)

Color info

#957292 contains red, green and blue colors in about the same proportion. Web safe color of #957292 is #996699 (or #969).

RGB color model

#957292 color RGB value is (149,114,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 146 of 255 = 57%

149
114
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 146 = 409 (100%)
R 149 of 409 ~ 36.43%
G 114 of 409 ~ 27.87%
B 146 of 409 ~ 35.7%

%36.43
%27.87
%35.7

CMYK color model

#957292 color CMYK value is (0,23,2,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,23,2,42)
C0M23Y2K42 
(0%,23%,2%,42%)
(0.00/0.23/0.02/0.42)	

CMYK percentages

%0
%23.49
%2.01
%41.57

Codes

Color #957292 in popluar color models

957292
RGB149114146
HSL305°14.17%51.57%
HSB/HSV305°23.49%58.43%
CMYK0.00%23.49%2.01%
41.57%

Color #957292 in popluar number systems.

HEX957292
Decimal149114146
Binary10010101111001010010010
Octal225162222

Shades and tints

Shades of #957292

#957292
(149,114,146)
#886885
(136,104,133)
#7B5E78
(123,94,120)
#6E546B
(110,84,107)
#614A5E
(97,74,94)
#544051
(84,64,81)
#473644
(71,54,68)
#3A2C37
(58,44,55)
#2D222A
(45,34,42)
#20181D
(32,24,29)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #957292

#957292
(149,114,146)
#9E7E9B
(158,126,155)
#A78AA4
(167,138,164)
#B096AD
(176,150,173)
#B9A2B6
(185,162,182)
#C2AEBF
(194,174,191)
#CBBAC8
(203,186,200)
#D4C6D1
(212,198,209)
#DDD2DA
(221,210,218)
#E6DEE3
(230,222,227)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957292; }

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

This text font color is #957292.


Background Color

.myBgColor { background-color: #957292; }

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

This div background color is #957292.


Border color

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

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

This div border color is #957292.


Opacity

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

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

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

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

This text has shadow with #957292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957292 on black background.


Color preview on white background

This text has color #957292 on white background.



Black color preview on #957292 background

This text has black color on #957292 background.


White color preview on #957292 background

This text has white color on #957292 background.