COLOR #9F5028

HEX: #9F5028
RGB: (159,80,40)

Color info

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

RGB color model

#9F5028 color RGB value is (159,80,40).

  • red value is 159;
  • green value is 80;
  • blue value is 40.
RGB:
(159,80,40)
(62%,31%,16%)

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 40 of 255 = 16%

159
80
40

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 40 = 279 (100%)
R 159 of 279 ~ 56.99%
G 80 of 279 ~ 28.67%
B 40 of 279 ~ 14.34%

%56.99
%28.67
%14.34

CMYK color model

#9F5028 color CMYK value is (0,50,75,38).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 74.84%
  • key color value is 37.65%
CMYK:
(0,50,75,38)
C0M50Y75K38 
(0%,50%,75%,38%)
(0.00/0.50/0.75/0.38)	

CMYK percentages

%0
%49.69
%74.84
%37.65

Codes

Color #9F5028 in popluar color models

9F5028
RGB1598040
HSL20°59.80%39.02%
HSB/HSV20°74.84%62.35%
CMYK0.00%49.69%74.84%
37.65%

Color #9F5028 in popluar number systems.

HEX9F5028
Decimal1598040
Binary100111111010000101000
Octal23712050

Shades and tints

Shades of #9F5028

#9F5028
(159,80,40)
#914925
(145,73,37)
#834222
(131,66,34)
#753B1F
(117,59,31)
#67341C
(103,52,28)
#592D19
(89,45,25)
#4B2616
(75,38,22)
#3D1F13
(61,31,19)
#2F1810
(47,24,16)
#21110D
(33,17,13)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #9F5028

#9F5028
(159,80,40)
#A75F3B
(167,95,59)
#AF6E4E
(175,110,78)
#B77D61
(183,125,97)
#BF8C74
(191,140,116)
#C79B87
(199,155,135)
#CFAA9A
(207,170,154)
#D7B9AD
(215,185,173)
#DFC8C0
(223,200,192)
#E7D7D3
(231,215,211)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5028 color. Also use rgb(159,80,40) instead hex code.

Text Font Color

.myTextColor { color: #9F5028; }

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

This text font color is #9F5028.


Background Color

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

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

This div background color is #9F5028.


Border color

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

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

This div border color is #9F5028.


Opacity

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

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

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

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

This text has shadow with #9F5028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5028 on black background.


Color preview on white background

This text has color #9F5028 on white background.



Black color preview on #9F5028 background

This text has black color on #9F5028 background.


White color preview on #9F5028 background

This text has white color on #9F5028 background.