COLOR #953557

HEX: #953557
RGB: (149,53,87)

Color info

#953557 contains mainly red color. Web safe color of #953557 is #993366 (or #936).

RGB color model

#953557 color RGB value is (149,53,87).

  • red value is 149;
  • green value is 53;
  • blue value is 87.
RGB:
(149,53,87)
(58%,21%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 53 of 255 = 21%
B 87 of 255 = 34%

149
53
87

R + G + B ~ 38%. #953557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 53 + 87 = 289 (100%)
R 149 of 289 ~ 51.56%
G 53 of 289 ~ 18.34%
B 87 of 289 ~ 30.1%

%51.56
%18.34
%30.1

CMYK color model

#953557 color CMYK value is (0,64,42,42).

  • cyan value is 0.00%
  • magenta value is 64.43%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(0,64,42,42)
C0M64Y42K42 
(0%,64%,42%,42%)
(0.00/0.64/0.42/0.42)	

CMYK percentages

%0
%64.43
%41.61
%41.57

Codes

Color #953557 in popluar color models

953557
RGB1495387
HSL339°47.52%39.61%
HSB/HSV339°64.43%58.43%
CMYK0.00%64.43%41.61%
41.57%

Color #953557 in popluar number systems.

HEX953557
Decimal1495387
Binary100101011101011010111
Octal22565127

Shades and tints

Shades of #953557

#953557
(149,53,87)
#883150
(136,49,80)
#7B2D49
(123,45,73)
#6E2942
(110,41,66)
#61253B
(97,37,59)
#542134
(84,33,52)
#471D2D
(71,29,45)
#3A1926
(58,25,38)
#2D151F
(45,21,31)
#201118
(32,17,24)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #953557

#953557
(149,53,87)
#9E4766
(158,71,102)
#A75975
(167,89,117)
#B06B84
(176,107,132)
#B97D93
(185,125,147)
#C28FA2
(194,143,162)
#CBA1B1
(203,161,177)
#D4B3C0
(212,179,192)
#DDC5CF
(221,197,207)
#E6D7DE
(230,215,222)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953557 color. Also use rgb(149,53,87) instead hex code.

Text Font Color

.myTextColor { color: #953557; }

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

This text font color is #953557.


Background Color

.myBgColor { background-color: #953557; }

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

This div background color is #953557.


Border color

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

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

This div border color is #953557.


Opacity

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

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

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

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

This text has shadow with #953557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953557 on black background.


Color preview on white background

This text has color #953557 on white background.



Black color preview on #953557 background

This text has black color on #953557 background.


White color preview on #953557 background

This text has white color on #953557 background.