COLOR #953D80

HEX: #953D80
RGB: (149,61,128)

Color info

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

RGB color model

#953D80 color RGB value is (149,61,128).

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

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 128 of 255 = 50%

149
61
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 61 + 128 = 338 (100%)
R 149 of 338 ~ 44.08%
G 61 of 338 ~ 18.05%
B 128 of 338 ~ 37.87%

%44.08
%18.05
%37.87

CMYK color model

#953D80 color CMYK value is (0,59,14,42).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,59,14,42)
C0M59Y14K42 
(0%,59%,14%,42%)
(0.00/0.59/0.14/0.42)	

CMYK percentages

%0
%59.06
%14.09
%41.57

Codes

Color #953D80 in popluar color models

953D80
RGB14961128
HSL314°41.90%41.18%
HSB/HSV314°59.06%58.43%
CMYK0.00%59.06%14.09%
41.57%

Color #953D80 in popluar number systems.

HEX953D80
Decimal14961128
Binary1001010111110110000000
Octal22575200

Shades and tints

Shades of #953D80

#953D80
(149,61,128)
#883875
(136,56,117)
#7B336A
(123,51,106)
#6E2E5F
(110,46,95)
#612954
(97,41,84)
#542449
(84,36,73)
#471F3E
(71,31,62)
#3A1A33
(58,26,51)
#2D1528
(45,21,40)
#20101D
(32,16,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #953D80

#953D80
(149,61,128)
#9E4E8B
(158,78,139)
#A75F96
(167,95,150)
#B070A1
(176,112,161)
#B981AC
(185,129,172)
#C292B7
(194,146,183)
#CBA3C2
(203,163,194)
#D4B4CD
(212,180,205)
#DDC5D8
(221,197,216)
#E6D6E3
(230,214,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953D80; }

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

This text font color is #953D80.


Background Color

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

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

This div background color is #953D80.


Border color

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

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

This div border color is #953D80.


Opacity

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

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

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

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

This text has shadow with #953D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953D80 on black background.


Color preview on white background

This text has color #953D80 on white background.



Black color preview on #953D80 background

This text has black color on #953D80 background.


White color preview on #953D80 background

This text has white color on #953D80 background.