COLOR #954D76

HEX: #954D76
RGB: (149,77,118)

Color info

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

RGB color model

#954D76 color RGB value is (149,77,118).

  • red value is 149;
  • green value is 77;
  • blue value is 118.
RGB:
(149,77,118)
(58%,30%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 77 of 255 = 30%
B 118 of 255 = 46%

149
77
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 77 + 118 = 344 (100%)
R 149 of 344 ~ 43.31%
G 77 of 344 ~ 22.38%
B 118 of 344 ~ 34.3%

%43.31
%22.38
%34.3

CMYK color model

#954D76 color CMYK value is (0,48,21,42).

  • cyan value is 0.00%
  • magenta value is 48.32%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(0,48,21,42)
C0M48Y21K42 
(0%,48%,21%,42%)
(0.00/0.48/0.21/0.42)	

CMYK percentages

%0
%48.32
%20.81
%41.57

Codes

Color #954D76 in popluar color models

954D76
RGB14977118
HSL326°31.86%44.31%
HSB/HSV326°48.32%58.43%
CMYK0.00%48.32%20.81%
41.57%

Color #954D76 in popluar number systems.

HEX954D76
Decimal14977118
Binary1001010110011011110110
Octal225115166

Shades and tints

Shades of #954D76

#954D76
(149,77,118)
#88466C
(136,70,108)
#7B3F62
(123,63,98)
#6E3858
(110,56,88)
#61314E
(97,49,78)
#542A44
(84,42,68)
#47233A
(71,35,58)
#3A1C30
(58,28,48)
#2D1526
(45,21,38)
#200E1C
(32,14,28)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #954D76

#954D76
(149,77,118)
#9E5D82
(158,93,130)
#A76D8E
(167,109,142)
#B07D9A
(176,125,154)
#B98DA6
(185,141,166)
#C29DB2
(194,157,178)
#CBADBE
(203,173,190)
#D4BDCA
(212,189,202)
#DDCDD6
(221,205,214)
#E6DDE2
(230,221,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954D76 color. Also use rgb(149,77,118) instead hex code.

Text Font Color

.myTextColor { color: #954D76; }

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

This text font color is #954D76.


Background Color

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

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

This div background color is #954D76.


Border color

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

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

This div border color is #954D76.


Opacity

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

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

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

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

This text has shadow with #954D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954D76 on black background.


Color preview on white background

This text has color #954D76 on white background.



Black color preview on #954D76 background

This text has black color on #954D76 background.


White color preview on #954D76 background

This text has white color on #954D76 background.