COLOR #9F5F3F

HEX: #9F5F3F RGB: (159,95,63)

Color info

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

RGB color model

#9F5F3F color RGB value is (159,95,63).

RGB: (159,95,63) (62%, 37%, 25%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 63 of 255 = 25%

159
95
63

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

Portions of RGB colors in percentages

R + G + B = 159 + 95 + 63 = 317 (100%)
R 159 of 317 ~ 50.16%
G 95 of 317 ~ 29.97%
B 63 of 317 ~ 19.87'%

%50.16
%29.97
%19.87

CMYK color model

#9F5F3F color CMYK value is (0,40,60,38).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 60.38%
  • key color value is 37.65%

CMYK: (0,40,60,38)
C0M40Y60K38 (0%, 40%, 60%, 38%)
(0.00 / 0.40 / 0.60 / 0.38)

CMYK percentages

%0
%40.25
%60.38
%37.65

Codes

Color #9F5F3F in popluar color models

9F 5F 3F
RGB 159 95 63
HSL 20° 43.24% 43.53%
HSB/HSV 20° 60.38% 62.35%
CMYK 0.00% 40.25% 60.38%
37.65%

Color #9F5F3F in popluar number systems.

HEX 9F 5F 3F
Decimal 159 95 63
Binary 10011111 1011111 111111
Octal 237 137 77

Shades and tints

Shades of #9F5F3F

#9F5F3F
(159,95,63)
#91573A
(145,87,58)
#834F35
(131,79,53)
#754730
(117,71,48)
#673F2B
(103,63,43)
#593726
(89,55,38)
#4B2F21
(75,47,33)
#3D271C
(61,39,28)
#2F1F17
(47,31,23)
#211712
(33,23,18)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #9F5F3F

#9F5F3F
(159,95,63)
#A76D50
(167,109,80)
#AF7B61
(175,123,97)
#B78972
(183,137,114)
#BF9783
(191,151,131)
#C7A594
(199,165,148)
#CFB3A5
(207,179,165)
#D7C1B6
(215,193,182)
#DFCFC7
(223,207,199)
#E7DDD8
(231,221,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5F3F color. Also use rgb(159,95,63) instead hex code.

Text Font Color

.myTextColor { color: #9F5F3F; }

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

This text font color is #9F5F3F.

Background Color

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

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

This div background color is #9F5F3F.

Border color

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

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

This div border color is #9F5F3F.

Opacity

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

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

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

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

This text has shadow with #9F5F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5F3F.

Preview

Color preview on black background

This text has color #9F5F3F on black background.


Color preview on white background

This text has color #9F5F3F on white background.


Black color preview on #9F5F3F background

This text has black color on #9F5F3F background.


White color preview on #9F5F3F background

This text has white color on #9F5F3F background.


Related colors

Complementary color

Complementary color for #hex is #60A0C0.


I love getcolorcode.com

Triadic colors

1 #3F9F5F and #5F3F9F with #9F5F3F are triadic colors.

2 #3F5F9F and #5F9F3F with #9F5F3F are triadic colors.