COLOR #9F735E

HEX: #9F735E
RGB: (159,115,94)

Color info

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

RGB color model

#9F735E color RGB value is (159,115,94).

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

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 94 of 255 = 37%

159
115
94

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

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 94 = 368 (100%)
R 159 of 368 ~ 43.21%
G 115 of 368 ~ 31.25%
B 94 of 368 ~ 25.54%

%43.21
%31.25
%25.54

CMYK color model

#9F735E color CMYK value is (0,28,41,38).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 40.88%
  • key color value is 37.65%
CMYK:
(0,28,41,38)
C0M28Y41K38 
(0%,28%,41%,38%)
(0.00/0.28/0.41/0.38)	

CMYK percentages

%0
%27.67
%40.88
%37.65

Codes

Color #9F735E in popluar color models

9F735E
RGB15911594
HSL19°25.69%49.61%
HSB/HSV19°40.88%62.35%
CMYK0.00%27.67%40.88%
37.65%

Color #9F735E in popluar number systems.

HEX9F735E
Decimal15911594
Binary1001111111100111011110
Octal237163136

Shades and tints

Shades of #9F735E

#9F735E
(159,115,94)
#916956
(145,105,86)
#835F4E
(131,95,78)
#755546
(117,85,70)
#674B3E
(103,75,62)
#594136
(89,65,54)
#4B372E
(75,55,46)
#3D2D26
(61,45,38)
#2F231E
(47,35,30)
#211916
(33,25,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #9F735E

#9F735E
(159,115,94)
#A77F6C
(167,127,108)
#AF8B7A
(175,139,122)
#B79788
(183,151,136)
#BFA396
(191,163,150)
#C7AFA4
(199,175,164)
#CFBBB2
(207,187,178)
#D7C7C0
(215,199,192)
#DFD3CE
(223,211,206)
#E7DFDC
(231,223,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F735E; }

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

This text font color is #9F735E.


Background Color

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

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

This div background color is #9F735E.


Border color

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

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

This div border color is #9F735E.


Opacity

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

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

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

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

This text has shadow with #9F735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F735E on black background.


Color preview on white background

This text has color #9F735E on white background.



Black color preview on #9F735E background

This text has black color on #9F735E background.


White color preview on #9F735E background

This text has white color on #9F735E background.