COLOR #9FA267

HEX: #9FA267 RGB: (159,162,103)

Color info

#9FA267 contains red, green and blue colors in about the same proportion. Web safe color of #9FA267 is #999966 (or #996).

RGB color model

#9FA267 color RGB value is (159,162,103).

RGB: (159,162,103) (62%, 64%, 40%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 103 of 255 = 40%

159
162
103

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

Portions of RGB colors in percentages

R + G + B = 159 + 162 + 103 = 424 (100%)
R 159 of 424 ~ 37.5%
G 162 of 424 ~ 38.21%
B 103 of 424 ~ 24.29'%

%37.5
%38.21
%24.29

CMYK color model

#9FA267 color CMYK value is (2,0,36,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%

CMYK: (2,0,36,36)
C2M0Y36K36 (2%, 0%, 36%, 36%)
(0.02 / 0.00 / 0.36 / 0.36)

CMYK percentages

%1.85
%0
%36.42
%36.47

Codes

Color #9FA267 in popluar color models

9F A2 67
RGB 159 162 103
HSL 63° 24.08% 51.96%
HSB/HSV 63° 36.42% 63.53%
CMYK 1.85% 0.00% 36.42%
36.47%

Color #9FA267 in popluar number systems.

HEX 9F A2 67
Decimal 159 162 103
Binary 10011111 10100010 1100111
Octal 237 242 147

Shades and tints

Shades of #9FA267

#9FA267
(159,162,103)
#91945E
(145,148,94)
#838655
(131,134,85)
#75784C
(117,120,76)
#676A43
(103,106,67)
#595C3A
(89,92,58)
#4B4E31
(75,78,49)
#3D4028
(61,64,40)
#2F321F
(47,50,31)
#212416
(33,36,22)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #9FA267

#9FA267
(159,162,103)
#A7AA74
(167,170,116)
#AFB281
(175,178,129)
#B7BA8E
(183,186,142)
#BFC29B
(191,194,155)
#C7CAA8
(199,202,168)
#CFD2B5
(207,210,181)
#D7DAC2
(215,218,194)
#DFE2CF
(223,226,207)
#E7EADC
(231,234,220)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA267 color. Also use rgb(159,162,103) instead hex code.

Text Font Color

.myTextColor { color: #9FA267; }

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

This text font color is #9FA267.

Background Color

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

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

This div background color is #9FA267.

Border color

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

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

This div border color is #9FA267.

Opacity

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

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

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

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

This text has shadow with #9FA267 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA267.

Preview

Color preview on black background

This text has color #9FA267 on black background.


Color preview on white background

This text has color #9FA267 on white background.


Black color preview on #9FA267 background

This text has black color on #9FA267 background.


White color preview on #9FA267 background

This text has white color on #9FA267 background.


Related colors

Complementary color

Complementary color for #hex is #605D98.


I love getcolorcode.com

Triadic colors

1 #679FA2 and #A2679F with #9FA267 are triadic colors.

2 #67A29F and #A29F67 with #9FA267 are triadic colors.