COLOR #9F9562

HEX: #9F9562 RGB: (159,149,98)

Color info

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

RGB color model

#9F9562 color RGB value is (159,149,98).

RGB: (159,149,98) (62%, 58%, 38%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 98 of 255 = 38%

159
149
98

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

Portions of RGB colors in percentages

R + G + B = 159 + 149 + 98 = 406 (100%)
R 159 of 406 ~ 39.16%
G 149 of 406 ~ 36.7%
B 98 of 406 ~ 24.14'%

%39.16
%36.7
%24.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 38.36%
  • key color value is 37.65%

CMYK: (0,6,38,38)
C0M6Y38K38 (0%, 6%, 38%, 38%)
(0.00 / 0.06 / 0.38 / 0.38)

CMYK percentages

%0
%6.29
%38.36
%37.65

Codes

Color #9F9562 in popluar color models

9F 95 62
RGB 159 149 98
HSL 50° 24.11% 50.39%
HSB/HSV 50° 38.36% 62.35%
CMYK 0.00% 6.29% 38.36%
37.65%

Color #9F9562 in popluar number systems.

HEX 9F 95 62
Decimal 159 149 98
Binary 10011111 10010101 1100010
Octal 237 225 142

Shades and tints

Shades of #9F9562

#9F9562
(159,149,98)
#91885A
(145,136,90)
#837B52
(131,123,82)
#756E4A
(117,110,74)
#676142
(103,97,66)
#59543A
(89,84,58)
#4B4732
(75,71,50)
#3D3A2A
(61,58,42)
#2F2D22
(47,45,34)
#21201A
(33,32,26)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #9F9562

#9F9562
(159,149,98)
#A79E70
(167,158,112)
#AFA77E
(175,167,126)
#B7B08C
(183,176,140)
#BFB99A
(191,185,154)
#C7C2A8
(199,194,168)
#CFCBB6
(207,203,182)
#D7D4C4
(215,212,196)
#DFDDD2
(223,221,210)
#E7E6E0
(231,230,224)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9562; }

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

This text font color is #9F9562.

Background Color

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

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

This div background color is #9F9562.

Border color

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

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

This div border color is #9F9562.

Opacity

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

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

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

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

This text has shadow with #9F9562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9562.

Preview

Color preview on black background

This text has color #9F9562 on black background.


Color preview on white background

This text has color #9F9562 on white background.


Black color preview on #9F9562 background

This text has black color on #9F9562 background.


White color preview on #9F9562 background

This text has white color on #9F9562 background.


Related colors

Complementary color

Complementary color for #hex is #606A9D.


I love getcolorcode.com

Triadic colors

1 #629F95 and #95629F with #9F9562 are triadic colors.

2 #62959F and #959F62 with #9F9562 are triadic colors.