COLOR #9D3E13

HEX: #9D3E13
RGB: (157,62,19)

Color info

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

RGB color model

#9D3E13 color RGB value is (157,62,19).

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

RGB channels and saturation

R 157 of 255 = 62%
G 62 of 255 = 24%
B 19 of 255 = 7%

157
62
19

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

Portions of RGB colors in percentages

R + G + B =
157 + 62 + 19 = 238 (100%)
R 157 of 238 ~ 65.97%
G 62 of 238 ~ 26.05%
B 19 of 238 ~ 7.98%

%65.97
%26.05

CMYK color model

#9D3E13 color CMYK value is (0,61,88,38).

  • cyan value is 0.00%
  • magenta value is 60.51%
  • yellow value is 87.90%
  • key color value is 38.43%
CMYK:
(0,61,88,38)
C0M61Y88K38 
(0%,61%,88%,38%)
(0.00/0.61/0.88/0.38)	

CMYK percentages

%0
%60.51
%87.9
%38.43

Codes

Color #9D3E13 in popluar color models

9D3E13
RGB1576219
HSL19°78.41%34.51%
HSB/HSV19°87.90%61.57%
CMYK0.00%60.51%87.90%
38.43%

Color #9D3E13 in popluar number systems.

HEX9D3E13
Decimal1576219
Binary1001110111111010011
Octal2357623

Shades and tints

Shades of #9D3E13

#9D3E13
(157,62,19)
#8F3912
(143,57,18)
#813411
(129,52,17)
#732F10
(115,47,16)
#652A0F
(101,42,15)
#57250E
(87,37,14)
#49200D
(73,32,13)
#3B1B0C
(59,27,12)
#2D160B
(45,22,11)
#1F110A
(31,17,10)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #9D3E13

#9D3E13
(157,62,19)
#A54F28
(165,79,40)
#AD603D
(173,96,61)
#B57152
(181,113,82)
#BD8267
(189,130,103)
#C5937C
(197,147,124)
#CDA491
(205,164,145)
#D5B5A6
(213,181,166)
#DDC6BB
(221,198,187)
#E5D7D0
(229,215,208)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3E13 color. Also use rgb(157,62,19) instead hex code.

Text Font Color

.myTextColor { color: #9D3E13; }

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

This text font color is #9D3E13.


Background Color

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

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

This div background color is #9D3E13.


Border color

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

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

This div border color is #9D3E13.


Opacity

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

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

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

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

This text has shadow with #9D3E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3E13 on black background.


Color preview on white background

This text has color #9D3E13 on white background.



Black color preview on #9D3E13 background

This text has black color on #9D3E13 background.


White color preview on #9D3E13 background

This text has white color on #9D3E13 background.