COLOR #9F5217

HEX: #9F5217 RGB: (159,82,23)

Color info

#9F5217 contains mainly red color. Web safe color of #9F5217 is #996600 (or #960).

RGB color model

#9F5217 color RGB value is (159,82,23).

RGB: (159,82,23) (62%, 32%, 9%)

RGB channels and saturation

R 159 of 255 = 62%
G 82 of 255 = 32%
B 23 of 255 = 9%

159
82
23

R + G + B ~ 34%. #9F5217 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 159 + 82 + 23 = 264 (100%)
R 159 of 264 ~ 60.23%
G 82 of 264 ~ 31.06%
B 23 of 264 ~ 8.71'%

%60.23
%31.06

CMYK color model

#9F5217 color CMYK value is (0,48,86,38).

  • cyan value is 0.00%
  • magenta value is 48.43%
  • yellow value is 85.53%
  • key color value is 37.65%

CMYK: (0,48,86,38)
C0M48Y86K38 (0%, 48%, 86%, 38%)
(0.00 / 0.48 / 0.86 / 0.38)

CMYK percentages

%0
%48.43
%85.53
%37.65

Codes

Color #9F5217 in popluar color models

9F 52 17
RGB 159 82 23
HSL 26° 74.73% 35.69%
HSB/HSV 26° 85.53% 62.35%
CMYK 0.00% 48.43% 85.53%
37.65%

Color #9F5217 in popluar number systems.

HEX 9F 52 17
Decimal 159 82 23
Binary 10011111 1010010 10111
Octal 237 122 27

Shades and tints

Shades of #9F5217

#9F5217
(159,82,23)
#914B15
(145,75,21)
#834413
(131,68,19)
#753D11
(117,61,17)
#67360F
(103,54,15)
#592F0D
(89,47,13)
#4B280B
(75,40,11)
#3D2109
(61,33,9)
#2F1A07
(47,26,7)
#211305
(33,19,5)
#130C03
(19,12,3)
#000000
(0,0,0)

Tints of #9F5217

#9F5217
(159,82,23)
#A7612C
(167,97,44)
#AF7041
(175,112,65)
#B77F56
(183,127,86)
#BF8E6B
(191,142,107)
#C79D80
(199,157,128)
#CFAC95
(207,172,149)
#D7BBAA
(215,187,170)
#DFCABF
(223,202,191)
#E7D9D4
(231,217,212)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5217 color. Also use rgb(159,82,23) instead hex code.

Text Font Color

.myTextColor { color: #9F5217; }

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

This text font color is #9F5217.

Background Color

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

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

This div background color is #9F5217.

Border color

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

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

This div border color is #9F5217.

Opacity

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

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

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

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

This text has shadow with #9F5217 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5217.

Preview

Color preview on black background

This text has color #9F5217 on black background.


Color preview on white background

This text has color #9F5217 on white background.


Black color preview on #9F5217 background

This text has black color on #9F5217 background.


White color preview on #9F5217 background

This text has white color on #9F5217 background.


Related colors

Complementary color

Complementary color for #hex is #60ADE8.


I love getcolorcode.com

Triadic colors

1 #179F52 and #52179F with #9F5217 are triadic colors.

2 #17529F and #529F17 with #9F5217 are triadic colors.