COLOR #96273B

HEX: #96273B
RGB: (150,39,59)

Color info

#96273B contains mainly red color. Web safe color of #96273B is #993333 (or #933).

RGB color model

#96273B color RGB value is (150,39,59).

  • red value is 150;
  • green value is 39;
  • blue value is 59.
RGB:
(150,39,59)
(59%,15%,23%)

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 59 of 255 = 23%

150
39
59

R + G + B ~ 32%. #96273B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 59 = 248 (100%)
R 150 of 248 ~ 60.48%
G 39 of 248 ~ 15.73%
B 59 of 248 ~ 23.79%

%60.48
%15.73
%23.79

CMYK color model

#96273B color CMYK value is (0,74,61,41).

  • cyan value is 0.00%
  • magenta value is 74.00%
  • yellow value is 60.67%
  • key color value is 41.18%
CMYK:
(0,74,61,41)
C0M74Y61K41 
(0%,74%,61%,41%)
(0.00/0.74/0.61/0.41)	

CMYK percentages

%0
%74
%60.67
%41.18

Codes

Color #96273B in popluar color models

96273B
RGB1503959
HSL349°58.73%37.06%
HSB/HSV349°74.00%58.82%
CMYK0.00%74.00%60.67%
41.18%

Color #96273B in popluar number systems.

HEX96273B
Decimal1503959
Binary10010110100111111011
Octal2264773

Shades and tints

Shades of #96273B

#96273B
(150,39,59)
#892436
(137,36,54)
#7C2131
(124,33,49)
#6F1E2C
(111,30,44)
#621B27
(98,27,39)
#551822
(85,24,34)
#48151D
(72,21,29)
#3B1218
(59,18,24)
#2E0F13
(46,15,19)
#210C0E
(33,12,14)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #96273B

#96273B
(150,39,59)
#9F3A4C
(159,58,76)
#A84D5D
(168,77,93)
#B1606E
(177,96,110)
#BA737F
(186,115,127)
#C38690
(195,134,144)
#CC99A1
(204,153,161)
#D5ACB2
(213,172,178)
#DEBFC3
(222,191,195)
#E7D2D4
(231,210,212)
#F0E5E5
(240,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96273B color. Also use rgb(150,39,59) instead hex code.

Text Font Color

.myTextColor { color: #96273B; }

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

This text font color is #96273B.


Background Color

.myBgColor { background-color: #96273B; }

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

This div background color is #96273B.


Border color

.myBorderColor { border: 1px solid #96273B; }

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

This div border color is #96273B.


Opacity

.myOpacity80 { color: #96273B; opacity: 0.8; }

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

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

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

This text has shadow with #96273B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96273B on black background.


Color preview on white background

This text has color #96273B on white background.



Black color preview on #96273B background

This text has black color on #96273B background.


White color preview on #96273B background

This text has white color on #96273B background.