COLOR #99557D

HEX: #99557D RGB: (153,85,125)

Color info

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

RGB color model

#99557D color RGB value is (153,85,125).

RGB: (153,85,125) (60%, 33%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 85 of 255 = 33%
B 125 of 255 = 49%

153
85
125

R + G + B ~ 47%. #99557D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 85 + 125 = 363 (100%)
R 153 of 363 ~ 42.15%
G 85 of 363 ~ 23.42%
B 125 of 363 ~ 34.44'%

%42.15
%23.42
%34.44

CMYK color model

#99557D color CMYK value is (0,44,18,40).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 18.30%
  • key color value is 40.00%

CMYK: (0,44,18,40)
C0M44Y18K40 (0%, 44%, 18%, 40%)
(0.00 / 0.44 / 0.18 / 0.40)

CMYK percentages

%0
%44.44
%18.3
%40

Codes

Color #99557D in popluar color models

99 55 7D
RGB 153 85 125
HSL 325° 28.57% 46.67%
HSB/HSV 325° 44.44% 60.00%
CMYK 0.00% 44.44% 18.30%
40.00%

Color #99557D in popluar number systems.

HEX 99 55 7D
Decimal 153 85 125
Binary 10011001 1010101 1111101
Octal 231 125 175

Shades and tints

Shades of #99557D

#99557D
(153,85,125)
#8C4E72
(140,78,114)
#7F4767
(127,71,103)
#72405C
(114,64,92)
#653951
(101,57,81)
#583246
(88,50,70)
#4B2B3B
(75,43,59)
#3E2430
(62,36,48)
#311D25
(49,29,37)
#24161A
(36,22,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #99557D

#99557D
(153,85,125)
#A26488
(162,100,136)
#AB7393
(171,115,147)
#B4829E
(180,130,158)
#BD91A9
(189,145,169)
#C6A0B4
(198,160,180)
#CFAFBF
(207,175,191)
#D8BECA
(216,190,202)
#E1CDD5
(225,205,213)
#EADCE0
(234,220,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99557D color. Also use rgb(153,85,125) instead hex code.

Text Font Color

.myTextColor { color: #99557D; }

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

This text font color is #99557D.

Background Color

.myBgColor { background-color: #99557D; }

<div style="background-color:#99557D">Inner text</div>

This div background color is #99557D.

Border color

.myBorderColor { border: 1px solid #99557D; }

<div style="border:3px solid #99557D">Div</div>

This div border color is #99557D.

Opacity

.myOpacity80 { color: #99557D; opacity: 0.8; }

<p style="color:#99557D;opacity:0.8;">80%</p>

Text with #99557D 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 #99557D;}

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

This text has shadow with #99557D color.


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

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

This text has shadow with #99557D primary color and red secondary color.


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

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

This text has shadow with #99557D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99557D.

Preview

Color preview on black background

This text has color #99557D on black background.


Color preview on white background

This text has color #99557D on white background.


Black color preview on #99557D background

This text has black color on #99557D background.


White color preview on #99557D background

This text has white color on #99557D background.


Related colors

Complementary color

Complementary color for #hex is #66AA82.


I love getcolorcode.com

Triadic colors

1 #7D9955 and #557D99 with #99557D are triadic colors.

2 #7D5599 and #55997D with #99557D are triadic colors.