COLOR #9B5253

HEX: #9B5253
RGB: (155,82,83)

Color info

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

RGB color model

#9B5253 color RGB value is (155,82,83).

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

RGB channels and saturation

R 155 of 255 = 61%
G 82 of 255 = 32%
B 83 of 255 = 33%

155
82
83

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

Portions of RGB colors in percentages

R + G + B =
155 + 82 + 83 = 320 (100%)
R 155 of 320 ~ 48.44%
G 82 of 320 ~ 25.63%
B 83 of 320 ~ 25.94%

%48.44
%25.63
%25.94

CMYK color model

#9B5253 color CMYK value is (0,47,46,39).

  • cyan value is 0.00%
  • magenta value is 47.10%
  • yellow value is 46.45%
  • key color value is 39.22%
CMYK:
(0,47,46,39)
C0M47Y46K39 
(0%,47%,46%,39%)
(0.00/0.47/0.46/0.39)	

CMYK percentages

%0
%47.1
%46.45
%39.22

Codes

Color #9B5253 in popluar color models

9B5253
RGB1558283
HSL359°30.80%46.47%
HSB/HSV359°47.10%60.78%
CMYK0.00%47.10%46.45%
39.22%

Color #9B5253 in popluar number systems.

HEX9B5253
Decimal1558283
Binary1001101110100101010011
Octal233122123

Shades and tints

Shades of #9B5253

#9B5253
(155,82,83)
#8D4B4C
(141,75,76)
#7F4445
(127,68,69)
#713D3E
(113,61,62)
#633637
(99,54,55)
#552F30
(85,47,48)
#472829
(71,40,41)
#392122
(57,33,34)
#2B1A1B
(43,26,27)
#1D1314
(29,19,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #9B5253

#9B5253
(155,82,83)
#A46162
(164,97,98)
#AD7071
(173,112,113)
#B67F80
(182,127,128)
#BF8E8F
(191,142,143)
#C89D9E
(200,157,158)
#D1ACAD
(209,172,173)
#DABBBC
(218,187,188)
#E3CACB
(227,202,203)
#ECD9DA
(236,217,218)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5253; }

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

This text font color is #9B5253.


Background Color

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

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

This div background color is #9B5253.


Border color

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

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

This div border color is #9B5253.


Opacity

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

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

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

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

This text has shadow with #9B5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5253 on black background.


Color preview on white background

This text has color #9B5253 on white background.



Black color preview on #9B5253 background

This text has black color on #9B5253 background.


White color preview on #9B5253 background

This text has white color on #9B5253 background.