COLOR #9F591C

HEX: #9F591C
RGB: (159,89,28)

Color info

#9F591C contains mainly red color. Web safe color of #9F591C is #996633 (or #963).

RGB color model

#9F591C color RGB value is (159,89,28).

  • red value is 159;
  • green value is 89;
  • blue value is 28.
RGB:
(159,89,28)
(62%,35%,11%)

RGB channels and saturation

R 159 of 255 = 62%
G 89 of 255 = 35%
B 28 of 255 = 11%

159
89
28

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

Portions of RGB colors in percentages

R + G + B =
159 + 89 + 28 = 276 (100%)
R 159 of 276 ~ 57.61%
G 89 of 276 ~ 32.25%
B 28 of 276 ~ 10.14%

%57.61
%32.25
%10.14

CMYK color model

#9F591C color CMYK value is (0,44,82,38).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 82.39%
  • key color value is 37.65%
CMYK:
(0,44,82,38)
C0M44Y82K38 
(0%,44%,82%,38%)
(0.00/0.44/0.82/0.38)	

CMYK percentages

%0
%44.03
%82.39
%37.65

Codes

Color #9F591C in popluar color models

9F591C
RGB1598928
HSL28°70.05%36.67%
HSB/HSV28°82.39%62.35%
CMYK0.00%44.03%82.39%
37.65%

Color #9F591C in popluar number systems.

HEX9F591C
Decimal1598928
Binary10011111101100111100
Octal23713134

Shades and tints

Shades of #9F591C

#9F591C
(159,89,28)
#91511A
(145,81,26)
#834918
(131,73,24)
#754116
(117,65,22)
#673914
(103,57,20)
#593112
(89,49,18)
#4B2910
(75,41,16)
#3D210E
(61,33,14)
#2F190C
(47,25,12)
#21110A
(33,17,10)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #9F591C

#9F591C
(159,89,28)
#A76830
(167,104,48)
#AF7744
(175,119,68)
#B78658
(183,134,88)
#BF956C
(191,149,108)
#C7A480
(199,164,128)
#CFB394
(207,179,148)
#D7C2A8
(215,194,168)
#DFD1BC
(223,209,188)
#E7E0D0
(231,224,208)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F591C color. Also use rgb(159,89,28) instead hex code.

Text Font Color

.myTextColor { color: #9F591C; }

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

This text font color is #9F591C.


Background Color

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

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

This div background color is #9F591C.


Border color

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

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

This div border color is #9F591C.


Opacity

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

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

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

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

This text has shadow with #9F591C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F591C on black background.


Color preview on white background

This text has color #9F591C on white background.



Black color preview on #9F591C background

This text has black color on #9F591C background.


White color preview on #9F591C background

This text has white color on #9F591C background.