COLOR #9F7454

HEX: #9F7454
RGB: (159,116,84)

Color info

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

RGB color model

#9F7454 color RGB value is (159,116,84).

  • red value is 159;
  • green value is 116;
  • blue value is 84.
RGB:
(159,116,84)
(62%,45%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 84 of 255 = 33%

159
116
84

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

Portions of RGB colors in percentages

R + G + B =
159 + 116 + 84 = 359 (100%)
R 159 of 359 ~ 44.29%
G 116 of 359 ~ 32.31%
B 84 of 359 ~ 23.4%

%44.29
%32.31
%23.4

CMYK color model

#9F7454 color CMYK value is (0,27,47,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 47.17%
  • key color value is 37.65%
CMYK:
(0,27,47,38)
C0M27Y47K38 
(0%,27%,47%,38%)
(0.00/0.27/0.47/0.38)	

CMYK percentages

%0
%27.04
%47.17
%37.65

Codes

Color #9F7454 in popluar color models

9F7454
RGB15911684
HSL26°30.86%47.65%
HSB/HSV26°47.17%62.35%
CMYK0.00%27.04%47.17%
37.65%

Color #9F7454 in popluar number systems.

HEX9F7454
Decimal15911684
Binary1001111111101001010100
Octal237164124

Shades and tints

Shades of #9F7454

#9F7454
(159,116,84)
#916A4D
(145,106,77)
#836046
(131,96,70)
#75563F
(117,86,63)
#674C38
(103,76,56)
#594231
(89,66,49)
#4B382A
(75,56,42)
#3D2E23
(61,46,35)
#2F241C
(47,36,28)
#211A15
(33,26,21)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #9F7454

#9F7454
(159,116,84)
#A78063
(167,128,99)
#AF8C72
(175,140,114)
#B79881
(183,152,129)
#BFA490
(191,164,144)
#C7B09F
(199,176,159)
#CFBCAE
(207,188,174)
#D7C8BD
(215,200,189)
#DFD4CC
(223,212,204)
#E7E0DB
(231,224,219)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7454 color. Also use rgb(159,116,84) instead hex code.

Text Font Color

.myTextColor { color: #9F7454; }

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

This text font color is #9F7454.


Background Color

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

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

This div background color is #9F7454.


Border color

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

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

This div border color is #9F7454.


Opacity

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

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

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

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

This text has shadow with #9F7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7454 on black background.


Color preview on white background

This text has color #9F7454 on white background.



Black color preview on #9F7454 background

This text has black color on #9F7454 background.


White color preview on #9F7454 background

This text has white color on #9F7454 background.