COLOR #953773

HEX: #953773
RGB: (149,55,115)

Color info

#953773 contains mainly red and blue colors. Web safe color of #953773 is #993366 (or #936).

RGB color model

#953773 color RGB value is (149,55,115).

  • red value is 149;
  • green value is 55;
  • blue value is 115.
RGB:
(149,55,115)
(58%,22%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 55 of 255 = 22%
B 115 of 255 = 45%

149
55
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 55 + 115 = 319 (100%)
R 149 of 319 ~ 46.71%
G 55 of 319 ~ 17.24%
B 115 of 319 ~ 36.05%

%46.71
%17.24
%36.05

CMYK color model

#953773 color CMYK value is (0,63,23,42).

  • cyan value is 0.00%
  • magenta value is 63.09%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(0,63,23,42)
C0M63Y23K42 
(0%,63%,23%,42%)
(0.00/0.63/0.23/0.42)	

CMYK percentages

%0
%63.09
%22.82
%41.57

Codes

Color #953773 in popluar color models

953773
RGB14955115
HSL322°46.08%40.00%
HSB/HSV322°63.09%58.43%
CMYK0.00%63.09%22.82%
41.57%

Color #953773 in popluar number systems.

HEX953773
Decimal14955115
Binary100101011101111110011
Octal22567163

Shades and tints

Shades of #953773

#953773
(149,55,115)
#883269
(136,50,105)
#7B2D5F
(123,45,95)
#6E2855
(110,40,85)
#61234B
(97,35,75)
#541E41
(84,30,65)
#471937
(71,25,55)
#3A142D
(58,20,45)
#2D0F23
(45,15,35)
#200A19
(32,10,25)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #953773

#953773
(149,55,115)
#9E497F
(158,73,127)
#A75B8B
(167,91,139)
#B06D97
(176,109,151)
#B97FA3
(185,127,163)
#C291AF
(194,145,175)
#CBA3BB
(203,163,187)
#D4B5C7
(212,181,199)
#DDC7D3
(221,199,211)
#E6D9DF
(230,217,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953773 color. Also use rgb(149,55,115) instead hex code.

Text Font Color

.myTextColor { color: #953773; }

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

This text font color is #953773.


Background Color

.myBgColor { background-color: #953773; }

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

This div background color is #953773.


Border color

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

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

This div border color is #953773.


Opacity

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

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

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

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

This text has shadow with #953773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953773 on black background.


Color preview on white background

This text has color #953773 on white background.



Black color preview on #953773 background

This text has black color on #953773 background.


White color preview on #953773 background

This text has white color on #953773 background.