COLOR #954673

HEX: #954673
RGB: (149,70,115)

Color info

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

RGB color model

#954673 color RGB value is (149,70,115).

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

RGB channels and saturation

R 149 of 255 = 58%
G 70 of 255 = 27%
B 115 of 255 = 45%

149
70
115

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

Portions of RGB colors in percentages

R + G + B =
149 + 70 + 115 = 334 (100%)
R 149 of 334 ~ 44.61%
G 70 of 334 ~ 20.96%
B 115 of 334 ~ 34.43%

%44.61
%20.96
%34.43

CMYK color model

#954673 color CMYK value is (0,53,23,42).

  • cyan value is 0.00%
  • magenta value is 53.02%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(0,53,23,42)
C0M53Y23K42 
(0%,53%,23%,42%)
(0.00/0.53/0.23/0.42)	

CMYK percentages

%0
%53.02
%22.82
%41.57

Codes

Color #954673 in popluar color models

954673
RGB14970115
HSL326°36.07%42.94%
HSB/HSV326°53.02%58.43%
CMYK0.00%53.02%22.82%
41.57%

Color #954673 in popluar number systems.

HEX954673
Decimal14970115
Binary1001010110001101110011
Octal225106163

Shades and tints

Shades of #954673

#954673
(149,70,115)
#884069
(136,64,105)
#7B3A5F
(123,58,95)
#6E3455
(110,52,85)
#612E4B
(97,46,75)
#542841
(84,40,65)
#472237
(71,34,55)
#3A1C2D
(58,28,45)
#2D1623
(45,22,35)
#201019
(32,16,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #954673

#954673
(149,70,115)
#9E567F
(158,86,127)
#A7668B
(167,102,139)
#B07697
(176,118,151)
#B986A3
(185,134,163)
#C296AF
(194,150,175)
#CBA6BB
(203,166,187)
#D4B6C7
(212,182,199)
#DDC6D3
(221,198,211)
#E6D6DF
(230,214,223)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954673; }

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

This text font color is #954673.


Background Color

.myBgColor { background-color: #954673; }

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

This div background color is #954673.


Border color

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

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

This div border color is #954673.


Opacity

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

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

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

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

This text has shadow with #954673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954673 on black background.


Color preview on white background

This text has color #954673 on white background.



Black color preview on #954673 background

This text has black color on #954673 background.


White color preview on #954673 background

This text has white color on #954673 background.