COLOR #96274B

HEX: #96274B
RGB: (150,39,75)

Color info

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

RGB color model

#96274B color RGB value is (150,39,75).

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

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 75 of 255 = 29%

150
39
75

R + G + B ~ 34%. #96274B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 75 = 264 (100%)
R 150 of 264 ~ 56.82%
G 39 of 264 ~ 14.77%
B 75 of 264 ~ 28.41%

%56.82
%14.77
%28.41

CMYK color model

#96274B color CMYK value is (0,74,50,41).

  • cyan value is 0.00%
  • magenta value is 74.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,74,50,41)
C0M74Y50K41 
(0%,74%,50%,41%)
(0.00/0.74/0.50/0.41)	

CMYK percentages

%0
%74
%50
%41.18

Codes

Color #96274B in popluar color models

96274B
RGB1503975
HSL341°58.73%37.06%
HSB/HSV341°74.00%58.82%
CMYK0.00%74.00%50.00%
41.18%

Color #96274B in popluar number systems.

HEX96274B
Decimal1503975
Binary100101101001111001011
Octal22647113

Shades and tints

Shades of #96274B

#96274B
(150,39,75)
#892445
(137,36,69)
#7C213F
(124,33,63)
#6F1E39
(111,30,57)
#621B33
(98,27,51)
#55182D
(85,24,45)
#481527
(72,21,39)
#3B1221
(59,18,33)
#2E0F1B
(46,15,27)
#210C15
(33,12,21)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #96274B

#96274B
(150,39,75)
#9F3A5B
(159,58,91)
#A84D6B
(168,77,107)
#B1607B
(177,96,123)
#BA738B
(186,115,139)
#C3869B
(195,134,155)
#CC99AB
(204,153,171)
#D5ACBB
(213,172,187)
#DEBFCB
(222,191,203)
#E7D2DB
(231,210,219)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96274B; }

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

This text font color is #96274B.


Background Color

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

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

This div background color is #96274B.


Border color

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

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

This div border color is #96274B.


Opacity

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

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

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

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

This text has shadow with #96274B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96274B on black background.


Color preview on white background

This text has color #96274B on white background.



Black color preview on #96274B background

This text has black color on #96274B background.


White color preview on #96274B background

This text has white color on #96274B background.