COLOR #9D650F

HEX: #9D650F
RGB: (157,101,15)

Color info

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

RGB color model

#9D650F color RGB value is (157,101,15).

  • red value is 157;
  • green value is 101;
  • blue value is 15.
RGB:
(157,101,15)
(62%,40%,6%)

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 15 of 255 = 6%

157
101
15

R + G + B ~ 36%. #9D650F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 101 + 15 = 273 (100%)
R 157 of 273 ~ 57.51%
G 101 of 273 ~ 37%
B 15 of 273 ~ 5.49%

%57.51
%37

CMYK color model

#9D650F color CMYK value is (0,36,90,38).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 90.45%
  • key color value is 38.43%
CMYK:
(0,36,90,38)
C0M36Y90K38 
(0%,36%,90%,38%)
(0.00/0.36/0.90/0.38)	

CMYK percentages

%0
%35.67
%90.45
%38.43

Codes

Color #9D650F in popluar color models

9D650F
RGB15710115
HSL36°82.56%33.73%
HSB/HSV36°90.45%61.57%
CMYK0.00%35.67%90.45%
38.43%

Color #9D650F in popluar number systems.

HEX9D650F
Decimal15710115
Binary1001110111001011111
Octal23514517

Shades and tints

Shades of #9D650F

#9D650F
(157,101,15)
#8F5C0E
(143,92,14)
#81530D
(129,83,13)
#734A0C
(115,74,12)
#65410B
(101,65,11)
#57380A
(87,56,10)
#492F09
(73,47,9)
#3B2608
(59,38,8)
#2D1D07
(45,29,7)
#1F1406
(31,20,6)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #9D650F

#9D650F
(157,101,15)
#A57324
(165,115,36)
#AD8139
(173,129,57)
#B58F4E
(181,143,78)
#BD9D63
(189,157,99)
#C5AB78
(197,171,120)
#CDB98D
(205,185,141)
#D5C7A2
(213,199,162)
#DDD5B7
(221,213,183)
#E5E3CC
(229,227,204)
#EDF1E1
(237,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D650F; }

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

This text font color is #9D650F.


Background Color

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

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

This div background color is #9D650F.


Border color

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

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

This div border color is #9D650F.


Opacity

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

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

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

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

This text has shadow with #9D650F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D650F on black background.


Color preview on white background

This text has color #9D650F on white background.



Black color preview on #9D650F background

This text has black color on #9D650F background.


White color preview on #9D650F background

This text has white color on #9D650F background.