COLOR #9F5C23

HEX: #9F5C23 RGB: (159,92,35)

Color info

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

RGB color model

#9F5C23 color RGB value is (159,92,35).

RGB: (159,92,35) (62%, 36%, 14%)

RGB channels and saturation

R 159 of 255 = 62%
G 92 of 255 = 36%
B 35 of 255 = 14%

159
92
35

R + G + B ~ 37%. #9F5C23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 159 + 92 + 35 = 286 (100%)
R 159 of 286 ~ 55.59%
G 92 of 286 ~ 32.17%
B 35 of 286 ~ 12.24'%

%55.59
%32.17
%12.24

CMYK color model

#9F5C23 color CMYK value is (0,42,78,38).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 77.99%
  • key color value is 37.65%

CMYK: (0,42,78,38)
C0M42Y78K38 (0%, 42%, 78%, 38%)
(0.00 / 0.42 / 0.78 / 0.38)

CMYK percentages

%0
%42.14
%77.99
%37.65

Codes

Color #9F5C23 in popluar color models

9F 5C 23
RGB 159 92 35
HSL 28° 63.92% 38.04%
HSB/HSV 28° 77.99% 62.35%
CMYK 0.00% 42.14% 77.99%
37.65%

Color #9F5C23 in popluar number systems.

HEX 9F 5C 23
Decimal 159 92 35
Binary 10011111 1011100 100011
Octal 237 134 43

Shades and tints

Shades of #9F5C23

#9F5C23
(159,92,35)
#915420
(145,84,32)
#834C1D
(131,76,29)
#75441A
(117,68,26)
#673C17
(103,60,23)
#593414
(89,52,20)
#4B2C11
(75,44,17)
#3D240E
(61,36,14)
#2F1C0B
(47,28,11)
#211408
(33,20,8)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #9F5C23

#9F5C23
(159,92,35)
#A76A37
(167,106,55)
#AF784B
(175,120,75)
#B7865F
(183,134,95)
#BF9473
(191,148,115)
#C7A287
(199,162,135)
#CFB09B
(207,176,155)
#D7BEAF
(215,190,175)
#DFCCC3
(223,204,195)
#E7DAD7
(231,218,215)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5C23 color. Also use rgb(159,92,35) instead hex code.

Text Font Color

.myTextColor { color: #9F5C23; }

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

This text font color is #9F5C23.

Background Color

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

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

This div background color is #9F5C23.

Border color

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

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

This div border color is #9F5C23.

Opacity

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

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

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

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

This text has shadow with #9F5C23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F5C23.

Preview

Color preview on black background

This text has color #9F5C23 on black background.


Color preview on white background

This text has color #9F5C23 on white background.


Black color preview on #9F5C23 background

This text has black color on #9F5C23 background.


White color preview on #9F5C23 background

This text has white color on #9F5C23 background.


Related colors

Complementary color

Complementary color for #hex is #60A3DC.


I love getcolorcode.com

Triadic colors

1 #239F5C and #5C239F with #9F5C23 are triadic colors.

2 #235C9F and #5C9F23 with #9F5C23 are triadic colors.