COLOR #9F735C

HEX: #9F735C
RGB: (159,115,92)

Color info

#9F735C contains mainly red and green colors. Web safe color of #9F735C is #996666 (or #966).

RGB color model

#9F735C color RGB value is (159,115,92).

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

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 92 of 255 = 36%

159
115
92

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

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 92 = 366 (100%)
R 159 of 366 ~ 43.44%
G 115 of 366 ~ 31.42%
B 92 of 366 ~ 25.14%

%43.44
%31.42
%25.14

CMYK color model

#9F735C color CMYK value is (0,28,42,38).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(0,28,42,38)
C0M28Y42K38 
(0%,28%,42%,38%)
(0.00/0.28/0.42/0.38)	

CMYK percentages

%0
%27.67
%42.14
%37.65

Codes

Color #9F735C in popluar color models

9F735C
RGB15911592
HSL21°26.69%49.22%
HSB/HSV21°42.14%62.35%
CMYK0.00%27.67%42.14%
37.65%

Color #9F735C in popluar number systems.

HEX9F735C
Decimal15911592
Binary1001111111100111011100
Octal237163134

Shades and tints

Shades of #9F735C

#9F735C
(159,115,92)
#916954
(145,105,84)
#835F4C
(131,95,76)
#755544
(117,85,68)
#674B3C
(103,75,60)
#594134
(89,65,52)
#4B372C
(75,55,44)
#3D2D24
(61,45,36)
#2F231C
(47,35,28)
#211914
(33,25,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #9F735C

#9F735C
(159,115,92)
#A77F6A
(167,127,106)
#AF8B78
(175,139,120)
#B79786
(183,151,134)
#BFA394
(191,163,148)
#C7AFA2
(199,175,162)
#CFBBB0
(207,187,176)
#D7C7BE
(215,199,190)
#DFD3CC
(223,211,204)
#E7DFDA
(231,223,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F735C; }

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

This text font color is #9F735C.


Background Color

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

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

This div background color is #9F735C.


Border color

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

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

This div border color is #9F735C.


Opacity

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

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

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

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

This text has shadow with #9F735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F735C on black background.


Color preview on white background

This text has color #9F735C on white background.



Black color preview on #9F735C background

This text has black color on #9F735C background.


White color preview on #9F735C background

This text has white color on #9F735C background.