COLOR #9D3B1D

HEX: #9D3B1D RGB: (157,59,29)

Color info

#9D3B1D contains mainly red color. Web safe color of #9D3B1D is #993333 (or #933).

RGB color model

#9D3B1D color RGB value is (157,59,29).

RGB: (157,59,29) (62%, 23%, 11%)

RGB channels and saturation

R 157 of 255 = 62%
G 59 of 255 = 23%
B 29 of 255 = 11%

157
59
29

R + G + B ~ 32%. #9D3B1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 157 + 59 + 29 = 245 (100%)
R 157 of 245 ~ 64.08%
G 59 of 245 ~ 24.08%
B 29 of 245 ~ 11.84'%

%64.08
%24.08
%11.84

CMYK color model

#9D3B1D color CMYK value is (0,62,82,38).

  • cyan value is 0.00%
  • magenta value is 62.42%
  • yellow value is 81.53%
  • key color value is 38.43%

CMYK: (0,62,82,38)
C0M62Y82K38 (0%, 62%, 82%, 38%)
(0.00 / 0.62 / 0.82 / 0.38)

CMYK percentages

%0
%62.42
%81.53
%38.43

Codes

Color #9D3B1D in popluar color models

9D 3B 1D
RGB 157 59 29
HSL 14° 68.82% 36.47%
HSB/HSV 14° 81.53% 61.57%
CMYK 0.00% 62.42% 81.53%
38.43%

Color #9D3B1D in popluar number systems.

HEX 9D 3B 1D
Decimal 157 59 29
Binary 10011101 111011 11101
Octal 235 73 35

Shades and tints

Shades of #9D3B1D

#9D3B1D
(157,59,29)
#8F361B
(143,54,27)
#813119
(129,49,25)
#732C17
(115,44,23)
#652715
(101,39,21)
#572213
(87,34,19)
#491D11
(73,29,17)
#3B180F
(59,24,15)
#2D130D
(45,19,13)
#1F0E0B
(31,14,11)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #9D3B1D

#9D3B1D
(157,59,29)
#A54C31
(165,76,49)
#AD5D45
(173,93,69)
#B56E59
(181,110,89)
#BD7F6D
(189,127,109)
#C59081
(197,144,129)
#CDA195
(205,161,149)
#D5B2A9
(213,178,169)
#DDC3BD
(221,195,189)
#E5D4D1
(229,212,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3B1D color. Also use rgb(157,59,29) instead hex code.

Text Font Color

.myTextColor { color: #9D3B1D; }

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

This text font color is #9D3B1D.

Background Color

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

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

This div background color is #9D3B1D.

Border color

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

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

This div border color is #9D3B1D.

Opacity

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

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

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

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

This text has shadow with #9D3B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D3B1D.

Preview

Color preview on black background

This text has color #9D3B1D on black background.


Color preview on white background

This text has color #9D3B1D on white background.


Black color preview on #9D3B1D background

This text has black color on #9D3B1D background.


White color preview on #9D3B1D background

This text has white color on #9D3B1D background.


Related colors

Complementary color

Complementary color for #hex is #62C4E2.


I love getcolorcode.com

Triadic colors

1 #1D9D3B and #3B1D9D with #9D3B1D are triadic colors.

2 #1D3B9D and #3B9D1D with #9D3B1D are triadic colors.