COLOR #9F3715

HEX: #9F3715 RGB: (159,55,21)

Color info

#9F3715 contains mainly red color. Web safe color of #9F3715 is #993300 (or #930).

RGB color model

#9F3715 color RGB value is (159,55,21).

RGB: (159,55,21) (62%, 22%, 8%)

RGB channels and saturation

R 159 of 255 = 62%
G 55 of 255 = 22%
B 21 of 255 = 8%

159
55
21

R + G + B ~ 31%. #9F3715 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 159 + 55 + 21 = 235 (100%)
R 159 of 235 ~ 67.66%
G 55 of 235 ~ 23.4%
B 21 of 235 ~ 8.94'%

%67.66
%23.4

CMYK color model

#9F3715 color CMYK value is (0,65,87,38).

  • cyan value is 0.00%
  • magenta value is 65.41%
  • yellow value is 86.79%
  • key color value is 37.65%

CMYK: (0,65,87,38)
C0M65Y87K38 (0%, 65%, 87%, 38%)
(0.00 / 0.65 / 0.87 / 0.38)

CMYK percentages

%0
%65.41
%86.79
%37.65

Codes

Color #9F3715 in popluar color models

9F 37 15
RGB 159 55 21
HSL 15° 76.67% 35.29%
HSB/HSV 15° 86.79% 62.35%
CMYK 0.00% 65.41% 86.79%
37.65%

Color #9F3715 in popluar number systems.

HEX 9F 37 15
Decimal 159 55 21
Binary 10011111 110111 10101
Octal 237 67 25

Shades and tints

Shades of #9F3715

#9F3715
(159,55,21)
#913214
(145,50,20)
#832D13
(131,45,19)
#752812
(117,40,18)
#672311
(103,35,17)
#591E10
(89,30,16)
#4B190F
(75,25,15)
#3D140E
(61,20,14)
#2F0F0D
(47,15,13)
#210A0C
(33,10,12)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #9F3715

#9F3715
(159,55,21)
#A7492A
(167,73,42)
#AF5B3F
(175,91,63)
#B76D54
(183,109,84)
#BF7F69
(191,127,105)
#C7917E
(199,145,126)
#CFA393
(207,163,147)
#D7B5A8
(215,181,168)
#DFC7BD
(223,199,189)
#E7D9D2
(231,217,210)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3715 color. Also use rgb(159,55,21) instead hex code.

Text Font Color

.myTextColor { color: #9F3715; }

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

This text font color is #9F3715.

Background Color

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

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

This div background color is #9F3715.

Border color

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

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

This div border color is #9F3715.

Opacity

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

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

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

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

This text has shadow with #9F3715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F3715.

Preview

Color preview on black background

This text has color #9F3715 on black background.


Color preview on white background

This text has color #9F3715 on white background.


Black color preview on #9F3715 background

This text has black color on #9F3715 background.


White color preview on #9F3715 background

This text has white color on #9F3715 background.


Related colors

Complementary color

Complementary color for #hex is #60C8EA.


I love getcolorcode.com

Triadic colors

1 #159F37 and #37159F with #9F3715 are triadic colors.

2 #15379F and #379F15 with #9F3715 are triadic colors.