COLOR #96113C

HEX: #96113C RGB: (150,17,60)

Color info

#96113C contains mainly red color. Web safe color of #96113C is #990033 (or #903).

RGB color model

#96113C color RGB value is (150,17,60).

RGB: (150,17,60) (59%, 7%, 24%)

RGB channels and saturation

R 150 of 255 = 59%
G 17 of 255 = 7%
B 60 of 255 = 24%

150
17
60

R + G + B ~ 30%. #96113C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 17 + 60 = 227 (100%)
R 150 of 227 ~ 66.08%
G 17 of 227 ~ 7.49%
B 60 of 227 ~ 26.43'%

%66.08
%26.43

CMYK color model

#96113C color CMYK value is (0,89,60,41).

  • cyan value is 0.00%
  • magenta value is 88.67%
  • yellow value is 60.00%
  • key color value is 41.18%

CMYK: (0,89,60,41)
C0M89Y60K41 (0%, 89%, 60%, 41%)
(0.00 / 0.89 / 0.60 / 0.41)

CMYK percentages

%0
%88.67
%60
%41.18

Codes

Color #96113C in popluar color models

96 11 3C
RGB 150 17 60
HSL 341° 79.64% 32.75%
HSB/HSV 341° 88.67% 58.82%
CMYK 0.00% 88.67% 60.00%
41.18%

Color #96113C in popluar number systems.

HEX 96 11 3C
Decimal 150 17 60
Binary 10010110 10001 111100
Octal 226 21 74

Shades and tints

Shades of #96113C

#96113C
(150,17,60)
#891037
(137,16,55)
#7C0F32
(124,15,50)
#6F0E2D
(111,14,45)
#620D28
(98,13,40)
#550C23
(85,12,35)
#480B1E
(72,11,30)
#3B0A19
(59,10,25)
#2E0914
(46,9,20)
#21080F
(33,8,15)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #96113C

#96113C
(150,17,60)
#9F264D
(159,38,77)
#A83B5E
(168,59,94)
#B1506F
(177,80,111)
#BA6580
(186,101,128)
#C37A91
(195,122,145)
#CC8FA2
(204,143,162)
#D5A4B3
(213,164,179)
#DEB9C4
(222,185,196)
#E7CED5
(231,206,213)
#F0E3E6
(240,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96113C color. Also use rgb(150,17,60) instead hex code.

Text Font Color

.myTextColor { color: #96113C; }

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

This text font color is #96113C.

Background Color

.myBgColor { background-color: #96113C; }

<div style="background-color:#96113C">Inner text</div>

This div background color is #96113C.

Border color

.myBorderColor { border: 1px solid #96113C; }

<div style="border:3px solid #96113C">Div</div>

This div border color is #96113C.

Opacity

.myOpacity80 { color: #96113C; opacity: 0.8; }

<p style="color:#96113C;opacity:0.8;">80%</p>

Text with #96113C 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 #96113C;}

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

This text has shadow with #96113C color.


.textShadow {text-shadow: 3px 3px 1px #96113C', 3px 3px 1px red;}

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

This text has shadow with #96113C primary color and red secondary color.


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

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

This text has shadow with #96113C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96113C; -webkit-box-shadow: 1px 1px 3px 2px #96113C; box-shadow:1px 1px 3px 2px #96113C;">
Div content here
</div>

This div box has shadow with color #96113C.

Preview

Color preview on black background

This text has color #96113C on black background.


Color preview on white background

This text has color #96113C on white background.


Black color preview on #96113C background

This text has black color on #96113C background.


White color preview on #96113C background

This text has white color on #96113C background.


Related colors

Complementary color

Complementary color for #hex is #69EEC3.


I love getcolorcode.com

Triadic colors

1 #3C9611 and #113C96 with #96113C are triadic colors.

2 #3C1196 and #11963C with #96113C are triadic colors.