COLOR #9F615C

HEX: #9F615C
RGB: (159,97,92)

Color info

#9F615C contains mainly red color. Web safe color of #9F615C is #996666 (or #966).

RGB color model

#9F615C color RGB value is (159,97,92).

  • red value is 159;
  • green value is 97;
  • blue value is 92.
RGB: (159,97,92) (62%,38%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 97 of 255 = 38%
B 92 of 255 = 36%

159
97
92

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

Portions of RGB colors in percentages

R + G + B =
159 + 97 + 92 = 348 (100%)
R 159 of 348 ~ 45.69%
G 97 of 348 ~ 27.87%
B 92 of 348 ~ 26.44%

%45.69
%27.87
%26.44

CMYK color model

#9F615C color CMYK value is (0,39,42,38).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK: (0,39,42,38) C0M39Y42K38 (0%,39%,42%,38%) (0.00/0.39/0.42/0.38)

CMYK percentages

%0
%38.99
%42.14
%37.65

Codes

Color #9F615C in popluar color models

9F615C
RGB1599792
HSL26.69%49.22%
HSB/HSV42.14%62.35%
CMYK0.00%38.99%42.14%
37.65%

Color #9F615C in popluar number systems.

HEX9F615C
Decimal1599792
Binary1001111111000011011100
Octal237141134

Shades and tints

Shades of #9F615C

#9F615C
(159,97,92)
#915954
(145,89,84)
#83514C
(131,81,76)
#754944
(117,73,68)
#67413C
(103,65,60)
#593934
(89,57,52)
#4B312C
(75,49,44)
#3D2924
(61,41,36)
#2F211C
(47,33,28)
#211914
(33,25,20)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #9F615C

#9F615C
(159,97,92)
#A76F6A
(167,111,106)
#AF7D78
(175,125,120)
#B78B86
(183,139,134)
#BF9994
(191,153,148)
#C7A7A2
(199,167,162)
#CFB5B0
(207,181,176)
#D7C3BE
(215,195,190)
#DFD1CC
(223,209,204)
#E7DFDA
(231,223,218)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F615C; }

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

This text font color is #9F615C.


Background Color

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

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

This div background color is #9F615C.


Border color

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

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

This div border color is #9F615C.


Opacity

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

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

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

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

This text has shadow with #9F615C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9F615C on black background.


Color preview on white background

This text has color #9F615C on white background.



Black color preview on #9F615C background

This text has black color on #9F615C background.


White color preview on #9F615C background

This text has white color on #9F615C background.