COLOR #9B0A47

HEX: #9B0A47
RGB: (155,10,71)

Color info

#9B0A47 contains mainly red color. Web safe color of #9B0A47 is #990033 (or #903).

RGB color model

#9B0A47 color RGB value is (155,10,71).

  • red value is 155;
  • green value is 10;
  • blue value is 71.
RGB:
(155,10,71)
(61%,4%,28%)

RGB channels and saturation

R 155 of 255 = 61%
G 10 of 255 = 4%
B 71 of 255 = 28%

155
10
71

R + G + B ~ 31%. #9B0A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 10 + 71 = 236 (100%)
R 155 of 236 ~ 65.68%
G 10 of 236 ~ 4.24%
B 71 of 236 ~ 30.08%

%65.68
%30.08

CMYK color model

#9B0A47 color CMYK value is (0,94,54,39).

  • cyan value is 0.00%
  • magenta value is 93.55%
  • yellow value is 54.19%
  • key color value is 39.22%
CMYK:
(0,94,54,39)
C0M94Y54K39 
(0%,94%,54%,39%)
(0.00/0.94/0.54/0.39)	

CMYK percentages

%0
%93.55
%54.19
%39.22

Codes

Color #9B0A47 in popluar color models

9B0A47
RGB1551071
HSL335°87.88%32.35%
HSB/HSV335°93.55%60.78%
CMYK0.00%93.55%54.19%
39.22%

Color #9B0A47 in popluar number systems.

HEX9B0A47
Decimal1551071
Binary1001101110101000111
Octal23312107

Shades and tints

Shades of #9B0A47

#9B0A47
(155,10,71)
#8D0A41
(141,10,65)
#7F0A3B
(127,10,59)
#710A35
(113,10,53)
#630A2F
(99,10,47)
#550A29
(85,10,41)
#470A23
(71,10,35)
#390A1D
(57,10,29)
#2B0A17
(43,10,23)
#1D0A11
(29,10,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #9B0A47

#9B0A47
(155,10,71)
#A42057
(164,32,87)
#AD3667
(173,54,103)
#B64C77
(182,76,119)
#BF6287
(191,98,135)
#C87897
(200,120,151)
#D18EA7
(209,142,167)
#DAA4B7
(218,164,183)
#E3BAC7
(227,186,199)
#ECD0D7
(236,208,215)
#F5E6E7
(245,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B0A47 color. Also use rgb(155,10,71) instead hex code.

Text Font Color

.myTextColor { color: #9B0A47; }

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

This text font color is #9B0A47.


Background Color

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

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

This div background color is #9B0A47.


Border color

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

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

This div border color is #9B0A47.


Opacity

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

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

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

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

This text has shadow with #9B0A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B0A47 on black background.


Color preview on white background

This text has color #9B0A47 on white background.



Black color preview on #9B0A47 background

This text has black color on #9B0A47 background.


White color preview on #9B0A47 background

This text has white color on #9B0A47 background.