COLOR #9FA265

HEX: #9FA265
RGB: (159,162,101)

Color info

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

RGB color model

#9FA265 color RGB value is (159,162,101).

  • red value is 159;
  • green value is 162;
  • blue value is 101.
RGB:
(159,162,101)
(62%,64%,40%)

RGB channels and saturation

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

159
162
101

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 101 = 422 (100%)
R 159 of 422 ~ 37.68%
G 162 of 422 ~ 38.39%
B 101 of 422 ~ 23.93%

%37.68
%38.39
%23.93

CMYK color model

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

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 36.47%
CMYK:
(2,0,38,36)
C2M0Y38K36 
(2%,0%,38%,36%)
(0.02/0.00/0.38/0.36)	

CMYK percentages

%1.85
%0
%37.65
%36.47

Codes

Color #9FA265 in popluar color models

9FA265
RGB159162101
HSL63°24.70%51.57%
HSB/HSV63°37.65%63.53%
CMYK1.85%0.00%37.65%
36.47%

Color #9FA265 in popluar number systems.

HEX9FA265
Decimal159162101
Binary10011111101000101100101
Octal237242145

Shades and tints

Shades of #9FA265

#9FA265
(159,162,101)
#91945C
(145,148,92)
#838653
(131,134,83)
#75784A
(117,120,74)
#676A41
(103,106,65)
#595C38
(89,92,56)
#4B4E2F
(75,78,47)
#3D4026
(61,64,38)
#2F321D
(47,50,29)
#212414
(33,36,20)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #9FA265

#9FA265
(159,162,101)
#A7AA73
(167,170,115)
#AFB281
(175,178,129)
#B7BA8F
(183,186,143)
#BFC29D
(191,194,157)
#C7CAAB
(199,202,171)
#CFD2B9
(207,210,185)
#D7DAC7
(215,218,199)
#DFE2D5
(223,226,213)
#E7EAE3
(231,234,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA265; }

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

This text font color is #9FA265.


Background Color

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

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

This div background color is #9FA265.


Border color

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

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

This div border color is #9FA265.


Opacity

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

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

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

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

This text has shadow with #9FA265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA265 on black background.


Color preview on white background

This text has color #9FA265 on white background.



Black color preview on #9FA265 background

This text has black color on #9FA265 background.


White color preview on #9FA265 background

This text has white color on #9FA265 background.