COLOR #996273

HEX: #996273
RGB: (153,98,115)

Color info

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

RGB color model

#996273 color RGB value is (153,98,115).

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

RGB channels and saturation

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

153
98
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 115 = 366 (100%)
R 153 of 366 ~ 41.8%
G 98 of 366 ~ 26.78%
B 115 of 366 ~ 31.42%

%41.8
%26.78
%31.42

CMYK color model

#996273 color CMYK value is (0,36,25,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,36,25,40)
C0M36Y25K40 
(0%,36%,25%,40%)
(0.00/0.36/0.25/0.40)	

CMYK percentages

%0
%35.95
%24.84
%40

Codes

Color #996273 in popluar color models

996273
RGB15398115
HSL341°21.91%49.22%
HSB/HSV341°35.95%60.00%
CMYK0.00%35.95%24.84%
40.00%

Color #996273 in popluar number systems.

HEX996273
Decimal15398115
Binary1001100111000101110011
Octal231142163

Shades and tints

Shades of #996273

#996273
(153,98,115)
#8C5A69
(140,90,105)
#7F525F
(127,82,95)
#724A55
(114,74,85)
#65424B
(101,66,75)
#583A41
(88,58,65)
#4B3237
(75,50,55)
#3E2A2D
(62,42,45)
#312223
(49,34,35)
#241A19
(36,26,25)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #996273

#996273
(153,98,115)
#A2707F
(162,112,127)
#AB7E8B
(171,126,139)
#B48C97
(180,140,151)
#BD9AA3
(189,154,163)
#C6A8AF
(198,168,175)
#CFB6BB
(207,182,187)
#D8C4C7
(216,196,199)
#E1D2D3
(225,210,211)
#EAE0DF
(234,224,223)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996273; }

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

This text font color is #996273.


Background Color

.myBgColor { background-color: #996273; }

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

This div background color is #996273.


Border color

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

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

This div border color is #996273.


Opacity

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

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

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

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

This text has shadow with #996273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996273 on black background.


Color preview on white background

This text has color #996273 on white background.



Black color preview on #996273 background

This text has black color on #996273 background.


White color preview on #996273 background

This text has white color on #996273 background.