COLOR #954B7B

HEX: #954B7B
RGB: (149,75,123)

Color info

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

RGB color model

#954B7B color RGB value is (149,75,123).

  • red value is 149;
  • green value is 75;
  • blue value is 123.
RGB:
(149,75,123)
(58%,29%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 123 of 255 = 48%

149
75
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 123 = 347 (100%)
R 149 of 347 ~ 42.94%
G 75 of 347 ~ 21.61%
B 123 of 347 ~ 35.45%

%42.94
%21.61
%35.45

CMYK color model

#954B7B color CMYK value is (0,50,17,42).

  • cyan value is 0.00%
  • magenta value is 49.66%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,50,17,42)
C0M50Y17K42 
(0%,50%,17%,42%)
(0.00/0.50/0.17/0.42)	

CMYK percentages

%0
%49.66
%17.45
%41.57

Codes

Color #954B7B in popluar color models

954B7B
RGB14975123
HSL321°33.04%43.92%
HSB/HSV321°49.66%58.43%
CMYK0.00%49.66%17.45%
41.57%

Color #954B7B in popluar number systems.

HEX954B7B
Decimal14975123
Binary1001010110010111111011
Octal225113173

Shades and tints

Shades of #954B7B

#954B7B
(149,75,123)
#884570
(136,69,112)
#7B3F65
(123,63,101)
#6E395A
(110,57,90)
#61334F
(97,51,79)
#542D44
(84,45,68)
#472739
(71,39,57)
#3A212E
(58,33,46)
#2D1B23
(45,27,35)
#201518
(32,21,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #954B7B

#954B7B
(149,75,123)
#9E5B87
(158,91,135)
#A76B93
(167,107,147)
#B07B9F
(176,123,159)
#B98BAB
(185,139,171)
#C29BB7
(194,155,183)
#CBABC3
(203,171,195)
#D4BBCF
(212,187,207)
#DDCBDB
(221,203,219)
#E6DBE7
(230,219,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954B7B color. Also use rgb(149,75,123) instead hex code.

Text Font Color

.myTextColor { color: #954B7B; }

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

This text font color is #954B7B.


Background Color

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

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

This div background color is #954B7B.


Border color

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

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

This div border color is #954B7B.


Opacity

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

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

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

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

This text has shadow with #954B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954B7B on black background.


Color preview on white background

This text has color #954B7B on white background.



Black color preview on #954B7B background

This text has black color on #954B7B background.


White color preview on #954B7B background

This text has white color on #954B7B background.