COLOR #9D3011

HEX: #9D3011
RGB: (157,48,17)

Color info

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

RGB color model

#9D3011 color RGB value is (157,48,17).

  • red value is 157;
  • green value is 48;
  • blue value is 17.
RGB:
(157,48,17)
(62%,19%,7%)

RGB channels and saturation

R 157 of 255 = 62%
G 48 of 255 = 19%
B 17 of 255 = 7%

157
48
17

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

Portions of RGB colors in percentages

R + G + B =
157 + 48 + 17 = 222 (100%)
R 157 of 222 ~ 70.72%
G 48 of 222 ~ 21.62%
B 17 of 222 ~ 7.66%

%70.72
%21.62

CMYK color model

#9D3011 color CMYK value is (0,69,89,38).

  • cyan value is 0.00%
  • magenta value is 69.43%
  • yellow value is 89.17%
  • key color value is 38.43%
CMYK:
(0,69,89,38)
C0M69Y89K38 
(0%,69%,89%,38%)
(0.00/0.69/0.89/0.38)	

CMYK percentages

%0
%69.43
%89.17
%38.43

Codes

Color #9D3011 in popluar color models

9D3011
RGB1574817
HSL13°80.46%34.12%
HSB/HSV13°89.17%61.57%
CMYK0.00%69.43%89.17%
38.43%

Color #9D3011 in popluar number systems.

HEX9D3011
Decimal1574817
Binary1001110111000010001
Octal2356021

Shades and tints

Shades of #9D3011

#9D3011
(157,48,17)
#8F2C10
(143,44,16)
#81280F
(129,40,15)
#73240E
(115,36,14)
#65200D
(101,32,13)
#571C0C
(87,28,12)
#49180B
(73,24,11)
#3B140A
(59,20,10)
#2D1009
(45,16,9)
#1F0C08
(31,12,8)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #9D3011

#9D3011
(157,48,17)
#A54226
(165,66,38)
#AD543B
(173,84,59)
#B56650
(181,102,80)
#BD7865
(189,120,101)
#C58A7A
(197,138,122)
#CD9C8F
(205,156,143)
#D5AEA4
(213,174,164)
#DDC0B9
(221,192,185)
#E5D2CE
(229,210,206)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3011 color. Also use rgb(157,48,17) instead hex code.

Text Font Color

.myTextColor { color: #9D3011; }

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

This text font color is #9D3011.


Background Color

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

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

This div background color is #9D3011.


Border color

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

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

This div border color is #9D3011.


Opacity

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

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

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

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

This text has shadow with #9D3011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3011 on black background.


Color preview on white background

This text has color #9D3011 on white background.



Black color preview on #9D3011 background

This text has black color on #9D3011 background.


White color preview on #9D3011 background

This text has white color on #9D3011 background.