COLOR #9D3816

HEX: #9D3816
RGB: (157,56,22)

Color info

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

RGB color model

#9D3816 color RGB value is (157,56,22).

  • red value is 157;
  • green value is 56;
  • blue value is 22.
RGB:
(157,56,22)
(62%,22%,9%)

RGB channels and saturation

R 157 of 255 = 62%
G 56 of 255 = 22%
B 22 of 255 = 9%

157
56
22

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

Portions of RGB colors in percentages

R + G + B =
157 + 56 + 22 = 235 (100%)
R 157 of 235 ~ 66.81%
G 56 of 235 ~ 23.83%
B 22 of 235 ~ 9.36%

%66.81
%23.83

CMYK color model

#9D3816 color CMYK value is (0,64,86,38).

  • cyan value is 0.00%
  • magenta value is 64.33%
  • yellow value is 85.99%
  • key color value is 38.43%
CMYK:
(0,64,86,38)
C0M64Y86K38 
(0%,64%,86%,38%)
(0.00/0.64/0.86/0.38)	

CMYK percentages

%0
%64.33
%85.99
%38.43

Codes

Color #9D3816 in popluar color models

9D3816
RGB1575622
HSL15°75.42%35.10%
HSB/HSV15°85.99%61.57%
CMYK0.00%64.33%85.99%
38.43%

Color #9D3816 in popluar number systems.

HEX9D3816
Decimal1575622
Binary1001110111100010110
Octal2357026

Shades and tints

Shades of #9D3816

#9D3816
(157,56,22)
#8F3314
(143,51,20)
#812E12
(129,46,18)
#732910
(115,41,16)
#65240E
(101,36,14)
#571F0C
(87,31,12)
#491A0A
(73,26,10)
#3B1508
(59,21,8)
#2D1006
(45,16,6)
#1F0B04
(31,11,4)
#110602
(17,6,2)
#000000
(0,0,0)

Tints of #9D3816

#9D3816
(157,56,22)
#A54A2B
(165,74,43)
#AD5C40
(173,92,64)
#B56E55
(181,110,85)
#BD806A
(189,128,106)
#C5927F
(197,146,127)
#CDA494
(205,164,148)
#D5B6A9
(213,182,169)
#DDC8BE
(221,200,190)
#E5DAD3
(229,218,211)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D3816 color. Also use rgb(157,56,22) instead hex code.

Text Font Color

.myTextColor { color: #9D3816; }

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

This text font color is #9D3816.


Background Color

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

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

This div background color is #9D3816.


Border color

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

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

This div border color is #9D3816.


Opacity

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

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

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

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

This text has shadow with #9D3816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D3816 on black background.


Color preview on white background

This text has color #9D3816 on white background.



Black color preview on #9D3816 background

This text has black color on #9D3816 background.


White color preview on #9D3816 background

This text has white color on #9D3816 background.