COLOR #9F9753

HEX: #9F9753
RGB: (159,151,83)

Color info

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

RGB color model

#9F9753 color RGB value is (159,151,83).

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

RGB channels and saturation

R 159 of 255 = 62%
G 151 of 255 = 59%
B 83 of 255 = 33%

159
151
83

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

Portions of RGB colors in percentages

R + G + B =
159 + 151 + 83 = 393 (100%)
R 159 of 393 ~ 40.46%
G 151 of 393 ~ 38.42%
B 83 of 393 ~ 21.12%

%40.46
%38.42
%21.12

CMYK color model

#9F9753 color CMYK value is (0,5,48,38).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 47.80%
  • key color value is 37.65%
CMYK:
(0,5,48,38)
C0M5Y48K38 
(0%,5%,48%,38%)
(0.00/0.05/0.48/0.38)	

CMYK percentages

%0
%5.03
%47.8
%37.65

Codes

Color #9F9753 in popluar color models

9F9753
RGB15915183
HSL54°31.40%47.45%
HSB/HSV54°47.80%62.35%
CMYK0.00%5.03%47.80%
37.65%

Color #9F9753 in popluar number systems.

HEX9F9753
Decimal15915183
Binary10011111100101111010011
Octal237227123

Shades and tints

Shades of #9F9753

#9F9753
(159,151,83)
#918A4C
(145,138,76)
#837D45
(131,125,69)
#75703E
(117,112,62)
#676337
(103,99,55)
#595630
(89,86,48)
#4B4929
(75,73,41)
#3D3C22
(61,60,34)
#2F2F1B
(47,47,27)
#212214
(33,34,20)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #9F9753

#9F9753
(159,151,83)
#A7A062
(167,160,98)
#AFA971
(175,169,113)
#B7B280
(183,178,128)
#BFBB8F
(191,187,143)
#C7C49E
(199,196,158)
#CFCDAD
(207,205,173)
#D7D6BC
(215,214,188)
#DFDFCB
(223,223,203)
#E7E8DA
(231,232,218)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9753; }

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

This text font color is #9F9753.


Background Color

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

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

This div background color is #9F9753.


Border color

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

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

This div border color is #9F9753.


Opacity

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

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

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

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

This text has shadow with #9F9753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9753 on black background.


Color preview on white background

This text has color #9F9753 on white background.



Black color preview on #9F9753 background

This text has black color on #9F9753 background.


White color preview on #9F9753 background

This text has white color on #9F9753 background.