COLOR #954E77

HEX: #954E77
RGB: (149,78,119)

Color info

#954E77 contains mainly red and blue colors. Web safe color of #954E77 is #996666 (or #966).

RGB color model

#954E77 color RGB value is (149,78,119).

  • red value is 149;
  • green value is 78;
  • blue value is 119.
RGB:
(149,78,119)
(58%,31%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 119 of 255 = 47%

149
78
119

R + G + B ~ 45%. #954E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 119 = 346 (100%)
R 149 of 346 ~ 43.06%
G 78 of 346 ~ 22.54%
B 119 of 346 ~ 34.39%

%43.06
%22.54
%34.39

CMYK color model

#954E77 color CMYK value is (0,48,20,42).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,48,20,42)
C0M48Y20K42 
(0%,48%,20%,42%)
(0.00/0.48/0.20/0.42)	

CMYK percentages

%0
%47.65
%20.13
%41.57

Codes

Color #954E77 in popluar color models

954E77
RGB14978119
HSL325°31.28%44.51%
HSB/HSV325°47.65%58.43%
CMYK0.00%47.65%20.13%
41.57%

Color #954E77 in popluar number systems.

HEX954E77
Decimal14978119
Binary1001010110011101110111
Octal225116167

Shades and tints

Shades of #954E77

#954E77
(149,78,119)
#88476D
(136,71,109)
#7B4063
(123,64,99)
#6E3959
(110,57,89)
#61324F
(97,50,79)
#542B45
(84,43,69)
#47243B
(71,36,59)
#3A1D31
(58,29,49)
#2D1627
(45,22,39)
#200F1D
(32,15,29)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #954E77

#954E77
(149,78,119)
#9E5E83
(158,94,131)
#A76E8F
(167,110,143)
#B07E9B
(176,126,155)
#B98EA7
(185,142,167)
#C29EB3
(194,158,179)
#CBAEBF
(203,174,191)
#D4BECB
(212,190,203)
#DDCED7
(221,206,215)
#E6DEE3
(230,222,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954E77 color. Also use rgb(149,78,119) instead hex code.

Text Font Color

.myTextColor { color: #954E77; }

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

This text font color is #954E77.


Background Color

.myBgColor { background-color: #954E77; }

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

This div background color is #954E77.


Border color

.myBorderColor { border: 1px solid #954E77; }

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

This div border color is #954E77.


Opacity

.myOpacity80 { color: #954E77; opacity: 0.8; }

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

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

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

This text has shadow with #954E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E77 on black background.


Color preview on white background

This text has color #954E77 on white background.



Black color preview on #954E77 background

This text has black color on #954E77 background.


White color preview on #954E77 background

This text has white color on #954E77 background.