COLOR #996471

HEX: #996471
RGB: (153,100,113)

Color info

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

RGB color model

#996471 color RGB value is (153,100,113).

  • red value is 153;
  • green value is 100;
  • blue value is 113.
RGB:
(153,100,113)
(60%,39%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 100 of 255 = 39%
B 113 of 255 = 44%

153
100
113

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

Portions of RGB colors in percentages

R + G + B =
153 + 100 + 113 = 366 (100%)
R 153 of 366 ~ 41.8%
G 100 of 366 ~ 27.32%
B 113 of 366 ~ 30.87%

%41.8
%27.32
%30.87

CMYK color model

#996471 color CMYK value is (0,35,26,40).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(0,35,26,40)
C0M35Y26K40 
(0%,35%,26%,40%)
(0.00/0.35/0.26/0.40)	

CMYK percentages

%0
%34.64
%26.14
%40

Codes

Color #996471 in popluar color models

996471
RGB153100113
HSL345°20.95%49.61%
HSB/HSV345°34.64%60.00%
CMYK0.00%34.64%26.14%
40.00%

Color #996471 in popluar number systems.

HEX996471
Decimal153100113
Binary1001100111001001110001
Octal231144161

Shades and tints

Shades of #996471

#996471
(153,100,113)
#8C5B67
(140,91,103)
#7F525D
(127,82,93)
#724953
(114,73,83)
#654049
(101,64,73)
#58373F
(88,55,63)
#4B2E35
(75,46,53)
#3E252B
(62,37,43)
#311C21
(49,28,33)
#241317
(36,19,23)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #996471

#996471
(153,100,113)
#A2727D
(162,114,125)
#AB8089
(171,128,137)
#B48E95
(180,142,149)
#BD9CA1
(189,156,161)
#C6AAAD
(198,170,173)
#CFB8B9
(207,184,185)
#D8C6C5
(216,198,197)
#E1D4D1
(225,212,209)
#EAE2DD
(234,226,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996471 color. Also use rgb(153,100,113) instead hex code.

Text Font Color

.myTextColor { color: #996471; }

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

This text font color is #996471.


Background Color

.myBgColor { background-color: #996471; }

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

This div background color is #996471.


Border color

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

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

This div border color is #996471.


Opacity

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

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

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

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

This text has shadow with #996471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996471 on black background.


Color preview on white background

This text has color #996471 on white background.



Black color preview on #996471 background

This text has black color on #996471 background.


White color preview on #996471 background

This text has white color on #996471 background.