COLOR #9F5A10

HEX: #9F5A10 RGB: (159,90,16)

Color info

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

RGB color model

#9F5A10 color RGB value is (159,90,16).

RGB: (159,90,16) (62%, 35%, 6%)

RGB channels and saturation

R 159 of 255 = 62%
G 90 of 255 = 35%
B 16 of 255 = 6%

159
90
16

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

Portions of RGB colors in percentages

R + G + B = 159 + 90 + 16 = 265 (100%)
R 159 of 265 ~ 60%
G 90 of 265 ~ 33.96%
B 16 of 265 ~ 6.04'%

%60
%33.96

CMYK color model

#9F5A10 color CMYK value is (0,43,90,38).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 89.94%
  • key color value is 37.65%

CMYK: (0,43,90,38)
C0M43Y90K38 (0%, 43%, 90%, 38%)
(0.00 / 0.43 / 0.90 / 0.38)

CMYK percentages

%0
%43.4
%89.94
%37.65

Codes

Color #9F5A10 in popluar color models

9F 5A 10
RGB 159 90 16
HSL 31° 81.71% 34.31%
HSB/HSV 31° 89.94% 62.35%
CMYK 0.00% 43.40% 89.94%
37.65%

Color #9F5A10 in popluar number systems.

HEX 9F 5A 10
Decimal 159 90 16
Binary 10011111 1011010 10000
Octal 237 132 20

Shades and tints

Shades of #9F5A10

#9F5A10
(159,90,16)
#91520F
(145,82,15)
#834A0E
(131,74,14)
#75420D
(117,66,13)
#673A0C
(103,58,12)
#59320B
(89,50,11)
#4B2A0A
(75,42,10)
#3D2209
(61,34,9)
#2F1A08
(47,26,8)
#211207
(33,18,7)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #9F5A10

#9F5A10
(159,90,16)
#A76925
(167,105,37)
#AF783A
(175,120,58)
#B7874F
(183,135,79)
#BF9664
(191,150,100)
#C7A579
(199,165,121)
#CFB48E
(207,180,142)
#D7C3A3
(215,195,163)
#DFD2B8
(223,210,184)
#E7E1CD
(231,225,205)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5A10 color. Also use rgb(159,90,16) instead hex code.

Text Font Color

.myTextColor { color: #9F5A10; }

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

This text font color is #9F5A10.

Background Color

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

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

This div background color is #9F5A10.

Border color

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

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

This div border color is #9F5A10.

Opacity

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

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

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

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

This text has shadow with #9F5A10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5A10.

Preview

Color preview on black background

This text has color #9F5A10 on black background.


Color preview on white background

This text has color #9F5A10 on white background.


Black color preview on #9F5A10 background

This text has black color on #9F5A10 background.


White color preview on #9F5A10 background

This text has white color on #9F5A10 background.


Related colors

Complementary color

Complementary color for #hex is #60A5EF.


I love getcolorcode.com

Triadic colors

1 #109F5A and #5A109F with #9F5A10 are triadic colors.

2 #105A9F and #5A9F10 with #9F5A10 are triadic colors.