COLOR #953B80

HEX: #953B80
RGB: (149,59,128)

Color info

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

RGB color model

#953B80 color RGB value is (149,59,128).

  • red value is 149;
  • green value is 59;
  • blue value is 128.
RGB:
(149,59,128)
(58%,23%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 59 of 255 = 23%
B 128 of 255 = 50%

149
59
128

R + G + B ~ 44%. #953B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 59 + 128 = 336 (100%)
R 149 of 336 ~ 44.35%
G 59 of 336 ~ 17.56%
B 128 of 336 ~ 38.1%

%44.35
%17.56
%38.1

CMYK color model

#953B80 color CMYK value is (0,60,14,42).

  • cyan value is 0.00%
  • magenta value is 60.40%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,60,14,42)
C0M60Y14K42 
(0%,60%,14%,42%)
(0.00/0.60/0.14/0.42)	

CMYK percentages

%0
%60.4
%14.09
%41.57

Codes

Color #953B80 in popluar color models

953B80
RGB14959128
HSL314°43.27%40.78%
HSB/HSV314°60.40%58.43%
CMYK0.00%60.40%14.09%
41.57%

Color #953B80 in popluar number systems.

HEX953B80
Decimal14959128
Binary1001010111101110000000
Octal22573200

Shades and tints

Shades of #953B80

#953B80
(149,59,128)
#883675
(136,54,117)
#7B316A
(123,49,106)
#6E2C5F
(110,44,95)
#612754
(97,39,84)
#542249
(84,34,73)
#471D3E
(71,29,62)
#3A1833
(58,24,51)
#2D1328
(45,19,40)
#200E1D
(32,14,29)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #953B80

#953B80
(149,59,128)
#9E4C8B
(158,76,139)
#A75D96
(167,93,150)
#B06EA1
(176,110,161)
#B97FAC
(185,127,172)
#C290B7
(194,144,183)
#CBA1C2
(203,161,194)
#D4B2CD
(212,178,205)
#DDC3D8
(221,195,216)
#E6D4E3
(230,212,227)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953B80 color. Also use rgb(149,59,128) instead hex code.

Text Font Color

.myTextColor { color: #953B80; }

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

This text font color is #953B80.


Background Color

.myBgColor { background-color: #953B80; }

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

This div background color is #953B80.


Border color

.myBorderColor { border: 1px solid #953B80; }

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

This div border color is #953B80.


Opacity

.myOpacity80 { color: #953B80; opacity: 0.8; }

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

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

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

This text has shadow with #953B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953B80 on black background.


Color preview on white background

This text has color #953B80 on white background.



Black color preview on #953B80 background

This text has black color on #953B80 background.


White color preview on #953B80 background

This text has white color on #953B80 background.