COLOR #9CA271

HEX: #9CA271 RGB: (156,162,113)

Color info

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

RGB color model

#9CA271 color RGB value is (156,162,113).

RGB: (156,162,113) (61%, 64%, 44%)

RGB channels and saturation

R 156 of 255 = 61%
G 162 of 255 = 64%
B 113 of 255 = 44%

156
162
113

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

Portions of RGB colors in percentages

R + G + B = 156 + 162 + 113 = 431 (100%)
R 156 of 431 ~ 36.19%
G 162 of 431 ~ 37.59%
B 113 of 431 ~ 26.22'%

%36.19
%37.59
%26.22

CMYK color model

#9CA271 color CMYK value is (4,0,30,36).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 36.47%

CMYK: (4,0,30,36)
C4M0Y30K36 (4%, 0%, 30%, 36%)
(0.04 / 0.00 / 0.30 / 0.36)

CMYK percentages

%3.7
%0
%30.25
%36.47

Codes

Color #9CA271 in popluar color models

9C A2 71
RGB 156 162 113
HSL 67° 20.85% 53.92%
HSB/HSV 67° 30.25% 63.53%
CMYK 3.70% 0.00% 30.25%
36.47%

Color #9CA271 in popluar number systems.

HEX 9C A2 71
Decimal 156 162 113
Binary 10011100 10100010 1110001
Octal 234 242 161

Shades and tints

Shades of #9CA271

#9CA271
(156,162,113)
#8E9467
(142,148,103)
#80865D
(128,134,93)
#727853
(114,120,83)
#646A49
(100,106,73)
#565C3F
(86,92,63)
#484E35
(72,78,53)
#3A402B
(58,64,43)
#2C3221
(44,50,33)
#1E2417
(30,36,23)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9CA271

#9CA271
(156,162,113)
#A5AA7D
(165,170,125)
#AEB289
(174,178,137)
#B7BA95
(183,186,149)
#C0C2A1
(192,194,161)
#C9CAAD
(201,202,173)
#D2D2B9
(210,210,185)
#DBDAC5
(219,218,197)
#E4E2D1
(228,226,209)
#EDEADD
(237,234,221)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA271 color. Also use rgb(156,162,113) instead hex code.

Text Font Color

.myTextColor { color: #9CA271; }

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

This text font color is #9CA271.

Background Color

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

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

This div background color is #9CA271.

Border color

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

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

This div border color is #9CA271.

Opacity

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

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

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

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

This text has shadow with #9CA271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA271.

Preview

Color preview on black background

This text has color #9CA271 on black background.


Color preview on white background

This text has color #9CA271 on white background.


Black color preview on #9CA271 background

This text has black color on #9CA271 background.


White color preview on #9CA271 background

This text has white color on #9CA271 background.


Related colors

Complementary color

Complementary color for #hex is #635D8E.


I love getcolorcode.com

Triadic colors

1 #719CA2 and #A2719C with #9CA271 are triadic colors.

2 #71A29C and #A29C71 with #9CA271 are triadic colors.