COLOR #9F8F53

HEX: #9F8F53
RGB: (159,143,83)

Color info

#9F8F53 contains mainly red and green colors. Web safe color of #9F8F53 is #999966 (or #996).

RGB color model

#9F8F53 color RGB value is (159,143,83).

  • red value is 159;
  • green value is 143;
  • blue value is 83.
RGB:
(159,143,83)
(62%,56%,33%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 83 of 255 = 33%

159
143
83

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 83 = 385 (100%)
R 159 of 385 ~ 41.3%
G 143 of 385 ~ 37.14%
B 83 of 385 ~ 21.56%

%41.3
%37.14
%21.56

CMYK color model

#9F8F53 color CMYK value is (0,10,48,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,10,48,38)
C0M10Y48K38 
(0%,10%,48%,38%)
(0.00/0.10/0.48/0.38)	

CMYK percentages

%0
%10.06
%47.8
%37.65

Codes

Color #9F8F53 in popluar color models

9F8F53
RGB15914383
HSL47°31.40%47.45%
HSB/HSV47°47.80%62.35%
CMYK0.00%10.06%47.80%
37.65%

Color #9F8F53 in popluar number systems.

HEX9F8F53
Decimal15914383
Binary10011111100011111010011
Octal237217123

Shades and tints

Shades of #9F8F53

#9F8F53
(159,143,83)
#91824C
(145,130,76)
#837545
(131,117,69)
#75683E
(117,104,62)
#675B37
(103,91,55)
#594E30
(89,78,48)
#4B4129
(75,65,41)
#3D3422
(61,52,34)
#2F271B
(47,39,27)
#211A14
(33,26,20)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #9F8F53

#9F8F53
(159,143,83)
#A79962
(167,153,98)
#AFA371
(175,163,113)
#B7AD80
(183,173,128)
#BFB78F
(191,183,143)
#C7C19E
(199,193,158)
#CFCBAD
(207,203,173)
#D7D5BC
(215,213,188)
#DFDFCB
(223,223,203)
#E7E9DA
(231,233,218)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8F53 color. Also use rgb(159,143,83) instead hex code.

Text Font Color

.myTextColor { color: #9F8F53; }

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

This text font color is #9F8F53.


Background Color

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

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

This div background color is #9F8F53.


Border color

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

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

This div border color is #9F8F53.


Opacity

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

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

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

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

This text has shadow with #9F8F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8F53 on black background.


Color preview on white background

This text has color #9F8F53 on white background.



Black color preview on #9F8F53 background

This text has black color on #9F8F53 background.


White color preview on #9F8F53 background

This text has white color on #9F8F53 background.