COLOR #9F7D64

HEX: #9F7D64
RGB: (159,125,100)

Color info

#9F7D64 contains red, green and blue colors in about the same proportion. Web safe color of #9F7D64 is #996666 (or #966).

RGB color model

#9F7D64 color RGB value is (159,125,100).

  • red value is 159;
  • green value is 125;
  • blue value is 100.
RGB:
(159,125,100)
(62%,49%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 125 of 255 = 49%
B 100 of 255 = 39%

159
125
100

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

Portions of RGB colors in percentages

R + G + B =
159 + 125 + 100 = 384 (100%)
R 159 of 384 ~ 41.41%
G 125 of 384 ~ 32.55%
B 100 of 384 ~ 26.04%

%41.41
%32.55
%26.04

CMYK color model

#9F7D64 color CMYK value is (0,21,37,38).

  • cyan value is 0.00%
  • magenta value is 21.38%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(0,21,37,38)
C0M21Y37K38 
(0%,21%,37%,38%)
(0.00/0.21/0.37/0.38)	

CMYK percentages

%0
%21.38
%37.11
%37.65

Codes

Color #9F7D64 in popluar color models

9F7D64
RGB159125100
HSL25°23.51%50.78%
HSB/HSV25°37.11%62.35%
CMYK0.00%21.38%37.11%
37.65%

Color #9F7D64 in popluar number systems.

HEX9F7D64
Decimal159125100
Binary1001111111111011100100
Octal237175144

Shades and tints

Shades of #9F7D64

#9F7D64
(159,125,100)
#91725B
(145,114,91)
#836752
(131,103,82)
#755C49
(117,92,73)
#675140
(103,81,64)
#594637
(89,70,55)
#4B3B2E
(75,59,46)
#3D3025
(61,48,37)
#2F251C
(47,37,28)
#211A13
(33,26,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #9F7D64

#9F7D64
(159,125,100)
#A78872
(167,136,114)
#AF9380
(175,147,128)
#B79E8E
(183,158,142)
#BFA99C
(191,169,156)
#C7B4AA
(199,180,170)
#CFBFB8
(207,191,184)
#D7CAC6
(215,202,198)
#DFD5D4
(223,213,212)
#E7E0E2
(231,224,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7D64 color. Also use rgb(159,125,100) instead hex code.

Text Font Color

.myTextColor { color: #9F7D64; }

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

This text font color is #9F7D64.


Background Color

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

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

This div background color is #9F7D64.


Border color

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

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

This div border color is #9F7D64.


Opacity

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

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

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

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

This text has shadow with #9F7D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7D64 on black background.


Color preview on white background

This text has color #9F7D64 on white background.



Black color preview on #9F7D64 background

This text has black color on #9F7D64 background.


White color preview on #9F7D64 background

This text has white color on #9F7D64 background.