COLOR #954273

HEX: #954273
RGB: (149,66,115)

Color info

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

RGB color model

#954273 color RGB value is (149,66,115).

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

RGB channels and saturation

R 149 of 255 = 58%
G 66 of 255 = 26%
B 115 of 255 = 45%

149
66
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 66 + 115 = 330 (100%)
R 149 of 330 ~ 45.15%
G 66 of 330 ~ 20%
B 115 of 330 ~ 34.85%

%45.15
%20
%34.85

CMYK color model

#954273 color CMYK value is (0,56,23,42).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(0,56,23,42)
C0M56Y23K42 
(0%,56%,23%,42%)
(0.00/0.56/0.23/0.42)	

CMYK percentages

%0
%55.7
%22.82
%41.57

Codes

Color #954273 in popluar color models

954273
RGB14966115
HSL325°38.60%42.16%
HSB/HSV325°55.70%58.43%
CMYK0.00%55.70%22.82%
41.57%

Color #954273 in popluar number systems.

HEX954273
Decimal14966115
Binary1001010110000101110011
Octal225102163

Shades and tints

Shades of #954273

#954273
(149,66,115)
#883C69
(136,60,105)
#7B365F
(123,54,95)
#6E3055
(110,48,85)
#612A4B
(97,42,75)
#542441
(84,36,65)
#471E37
(71,30,55)
#3A182D
(58,24,45)
#2D1223
(45,18,35)
#200C19
(32,12,25)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #954273

#954273
(149,66,115)
#9E537F
(158,83,127)
#A7648B
(167,100,139)
#B07597
(176,117,151)
#B986A3
(185,134,163)
#C297AF
(194,151,175)
#CBA8BB
(203,168,187)
#D4B9C7
(212,185,199)
#DDCAD3
(221,202,211)
#E6DBDF
(230,219,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954273; }

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

This text font color is #954273.


Background Color

.myBgColor { background-color: #954273; }

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

This div background color is #954273.


Border color

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

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

This div border color is #954273.


Opacity

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

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

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

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

This text has shadow with #954273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954273 on black background.


Color preview on white background

This text has color #954273 on white background.



Black color preview on #954273 background

This text has black color on #954273 background.


White color preview on #954273 background

This text has white color on #954273 background.