COLOR #953D5F

HEX: #953D5F RGB: (149,61,95)

Color info

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

RGB color model

#953D5F color RGB value is (149,61,95).

RGB: (149,61,95) (58%, 24%, 37%)

RGB channels and saturation

R 149 of 255 = 58%
G 61 of 255 = 24%
B 95 of 255 = 37%

149
61
95

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

Portions of RGB colors in percentages

R + G + B = 149 + 61 + 95 = 305 (100%)
R 149 of 305 ~ 48.85%
G 61 of 305 ~ 20%
B 95 of 305 ~ 31.15'%

%48.85
%20
%31.15

CMYK color model

#953D5F color CMYK value is (0,59,36,42).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 36.24%
  • key color value is 41.57%

CMYK: (0,59,36,42)
C0M59Y36K42 (0%, 59%, 36%, 42%)
(0.00 / 0.59 / 0.36 / 0.42)

CMYK percentages

%0
%59.06
%36.24
%41.57

Codes

Color #953D5F in popluar color models

95 3D 5F
RGB 149 61 95
HSL 337° 41.90% 41.18%
HSB/HSV 337° 59.06% 58.43%
CMYK 0.00% 59.06% 36.24%
41.57%

Color #953D5F in popluar number systems.

HEX 95 3D 5F
Decimal 149 61 95
Binary 10010101 111101 1011111
Octal 225 75 137

Shades and tints

Shades of #953D5F

#953D5F
(149,61,95)
#883857
(136,56,87)
#7B334F
(123,51,79)
#6E2E47
(110,46,71)
#61293F
(97,41,63)
#542437
(84,36,55)
#471F2F
(71,31,47)
#3A1A27
(58,26,39)
#2D151F
(45,21,31)
#201017
(32,16,23)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #953D5F

#953D5F
(149,61,95)
#9E4E6D
(158,78,109)
#A75F7B
(167,95,123)
#B07089
(176,112,137)
#B98197
(185,129,151)
#C292A5
(194,146,165)
#CBA3B3
(203,163,179)
#D4B4C1
(212,180,193)
#DDC5CF
(221,197,207)
#E6D6DD
(230,214,221)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953D5F; }

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

This text font color is #953D5F.

Background Color

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

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

This div background color is #953D5F.

Border color

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

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

This div border color is #953D5F.

Opacity

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

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

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

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

This text has shadow with #953D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #953D5F.

Preview

Color preview on black background

This text has color #953D5F on black background.


Color preview on white background

This text has color #953D5F on white background.


Black color preview on #953D5F background

This text has black color on #953D5F background.


White color preview on #953D5F background

This text has white color on #953D5F background.


Related colors

Complementary color

Complementary color for #hex is #6AC2A0.


I love getcolorcode.com

Triadic colors

1 #5F953D and #3D5F95 with #953D5F are triadic colors.

2 #5F3D95 and #3D955F with #953D5F are triadic colors.