COLOR #996173

HEX: #996173
RGB: (153,97,115)

Color info

#996173 contains red, green and blue colors in about the same proportion. Web safe color of #996173 is #996666 (or #966).

RGB color model

#996173 color RGB value is (153,97,115).

  • red value is 153;
  • green value is 97;
  • blue value is 115.
RGB:
(153,97,115)
(60%,38%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 97 of 255 = 38%
B 115 of 255 = 45%

153
97
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 97 + 115 = 365 (100%)
R 153 of 365 ~ 41.92%
G 97 of 365 ~ 26.58%
B 115 of 365 ~ 31.51%

%41.92
%26.58
%31.51

CMYK color model

#996173 color CMYK value is (0,37,25,40).

  • cyan value is 0.00%
  • magenta value is 36.60%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,37,25,40)
C0M37Y25K40 
(0%,37%,25%,40%)
(0.00/0.37/0.25/0.40)	

CMYK percentages

%0
%36.6
%24.84
%40

Codes

Color #996173 in popluar color models

996173
RGB15397115
HSL341°22.40%49.02%
HSB/HSV341°36.60%60.00%
CMYK0.00%36.60%24.84%
40.00%

Color #996173 in popluar number systems.

HEX996173
Decimal15397115
Binary1001100111000011110011
Octal231141163

Shades and tints

Shades of #996173

#996173
(153,97,115)
#8C5969
(140,89,105)
#7F515F
(127,81,95)
#724955
(114,73,85)
#65414B
(101,65,75)
#583941
(88,57,65)
#4B3137
(75,49,55)
#3E292D
(62,41,45)
#312123
(49,33,35)
#241919
(36,25,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #996173

#996173
(153,97,115)
#A26F7F
(162,111,127)
#AB7D8B
(171,125,139)
#B48B97
(180,139,151)
#BD99A3
(189,153,163)
#C6A7AF
(198,167,175)
#CFB5BB
(207,181,187)
#D8C3C7
(216,195,199)
#E1D1D3
(225,209,211)
#EADFDF
(234,223,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996173 color. Also use rgb(153,97,115) instead hex code.

Text Font Color

.myTextColor { color: #996173; }

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

This text font color is #996173.


Background Color

.myBgColor { background-color: #996173; }

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

This div background color is #996173.


Border color

.myBorderColor { border: 1px solid #996173; }

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

This div border color is #996173.


Opacity

.myOpacity80 { color: #996173; opacity: 0.8; }

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

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

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

This text has shadow with #996173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996173 on black background.


Color preview on white background

This text has color #996173 on white background.



Black color preview on #996173 background

This text has black color on #996173 background.


White color preview on #996173 background

This text has white color on #996173 background.