COLOR #96273D

HEX: #96273D
RGB: (150,39,61)

Color info

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

RGB color model

#96273D color RGB value is (150,39,61).

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

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 61 of 255 = 24%

150
39
61

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

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 61 = 250 (100%)
R 150 of 250 ~ 60%
G 39 of 250 ~ 15.6%
B 61 of 250 ~ 24.4%

%60
%15.6
%24.4

CMYK color model

#96273D color CMYK value is (0,74,59,41).

  • cyan value is 0.00%
  • magenta value is 74.00%
  • yellow value is 59.33%
  • key color value is 41.18%
CMYK:
(0,74,59,41)
C0M74Y59K41 
(0%,74%,59%,41%)
(0.00/0.74/0.59/0.41)	

CMYK percentages

%0
%74
%59.33
%41.18

Codes

Color #96273D in popluar color models

96273D
RGB1503961
HSL348°58.73%37.06%
HSB/HSV348°74.00%58.82%
CMYK0.00%74.00%59.33%
41.18%

Color #96273D in popluar number systems.

HEX96273D
Decimal1503961
Binary10010110100111111101
Octal2264775

Shades and tints

Shades of #96273D

#96273D
(150,39,61)
#892438
(137,36,56)
#7C2133
(124,33,51)
#6F1E2E
(111,30,46)
#621B29
(98,27,41)
#551824
(85,24,36)
#48151F
(72,21,31)
#3B121A
(59,18,26)
#2E0F15
(46,15,21)
#210C10
(33,12,16)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #96273D

#96273D
(150,39,61)
#9F3A4E
(159,58,78)
#A84D5F
(168,77,95)
#B16070
(177,96,112)
#BA7381
(186,115,129)
#C38692
(195,134,146)
#CC99A3
(204,153,163)
#D5ACB4
(213,172,180)
#DEBFC5
(222,191,197)
#E7D2D6
(231,210,214)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96273D; }

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

This text font color is #96273D.


Background Color

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

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

This div background color is #96273D.


Border color

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

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

This div border color is #96273D.


Opacity

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

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

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

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

This text has shadow with #96273D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96273D on black background.


Color preview on white background

This text has color #96273D on white background.



Black color preview on #96273D background

This text has black color on #96273D background.


White color preview on #96273D background

This text has white color on #96273D background.