COLOR #9F5140

HEX: #9F5140
RGB: (159,81,64)

Color info

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

RGB color model

#9F5140 color RGB value is (159,81,64).

  • red value is 159;
  • green value is 81;
  • blue value is 64.
RGB:
(159,81,64)
(62%,32%,25%)

RGB channels and saturation

R 159 of 255 = 62%
G 81 of 255 = 32%
B 64 of 255 = 25%

159
81
64

R + G + B ~ 40%. #9F5140 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 81 + 64 = 304 (100%)
R 159 of 304 ~ 52.3%
G 81 of 304 ~ 26.64%
B 64 of 304 ~ 21.05%

%52.3
%26.64
%21.05

CMYK color model

#9F5140 color CMYK value is (0,49,60,38).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 59.75%
  • key color value is 37.65%
CMYK:
(0,49,60,38)
C0M49Y60K38 
(0%,49%,60%,38%)
(0.00/0.49/0.60/0.38)	

CMYK percentages

%0
%49.06
%59.75
%37.65

Codes

Color #9F5140 in popluar color models

9F5140
RGB1598164
HSL11°42.60%43.73%
HSB/HSV11°59.75%62.35%
CMYK0.00%49.06%59.75%
37.65%

Color #9F5140 in popluar number systems.

HEX9F5140
Decimal1598164
Binary1001111110100011000000
Octal237121100

Shades and tints

Shades of #9F5140

#9F5140
(159,81,64)
#914A3B
(145,74,59)
#834336
(131,67,54)
#753C31
(117,60,49)
#67352C
(103,53,44)
#592E27
(89,46,39)
#4B2722
(75,39,34)
#3D201D
(61,32,29)
#2F1918
(47,25,24)
#211213
(33,18,19)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #9F5140

#9F5140
(159,81,64)
#A76051
(167,96,81)
#AF6F62
(175,111,98)
#B77E73
(183,126,115)
#BF8D84
(191,141,132)
#C79C95
(199,156,149)
#CFABA6
(207,171,166)
#D7BAB7
(215,186,183)
#DFC9C8
(223,201,200)
#E7D8D9
(231,216,217)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5140 color. Also use rgb(159,81,64) instead hex code.

Text Font Color

.myTextColor { color: #9F5140; }

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

This text font color is #9F5140.


Background Color

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

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

This div background color is #9F5140.


Border color

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

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

This div border color is #9F5140.


Opacity

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

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

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

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

This text has shadow with #9F5140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5140 on black background.


Color preview on white background

This text has color #9F5140 on white background.



Black color preview on #9F5140 background

This text has black color on #9F5140 background.


White color preview on #9F5140 background

This text has white color on #9F5140 background.