COLOR #960F0B

HEX: #960F0B RGB: (150,15,11)

Color info

#960F0B contains mainly red color. Web safe color of #960F0B is #990000 (or #900).

RGB color model

#960F0B color RGB value is (150,15,11).

RGB: (150,15,11) (59%, 6%, 4%)

RGB channels and saturation

R 150 of 255 = 59%
G 15 of 255 = 6%
B 11 of 255 = 4%

150
15
11

R + G + B ~ 23%. #960F0B is dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 15 + 11 = 176 (100%)
R 150 of 176 ~ 85.23%
G 15 of 176 ~ 8.52%
B 11 of 176 ~ 6.25'%

%85.23

CMYK color model

#960F0B color CMYK value is (0,90,93,41).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 92.67%
  • key color value is 41.18%

CMYK: (0,90,93,41)
C0M90Y93K41 (0%, 90%, 93%, 41%)
(0.00 / 0.90 / 0.93 / 0.41)

CMYK percentages

%0
%90
%92.67
%41.18

Codes

Color #960F0B in popluar color models

96 0F 0B
RGB 150 15 11
HSL 86.34% 31.57%
HSB/HSV 92.67% 58.82%
CMYK 0.00% 90.00% 92.67%
41.18%

Color #960F0B in popluar number systems.

HEX 96 0F 0B
Decimal 150 15 11
Binary 10010110 1111 1011
Octal 226 17 13

Shades and tints

Shades of #960F0B

#960F0B
(150,15,11)
#890E0A
(137,14,10)
#7C0D09
(124,13,9)
#6F0C08
(111,12,8)
#620B07
(98,11,7)
#550A06
(85,10,6)
#480905
(72,9,5)
#3B0804
(59,8,4)
#2E0703
(46,7,3)
#210602
(33,6,2)
#140501
(20,5,1)
#000000
(0,0,0)

Tints of #960F0B

#960F0B
(150,15,11)
#9F2421
(159,36,33)
#A83937
(168,57,55)
#B14E4D
(177,78,77)
#BA6363
(186,99,99)
#C37879
(195,120,121)
#CC8D8F
(204,141,143)
#D5A2A5
(213,162,165)
#DEB7BB
(222,183,187)
#E7CCD1
(231,204,209)
#F0E1E7
(240,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960F0B color. Also use rgb(150,15,11) instead hex code.

Text Font Color

.myTextColor { color: #960F0B; }

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

This text font color is #960F0B.

Background Color

.myBgColor { background-color: #960F0B; }

<div style="background-color:#960F0B">Inner text</div>

This div background color is #960F0B.

Border color

.myBorderColor { border: 1px solid #960F0B; }

<div style="border:3px solid #960F0B">Div</div>

This div border color is #960F0B.

Opacity

.myOpacity80 { color: #960F0B; opacity: 0.8; }

<p style="color:#960F0B;opacity:0.8;">80%</p>

Text with #960F0B 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 #960F0B;}

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

This text has shadow with #960F0B color.


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

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

This text has shadow with #960F0B primary color and red secondary color.


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

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

This text has shadow with #960F0B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #960F0B.

Preview

Color preview on black background

This text has color #960F0B on black background.


Color preview on white background

This text has color #960F0B on white background.


Black color preview on #960F0B background

This text has black color on #960F0B background.


White color preview on #960F0B background

This text has white color on #960F0B background.


Related colors

Complementary color

Complementary color for #hex is #69F0F4.


I love getcolorcode.com

Triadic colors

1 #0B960F and #0F0B96 with #960F0B are triadic colors.

2 #0B0F96 and #0F960B with #960F0B are triadic colors.