COLOR #9F5253

HEX: #9F5253
RGB: (159,82,83)

Color info

#9F5253 contains mainly red color. Web safe color of #9F5253 is #996666 (or #966).

RGB color model

#9F5253 color RGB value is (159,82,83).

  • red value is 159;
  • green value is 82;
  • blue value is 83.
RGB:
(159,82,83)
(62%,32%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 82 of 255 = 32%
B 83 of 255 = 33%

159
82
83

R + G + B ~ 42%. #9F5253 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 82 + 83 = 324 (100%)
R 159 of 324 ~ 49.07%
G 82 of 324 ~ 25.31%
B 83 of 324 ~ 25.62%

%49.07
%25.31
%25.62

CMYK color model

#9F5253 color CMYK value is (0,48,48,38).

  • cyan value is 0.00%
  • magenta value is 48.43%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,48,48,38)
C0M48Y48K38 
(0%,48%,48%,38%)
(0.00/0.48/0.48/0.38)	

CMYK percentages

%0
%48.43
%47.8
%37.65

Codes

Color #9F5253 in popluar color models

9F5253
RGB1598283
HSL359°31.95%47.25%
HSB/HSV359°48.43%62.35%
CMYK0.00%48.43%47.80%
37.65%

Color #9F5253 in popluar number systems.

HEX9F5253
Decimal1598283
Binary1001111110100101010011
Octal237122123

Shades and tints

Shades of #9F5253

#9F5253
(159,82,83)
#914B4C
(145,75,76)
#834445
(131,68,69)
#753D3E
(117,61,62)
#673637
(103,54,55)
#592F30
(89,47,48)
#4B2829
(75,40,41)
#3D2122
(61,33,34)
#2F1A1B
(47,26,27)
#211314
(33,19,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #9F5253

#9F5253
(159,82,83)
#A76162
(167,97,98)
#AF7071
(175,112,113)
#B77F80
(183,127,128)
#BF8E8F
(191,142,143)
#C79D9E
(199,157,158)
#CFACAD
(207,172,173)
#D7BBBC
(215,187,188)
#DFCACB
(223,202,203)
#E7D9DA
(231,217,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5253 color. Also use rgb(159,82,83) instead hex code.

Text Font Color

.myTextColor { color: #9F5253; }

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

This text font color is #9F5253.


Background Color

.myBgColor { background-color: #9F5253; }

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

This div background color is #9F5253.


Border color

.myBorderColor { border: 1px solid #9F5253; }

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

This div border color is #9F5253.


Opacity

.myOpacity80 { color: #9F5253; opacity: 0.8; }

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

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

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

This text has shadow with #9F5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5253 on black background.


Color preview on white background

This text has color #9F5253 on white background.



Black color preview on #9F5253 background

This text has black color on #9F5253 background.


White color preview on #9F5253 background

This text has white color on #9F5253 background.