COLOR #9E576C

HEX: #9E576C RGB: (158,87,108)

Color info

#9E576C contains mainly red and blue colors. Web safe color of #9E576C is #996666 (or #966).

RGB color model

#9E576C color RGB value is (158,87,108).

RGB: (158,87,108) (62%, 34%, 42%)

RGB channels and saturation

R 158 of 255 = 62%
G 87 of 255 = 34%
B 108 of 255 = 42%

158
87
108

R + G + B ~ 46%. #9E576C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 87 + 108 = 353 (100%)
R 158 of 353 ~ 44.76%
G 87 of 353 ~ 24.65%
B 108 of 353 ~ 30.59'%

%44.76
%24.65
%30.59

CMYK color model

#9E576C color CMYK value is (0,45,32,38).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 31.65%
  • key color value is 38.04%
CMYK: (0,45,32,38) C0M45Y32K38 (0%,45%,32%,38%) (0.00/0.45/0.32/0.38) 

CMYK percentages

%0
%44.94
%31.65
%38.04

Codes

Color #9E576C in popluar color models

9E 57 6C
RGB 158 87 108
HSL 342° 28.98% 48.04%
HSB/HSV 342° 44.94% 61.96%
CMYK 0.00% 44.94% 31.65%
38.04%

Color #9E576C in popluar number systems.

HEX 9E 57 6C
Decimal 158 87 108
Binary 10011110 1010111 1101100
Octal 236 127 154

Shades and tints

Shades of #9E576C

#9E576C
(158,87,108)
#905063
(144,80,99)
#82495A
(130,73,90)
#744251
(116,66,81)
#663B48
(102,59,72)
#58343F
(88,52,63)
#4A2D36
(74,45,54)
#3C262D
(60,38,45)
#2E1F24
(46,31,36)
#20181B
(32,24,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #9E576C

#9E576C
(158,87,108)
#A66679
(166,102,121)
#AE7586
(174,117,134)
#B68493
(182,132,147)
#BE93A0
(190,147,160)
#C6A2AD
(198,162,173)
#CEB1BA
(206,177,186)
#D6C0C7
(214,192,199)
#DECFD4
(222,207,212)
#E6DEE1
(230,222,225)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E576C color. Also use rgb(158,87,108) instead hex code.

Text Font Color

.myTextColor { color: #9E576C; }

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

This text font color is #9E576C.

Background Color

.myBgColor { background-color: #9E576C; }

<div style="background-color:#9E576C">Inner text</div>

This div background color is #9E576C.

Border color

.myBorderColor { border: 1px solid #9E576C; }

<div style="border:3px solid #9E576C">Div</div>

This div border color is #9E576C.

Opacity

.myOpacity80 { color: #9E576C; opacity: 0.8; }

<p style="color:#9E576C;opacity:0.8;">80%</p>

Text with #9E576C 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 #9E576C;}

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

This text has shadow with #9E576C color.


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

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

This text has shadow with #9E576C primary color and red secondary color.


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

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

This text has shadow with #9E576C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E576C.

Preview

Color preview on black background

This text has color #9E576C on black background.


Color preview on white background

This text has color #9E576C on white background.


Black color preview on #9E576C background

This text has black color on #9E576C background.


White color preview on #9E576C background

This text has white color on #9E576C background.


Related colors

Complementary color

Complementary color for #hex is #61A893.


I love getcolorcode.com

Triadic colors

1 #6C9E57 and #576C9E with #9E576C are triadic colors.

2 #6C579E and #579E6C with #9E576C are triadic colors.