COLOR #957583

HEX: #957583
RGB: (149,117,131)

Color info

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

RGB color model

#957583 color RGB value is (149,117,131).

  • red value is 149;
  • green value is 117;
  • blue value is 131.
RGB:
(149,117,131)
(58%,46%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 131 of 255 = 51%

149
117
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 131 = 397 (100%)
R 149 of 397 ~ 37.53%
G 117 of 397 ~ 29.47%
B 131 of 397 ~ 33%

%37.53
%29.47
%33

CMYK color model

#957583 color CMYK value is (0,21,12,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,21,12,42)
C0M21Y12K42 
(0%,21%,12%,42%)
(0.00/0.21/0.12/0.42)	

CMYK percentages

%0
%21.48
%12.08
%41.57

Codes

Color #957583 in popluar color models

957583
RGB149117131
HSL334°13.11%52.16%
HSB/HSV334°21.48%58.43%
CMYK0.00%21.48%12.08%
41.57%

Color #957583 in popluar number systems.

HEX957583
Decimal149117131
Binary10010101111010110000011
Octal225165203

Shades and tints

Shades of #957583

#957583
(149,117,131)
#886B78
(136,107,120)
#7B616D
(123,97,109)
#6E5762
(110,87,98)
#614D57
(97,77,87)
#54434C
(84,67,76)
#473941
(71,57,65)
#3A2F36
(58,47,54)
#2D252B
(45,37,43)
#201B20
(32,27,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #957583

#957583
(149,117,131)
#9E818E
(158,129,142)
#A78D99
(167,141,153)
#B099A4
(176,153,164)
#B9A5AF
(185,165,175)
#C2B1BA
(194,177,186)
#CBBDC5
(203,189,197)
#D4C9D0
(212,201,208)
#DDD5DB
(221,213,219)
#E6E1E6
(230,225,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957583 color. Also use rgb(149,117,131) instead hex code.

Text Font Color

.myTextColor { color: #957583; }

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

This text font color is #957583.


Background Color

.myBgColor { background-color: #957583; }

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

This div background color is #957583.


Border color

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

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

This div border color is #957583.


Opacity

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

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

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

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

This text has shadow with #957583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957583 on black background.


Color preview on white background

This text has color #957583 on white background.



Black color preview on #957583 background

This text has black color on #957583 background.


White color preview on #957583 background

This text has white color on #957583 background.