COLOR #9D6913

HEX: #9D6913
RGB: (157,105,19)

Color info

#9D6913 contains mainly red and green colors. Web safe color of #9D6913 is #996600 (or #960).

RGB color model

#9D6913 color RGB value is (157,105,19).

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

RGB channels and saturation

R 157 of 255 = 62%
G 105 of 255 = 41%
B 19 of 255 = 7%

157
105
19

R + G + B ~ 37%. #9D6913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 105 + 19 = 281 (100%)
R 157 of 281 ~ 55.87%
G 105 of 281 ~ 37.37%
B 19 of 281 ~ 6.76%

%55.87
%37.37

CMYK color model

#9D6913 color CMYK value is (0,33,88,38).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 87.90%
  • key color value is 38.43%
CMYK:
(0,33,88,38)
C0M33Y88K38 
(0%,33%,88%,38%)
(0.00/0.33/0.88/0.38)	

CMYK percentages

%0
%33.12
%87.9
%38.43

Codes

Color #9D6913 in popluar color models

9D6913
RGB15710519
HSL37°78.41%34.51%
HSB/HSV37°87.90%61.57%
CMYK0.00%33.12%87.90%
38.43%

Color #9D6913 in popluar number systems.

HEX9D6913
Decimal15710519
Binary10011101110100110011
Octal23515123

Shades and tints

Shades of #9D6913

#9D6913
(157,105,19)
#8F6012
(143,96,18)
#815711
(129,87,17)
#734E10
(115,78,16)
#65450F
(101,69,15)
#573C0E
(87,60,14)
#49330D
(73,51,13)
#3B2A0C
(59,42,12)
#2D210B
(45,33,11)
#1F180A
(31,24,10)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #9D6913

#9D6913
(157,105,19)
#A57628
(165,118,40)
#AD833D
(173,131,61)
#B59052
(181,144,82)
#BD9D67
(189,157,103)
#C5AA7C
(197,170,124)
#CDB791
(205,183,145)
#D5C4A6
(213,196,166)
#DDD1BB
(221,209,187)
#E5DED0
(229,222,208)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6913; }

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

This text font color is #9D6913.


Background Color

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

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

This div background color is #9D6913.


Border color

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

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

This div border color is #9D6913.


Opacity

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

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

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

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

This text has shadow with #9D6913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6913 on black background.


Color preview on white background

This text has color #9D6913 on white background.



Black color preview on #9D6913 background

This text has black color on #9D6913 background.


White color preview on #9D6913 background

This text has white color on #9D6913 background.