COLOR #99597D

HEX: #99597D
RGB: (153,89,125)

Color info

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

RGB color model

#99597D color RGB value is (153,89,125).

  • red value is 153;
  • green value is 89;
  • blue value is 125.
RGB:
(153,89,125)
(60%,35%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 125 of 255 = 49%

153
89
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 125 = 367 (100%)
R 153 of 367 ~ 41.69%
G 89 of 367 ~ 24.25%
B 125 of 367 ~ 34.06%

%41.69
%24.25
%34.06

CMYK color model

#99597D color CMYK value is (0,42,18,40).

  • cyan value is 0.00%
  • magenta value is 41.83%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(0,42,18,40)
C0M42Y18K40 
(0%,42%,18%,40%)
(0.00/0.42/0.18/0.40)	

CMYK percentages

%0
%41.83
%18.3
%40

Codes

Color #99597D in popluar color models

99597D
RGB15389125
HSL326°26.45%47.45%
HSB/HSV326°41.83%60.00%
CMYK0.00%41.83%18.30%
40.00%

Color #99597D in popluar number systems.

HEX99597D
Decimal15389125
Binary1001100110110011111101
Octal231131175

Shades and tints

Shades of #99597D

#99597D
(153,89,125)
#8C5172
(140,81,114)
#7F4967
(127,73,103)
#72415C
(114,65,92)
#653951
(101,57,81)
#583146
(88,49,70)
#4B293B
(75,41,59)
#3E2130
(62,33,48)
#311925
(49,25,37)
#24111A
(36,17,26)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #99597D

#99597D
(153,89,125)
#A26888
(162,104,136)
#AB7793
(171,119,147)
#B4869E
(180,134,158)
#BD95A9
(189,149,169)
#C6A4B4
(198,164,180)
#CFB3BF
(207,179,191)
#D8C2CA
(216,194,202)
#E1D1D5
(225,209,213)
#EAE0E0
(234,224,224)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99597D; }

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

This text font color is #99597D.


Background Color

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

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

This div background color is #99597D.


Border color

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

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

This div border color is #99597D.


Opacity

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

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

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

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

This text has shadow with #99597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99597D on black background.


Color preview on white background

This text has color #99597D on white background.



Black color preview on #99597D background

This text has black color on #99597D background.


White color preview on #99597D background

This text has white color on #99597D background.