COLOR #9B370A

HEX: #9B370A
RGB: (155,55,10)

Color info

#9B370A contains mainly red color. Web safe color of #9B370A is #993300 (or #930).

RGB color model

#9B370A color RGB value is (155,55,10).

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

RGB channels and saturation

R 155 of 255 = 61%
G 55 of 255 = 22%
B 10 of 255 = 4%

155
55
10

R + G + B ~ 29%. #9B370A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 55 + 10 = 220 (100%)
R 155 of 220 ~ 70.45%
G 55 of 220 ~ 25%
B 10 of 220 ~ 4.55%

%70.45
%25

CMYK color model

#9B370A color CMYK value is (0,65,94,39).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 93.55%
  • key color value is 39.22%
CMYK:
(0,65,94,39)
C0M65Y94K39 
(0%,65%,94%,39%)
(0.00/0.65/0.94/0.39)	

CMYK percentages

%0
%64.52
%93.55
%39.22

Codes

Color #9B370A in popluar color models

9B370A
RGB1555510
HSL19°87.88%32.35%
HSB/HSV19°93.55%60.78%
CMYK0.00%64.52%93.55%
39.22%

Color #9B370A in popluar number systems.

HEX9B370A
Decimal1555510
Binary100110111101111010
Octal2336712

Shades and tints

Shades of #9B370A

#9B370A
(155,55,10)
#8D320A
(141,50,10)
#7F2D0A
(127,45,10)
#71280A
(113,40,10)
#63230A
(99,35,10)
#551E0A
(85,30,10)
#47190A
(71,25,10)
#39140A
(57,20,10)
#2B0F0A
(43,15,10)
#1D0A0A
(29,10,10)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #9B370A

#9B370A
(155,55,10)
#A44920
(164,73,32)
#AD5B36
(173,91,54)
#B66D4C
(182,109,76)
#BF7F62
(191,127,98)
#C89178
(200,145,120)
#D1A38E
(209,163,142)
#DAB5A4
(218,181,164)
#E3C7BA
(227,199,186)
#ECD9D0
(236,217,208)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B370A; }

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

This text font color is #9B370A.


Background Color

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

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

This div background color is #9B370A.


Border color

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

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

This div border color is #9B370A.


Opacity

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

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

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

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

This text has shadow with #9B370A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B370A on black background.


Color preview on white background

This text has color #9B370A on white background.



Black color preview on #9B370A background

This text has black color on #9B370A background.


White color preview on #9B370A background

This text has white color on #9B370A background.