COLOR #954F72

HEX: #954F72 RGB: (149,79,114)

Color info

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

RGB color model

#954F72 color RGB value is (149,79,114).

RGB: (149,79,114) (58%, 31%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 79 of 255 = 31%
B 114 of 255 = 45%

149
79
114

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

Portions of RGB colors in percentages

R + G + B = 149 + 79 + 114 = 342 (100%)
R 149 of 342 ~ 43.57%
G 79 of 342 ~ 23.1%
B 114 of 342 ~ 33.33'%

%43.57
%23.1
%33.33

CMYK color model

#954F72 color CMYK value is (0,47,23,42).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 23.49%
  • key color value is 41.57%

CMYK: (0,47,23,42)
C0M47Y23K42 (0%, 47%, 23%, 42%)
(0.00 / 0.47 / 0.23 / 0.42)

CMYK percentages

%0
%46.98
%23.49
%41.57

Codes

Color #954F72 in popluar color models

95 4F 72
RGB 149 79 114
HSL 330° 30.70% 44.71%
HSB/HSV 330° 46.98% 58.43%
CMYK 0.00% 46.98% 23.49%
41.57%

Color #954F72 in popluar number systems.

HEX 95 4F 72
Decimal 149 79 114
Binary 10010101 1001111 1110010
Octal 225 117 162

Shades and tints

Shades of #954F72

#954F72
(149,79,114)
#884868
(136,72,104)
#7B415E
(123,65,94)
#6E3A54
(110,58,84)
#61334A
(97,51,74)
#542C40
(84,44,64)
#472536
(71,37,54)
#3A1E2C
(58,30,44)
#2D1722
(45,23,34)
#201018
(32,16,24)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #954F72

#954F72
(149,79,114)
#9E5F7E
(158,95,126)
#A76F8A
(167,111,138)
#B07F96
(176,127,150)
#B98FA2
(185,143,162)
#C29FAE
(194,159,174)
#CBAFBA
(203,175,186)
#D4BFC6
(212,191,198)
#DDCFD2
(221,207,210)
#E6DFDE
(230,223,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954F72 color. Also use rgb(149,79,114) instead hex code.

Text Font Color

.myTextColor { color: #954F72; }

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

This text font color is #954F72.

Background Color

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

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

This div background color is #954F72.

Border color

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

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

This div border color is #954F72.

Opacity

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

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

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

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

This text has shadow with #954F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #954F72.

Preview

Color preview on black background

This text has color #954F72 on black background.


Color preview on white background

This text has color #954F72 on white background.


Black color preview on #954F72 background

This text has black color on #954F72 background.


White color preview on #954F72 background

This text has white color on #954F72 background.


Related colors

Complementary color

Complementary color for #hex is #6AB08D.


I love getcolorcode.com

Triadic colors

1 #72954F and #4F7295 with #954F72 are triadic colors.

2 #724F95 and #4F9572 with #954F72 are triadic colors.