COLOR #96303D

HEX: #96303D
RGB: (150,48,61)

Color info

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

RGB color model

#96303D color RGB value is (150,48,61).

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

RGB channels and saturation

R 150 of 255 = 59%
G 48 of 255 = 19%
B 61 of 255 = 24%

150
48
61

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

Portions of RGB colors in percentages

R + G + B =
150 + 48 + 61 = 259 (100%)
R 150 of 259 ~ 57.92%
G 48 of 259 ~ 18.53%
B 61 of 259 ~ 23.55%

%57.92
%18.53
%23.55

CMYK color model

#96303D color CMYK value is (0,68,59,41).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 59.33%
  • key color value is 41.18%
CMYK:
(0,68,59,41)
C0M68Y59K41 
(0%,68%,59%,41%)
(0.00/0.68/0.59/0.41)	

CMYK percentages

%0
%68
%59.33
%41.18

Codes

Color #96303D in popluar color models

96303D
RGB1504861
HSL352°51.52%38.82%
HSB/HSV352°68.00%58.82%
CMYK0.00%68.00%59.33%
41.18%

Color #96303D in popluar number systems.

HEX96303D
Decimal1504861
Binary10010110110000111101
Octal2266075

Shades and tints

Shades of #96303D

#96303D
(150,48,61)
#892C38
(137,44,56)
#7C2833
(124,40,51)
#6F242E
(111,36,46)
#622029
(98,32,41)
#551C24
(85,28,36)
#48181F
(72,24,31)
#3B141A
(59,20,26)
#2E1015
(46,16,21)
#210C10
(33,12,16)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #96303D

#96303D
(150,48,61)
#9F424E
(159,66,78)
#A8545F
(168,84,95)
#B16670
(177,102,112)
#BA7881
(186,120,129)
#C38A92
(195,138,146)
#CC9CA3
(204,156,163)
#D5AEB4
(213,174,180)
#DEC0C5
(222,192,197)
#E7D2D6
(231,210,214)
#F0E4E7
(240,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96303D; }

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

This text font color is #96303D.


Background Color

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

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

This div background color is #96303D.


Border color

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

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

This div border color is #96303D.


Opacity

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

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

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

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

This text has shadow with #96303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96303D on black background.


Color preview on white background

This text has color #96303D on white background.



Black color preview on #96303D background

This text has black color on #96303D background.


White color preview on #96303D background

This text has white color on #96303D background.