COLOR #9F9529

HEX: #9F9529
RGB: (159,149,41)

Color info

#9F9529 contains mainly red and green colors. Web safe color of #9F9529 is #999933 (or #993).

RGB color model

#9F9529 color RGB value is (159,149,41).

  • red value is 159;
  • green value is 149;
  • blue value is 41.
RGB:
(159,149,41)
(62%,58%,16%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 41 of 255 = 16%

159
149
41

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 41 = 349 (100%)
R 159 of 349 ~ 45.56%
G 149 of 349 ~ 42.69%
B 41 of 349 ~ 11.75%

%45.56
%42.69
%11.75

CMYK color model

#9F9529 color CMYK value is (0,6,74,38).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 74.21%
  • key color value is 37.65%
CMYK:
(0,6,74,38)
C0M6Y74K38 
(0%,6%,74%,38%)
(0.00/0.06/0.74/0.38)	

CMYK percentages

%0
%6.29
%74.21
%37.65

Codes

Color #9F9529 in popluar color models

9F9529
RGB15914941
HSL55°59.00%39.22%
HSB/HSV55°74.21%62.35%
CMYK0.00%6.29%74.21%
37.65%

Color #9F9529 in popluar number systems.

HEX9F9529
Decimal15914941
Binary1001111110010101101001
Octal23722551

Shades and tints

Shades of #9F9529

#9F9529
(159,149,41)
#918826
(145,136,38)
#837B23
(131,123,35)
#756E20
(117,110,32)
#67611D
(103,97,29)
#59541A
(89,84,26)
#4B4717
(75,71,23)
#3D3A14
(61,58,20)
#2F2D11
(47,45,17)
#21200E
(33,32,14)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #9F9529

#9F9529
(159,149,41)
#A79E3C
(167,158,60)
#AFA74F
(175,167,79)
#B7B062
(183,176,98)
#BFB975
(191,185,117)
#C7C288
(199,194,136)
#CFCB9B
(207,203,155)
#D7D4AE
(215,212,174)
#DFDDC1
(223,221,193)
#E7E6D4
(231,230,212)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9529 color. Also use rgb(159,149,41) instead hex code.

Text Font Color

.myTextColor { color: #9F9529; }

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

This text font color is #9F9529.


Background Color

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

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

This div background color is #9F9529.


Border color

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

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

This div border color is #9F9529.


Opacity

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

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

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

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

This text has shadow with #9F9529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9529 on black background.


Color preview on white background

This text has color #9F9529 on white background.



Black color preview on #9F9529 background

This text has black color on #9F9529 background.


White color preview on #9F9529 background

This text has white color on #9F9529 background.