COLOR #953E77

HEX: #953E77 RGB: (149,62,119)

Color info

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

RGB color model

#953E77 color RGB value is (149,62,119).

RGB: (149,62,119) (58%, 24%, 47%)

RGB channels and saturation

R 149 of 255 = 58%
G 62 of 255 = 24%
B 119 of 255 = 47%

149
62
119

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

Portions of RGB colors in percentages

R + G + B = 149 + 62 + 119 = 330 (100%)
R 149 of 330 ~ 45.15%
G 62 of 330 ~ 18.79%
B 119 of 330 ~ 36.06'%

%45.15
%18.79
%36.06

CMYK color model

#953E77 color CMYK value is (0,58,20,42).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 20.13%
  • key color value is 41.57%

CMYK: (0,58,20,42)
C0M58Y20K42 (0%, 58%, 20%, 42%)
(0.00 / 0.58 / 0.20 / 0.42)

CMYK percentages

%0
%58.39
%20.13
%41.57

Codes

Color #953E77 in popluar color models

95 3E 77
RGB 149 62 119
HSL 321° 41.23% 41.37%
HSB/HSV 321° 58.39% 58.43%
CMYK 0.00% 58.39% 20.13%
41.57%

Color #953E77 in popluar number systems.

HEX 95 3E 77
Decimal 149 62 119
Binary 10010101 111110 1110111
Octal 225 76 167

Shades and tints

Shades of #953E77

#953E77
(149,62,119)
#88396D
(136,57,109)
#7B3463
(123,52,99)
#6E2F59
(110,47,89)
#612A4F
(97,42,79)
#542545
(84,37,69)
#47203B
(71,32,59)
#3A1B31
(58,27,49)
#2D1627
(45,22,39)
#20111D
(32,17,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #953E77

#953E77
(149,62,119)
#9E4F83
(158,79,131)
#A7608F
(167,96,143)
#B0719B
(176,113,155)
#B982A7
(185,130,167)
#C293B3
(194,147,179)
#CBA4BF
(203,164,191)
#D4B5CB
(212,181,203)
#DDC6D7
(221,198,215)
#E6D7E3
(230,215,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953E77 color. Also use rgb(149,62,119) instead hex code.

Text Font Color

.myTextColor { color: #953E77; }

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

This text font color is #953E77.

Background Color

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

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

This div background color is #953E77.

Border color

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

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

This div border color is #953E77.

Opacity

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

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

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

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

This text has shadow with #953E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #953E77.

Preview

Color preview on black background

This text has color #953E77 on black background.


Color preview on white background

This text has color #953E77 on white background.


Black color preview on #953E77 background

This text has black color on #953E77 background.


White color preview on #953E77 background

This text has white color on #953E77 background.


Related colors

Complementary color

Complementary color for #hex is #6AC188.


I love getcolorcode.com

Triadic colors

1 #77953E and #3E7795 with #953E77 are triadic colors.

2 #773E95 and #3E9577 with #953E77 are triadic colors.