COLOR #9F674D

HEX: #9F674D
RGB: (159,103,77)

Color info

#9F674D contains mainly red and green colors. Web safe color of #9F674D is #996633 (or #963).

RGB color model

#9F674D color RGB value is (159,103,77).

  • red value is 159;
  • green value is 103;
  • blue value is 77.
RGB:
(159,103,77)
(62%,40%,30%)

RGB channels and saturation

R 159 of 255 = 62%
G 103 of 255 = 40%
B 77 of 255 = 30%

159
103
77

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

Portions of RGB colors in percentages

R + G + B =
159 + 103 + 77 = 339 (100%)
R 159 of 339 ~ 46.9%
G 103 of 339 ~ 30.38%
B 77 of 339 ~ 22.71%

%46.9
%30.38
%22.71

CMYK color model

#9F674D color CMYK value is (0,35,52,38).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 51.57%
  • key color value is 37.65%
CMYK:
(0,35,52,38)
C0M35Y52K38 
(0%,35%,52%,38%)
(0.00/0.35/0.52/0.38)	

CMYK percentages

%0
%35.22
%51.57
%37.65

Codes

Color #9F674D in popluar color models

9F674D
RGB15910377
HSL19°34.75%46.27%
HSB/HSV19°51.57%62.35%
CMYK0.00%35.22%51.57%
37.65%

Color #9F674D in popluar number systems.

HEX9F674D
Decimal15910377
Binary1001111111001111001101
Octal237147115

Shades and tints

Shades of #9F674D

#9F674D
(159,103,77)
#915E46
(145,94,70)
#83553F
(131,85,63)
#754C38
(117,76,56)
#674331
(103,67,49)
#593A2A
(89,58,42)
#4B3123
(75,49,35)
#3D281C
(61,40,28)
#2F1F15
(47,31,21)
#21160E
(33,22,14)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #9F674D

#9F674D
(159,103,77)
#A7745D
(167,116,93)
#AF816D
(175,129,109)
#B78E7D
(183,142,125)
#BF9B8D
(191,155,141)
#C7A89D
(199,168,157)
#CFB5AD
(207,181,173)
#D7C2BD
(215,194,189)
#DFCFCD
(223,207,205)
#E7DCDD
(231,220,221)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F674D color. Also use rgb(159,103,77) instead hex code.

Text Font Color

.myTextColor { color: #9F674D; }

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

This text font color is #9F674D.


Background Color

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

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

This div background color is #9F674D.


Border color

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

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

This div border color is #9F674D.


Opacity

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

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

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

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

This text has shadow with #9F674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F674D on black background.


Color preview on white background

This text has color #9F674D on white background.



Black color preview on #9F674D background

This text has black color on #9F674D background.


White color preview on #9F674D background

This text has white color on #9F674D background.