COLOR #9D700F

HEX: #9D700F RGB: (157,112,15)

Color info

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

RGB color model

#9D700F color RGB value is (157,112,15).

RGB: (157,112,15) (62%, 44%, 6%)

RGB channels and saturation

R 157 of 255 = 62%
G 112 of 255 = 44%
B 15 of 255 = 6%

157
112
15

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

Portions of RGB colors in percentages

R + G + B = 157 + 112 + 15 = 284 (100%)
R 157 of 284 ~ 55.28%
G 112 of 284 ~ 39.44%
B 15 of 284 ~ 5.28'%

%55.28
%39.44

CMYK color model

#9D700F color CMYK value is (0,29,90,38).

  • cyan value is 0.00%
  • magenta value is 28.66%
  • yellow value is 90.45%
  • key color value is 38.43%

CMYK: (0,29,90,38)
C0M29Y90K38 (0%, 29%, 90%, 38%)
(0.00 / 0.29 / 0.90 / 0.38)

CMYK percentages

%0
%28.66
%90.45
%38.43

Codes

Color #9D700F in popluar color models

9D 70 0F
RGB 157 112 15
HSL 41° 82.56% 33.73%
HSB/HSV 41° 90.45% 61.57%
CMYK 0.00% 28.66% 90.45%
38.43%

Color #9D700F in popluar number systems.

HEX 9D 70 0F
Decimal 157 112 15
Binary 10011101 1110000 1111
Octal 235 160 17

Shades and tints

Shades of #9D700F

#9D700F
(157,112,15)
#8F660E
(143,102,14)
#815C0D
(129,92,13)
#73520C
(115,82,12)
#65480B
(101,72,11)
#573E0A
(87,62,10)
#493409
(73,52,9)
#3B2A08
(59,42,8)
#2D2007
(45,32,7)
#1F1606
(31,22,6)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #9D700F

#9D700F
(157,112,15)
#A57D24
(165,125,36)
#AD8A39
(173,138,57)
#B5974E
(181,151,78)
#BDA463
(189,164,99)
#C5B178
(197,177,120)
#CDBE8D
(205,190,141)
#D5CBA2
(213,203,162)
#DDD8B7
(221,216,183)
#E5E5CC
(229,229,204)
#EDF2E1
(237,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D700F color. Also use rgb(157,112,15) instead hex code.

Text Font Color

.myTextColor { color: #9D700F; }

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

This text font color is #9D700F.

Background Color

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

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

This div background color is #9D700F.

Border color

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

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

This div border color is #9D700F.

Opacity

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

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

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

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

This text has shadow with #9D700F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D700F.

Preview

Color preview on black background

This text has color #9D700F on black background.


Color preview on white background

This text has color #9D700F on white background.


Black color preview on #9D700F background

This text has black color on #9D700F background.


White color preview on #9D700F background

This text has white color on #9D700F background.


Related colors

Complementary color

Complementary color for #hex is #628FF0.


I love getcolorcode.com

Triadic colors

1 #0F9D70 and #700F9D with #9D700F are triadic colors.

2 #0F709D and #709D0F with #9D700F are triadic colors.