COLOR #9F5749

HEX: #9F5749 RGB: (159,87,73)

Color info

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

RGB color model

#9F5749 color RGB value is (159,87,73).

RGB: (159,87,73) (62%, 34%, 29%)

RGB channels and saturation

R 159 of 255 = 62%
G 87 of 255 = 34%
B 73 of 255 = 29%

159
87
73

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

Portions of RGB colors in percentages

R + G + B = 159 + 87 + 73 = 319 (100%)
R 159 of 319 ~ 49.84%
G 87 of 319 ~ 27.27%
B 73 of 319 ~ 22.88'%

%49.84
%27.27
%22.88

CMYK color model

#9F5749 color CMYK value is (0,45,54,38).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 54.09%
  • key color value is 37.65%

CMYK: (0,45,54,38)
C0M45Y54K38 (0%, 45%, 54%, 38%)
(0.00 / 0.45 / 0.54 / 0.38)

CMYK percentages

%0
%45.28
%54.09
%37.65

Codes

Color #9F5749 in popluar color models

9F 57 49
RGB 159 87 73
HSL 10° 37.07% 45.49%
HSB/HSV 10° 54.09% 62.35%
CMYK 0.00% 45.28% 54.09%
37.65%

Color #9F5749 in popluar number systems.

HEX 9F 57 49
Decimal 159 87 73
Binary 10011111 1010111 1001001
Octal 237 127 111

Shades and tints

Shades of #9F5749

#9F5749
(159,87,73)
#915043
(145,80,67)
#83493D
(131,73,61)
#754237
(117,66,55)
#673B31
(103,59,49)
#59342B
(89,52,43)
#4B2D25
(75,45,37)
#3D261F
(61,38,31)
#2F1F19
(47,31,25)
#211813
(33,24,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #9F5749

#9F5749
(159,87,73)
#A76659
(167,102,89)
#AF7569
(175,117,105)
#B78479
(183,132,121)
#BF9389
(191,147,137)
#C7A299
(199,162,153)
#CFB1A9
(207,177,169)
#D7C0B9
(215,192,185)
#DFCFC9
(223,207,201)
#E7DED9
(231,222,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5749 color. Also use rgb(159,87,73) instead hex code.

Text Font Color

.myTextColor { color: #9F5749; }

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

This text font color is #9F5749.

Background Color

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

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

This div background color is #9F5749.

Border color

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

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

This div border color is #9F5749.

Opacity

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

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

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

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

This text has shadow with #9F5749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5749.

Preview

Color preview on black background

This text has color #9F5749 on black background.


Color preview on white background

This text has color #9F5749 on white background.


Black color preview on #9F5749 background

This text has black color on #9F5749 background.


White color preview on #9F5749 background

This text has white color on #9F5749 background.


Related colors

Complementary color

Complementary color for #hex is #60A8B6.


I love getcolorcode.com

Triadic colors

1 #499F57 and #57499F with #9F5749 are triadic colors.

2 #49579F and #579F49 with #9F5749 are triadic colors.