COLOR #9B0314

HEX: #9B0314
RGB: (155,3,20)

Color info

#9B0314 contains mainly red color. Web safe color of #9B0314 is #990000 (or #900).

RGB color model

#9B0314 color RGB value is (155,3,20).

  • red value is 155;
  • green value is 3;
  • blue value is 20.
RGB:
(155,3,20)
(61%,1%,8%)

RGB channels and saturation

R 155 of 255 = 61%
G 3 of 255 = 1%
B 20 of 255 = 8%

155
3
20

R + G + B ~ 23%. #9B0314 is dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 3 + 20 = 178 (100%)
R 155 of 178 ~ 87.08%
G 3 of 178 ~ 1.69%
B 20 of 178 ~ 11.24%

%87.08
%11.24

CMYK color model

#9B0314 color CMYK value is (0,98,87,39).

  • cyan value is 0.00%
  • magenta value is 98.06%
  • yellow value is 87.10%
  • key color value is 39.22%
CMYK:
(0,98,87,39)
C0M98Y87K39 
(0%,98%,87%,39%)
(0.00/0.98/0.87/0.39)	

CMYK percentages

%0
%98.06
%87.1
%39.22

Codes

Color #9B0314 in popluar color models

9B0314
RGB155320
HSL353°96.20%30.98%
HSB/HSV353°98.06%60.78%
CMYK0.00%98.06%87.10%
39.22%

Color #9B0314 in popluar number systems.

HEX9B0314
Decimal155320
Binary100110111110100
Octal233324

Shades and tints

Shades of #9B0314

#9B0314
(155,3,20)
#8D0313
(141,3,19)
#7F0312
(127,3,18)
#710311
(113,3,17)
#630310
(99,3,16)
#55030F
(85,3,15)
#47030E
(71,3,14)
#39030D
(57,3,13)
#2B030C
(43,3,12)
#1D030B
(29,3,11)
#0F030A
(15,3,10)
#000000
(0,0,0)

Tints of #9B0314

#9B0314
(155,3,20)
#A41929
(164,25,41)
#AD2F3E
(173,47,62)
#B64553
(182,69,83)
#BF5B68
(191,91,104)
#C8717D
(200,113,125)
#D18792
(209,135,146)
#DA9DA7
(218,157,167)
#E3B3BC
(227,179,188)
#ECC9D1
(236,201,209)
#F5DFE6
(245,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0314 color. Also use rgb(155,3,20) instead hex code.

Text Font Color

.myTextColor { color: #9B0314; }

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

This text font color is #9B0314.


Background Color

.myBgColor { background-color: #9B0314; }

<div style="background-color:#9B0314">Inner text</div>

This div background color is #9B0314.


Border color

.myBorderColor { border: 1px solid #9B0314; }

<div style="border:3px solid #9B0314">Div</div>

This div border color is #9B0314.


Opacity

.myOpacity80 { color: #9B0314; opacity: 0.8; }

<p style="color:#9B0314;opacity:0.8;">80%</p>

Text with #9B0314 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 #9B0314;}

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

This text has shadow with #9B0314 color.

.textShadow {text-shadow: 3px 3px 1px #9B0314, 3px 3px 1px red;}

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

This text has shadow with #9B0314 primary color and red secondary color.


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

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

This text has shadow with #9B0314 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0314 on black background.


Color preview on white background

This text has color #9B0314 on white background.



Black color preview on #9B0314 background

This text has black color on #9B0314 background.


White color preview on #9B0314 background

This text has white color on #9B0314 background.