COLOR #9CA472

HEX: #9CA472 RGB: (156,164,114)

Color info

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

RGB color model

#9CA472 color RGB value is (156,164,114).

RGB: (156,164,114) (61%, 64%, 45%)

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 114 of 255 = 45%

156
164
114

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

Portions of RGB colors in percentages

R + G + B = 156 + 164 + 114 = 434 (100%)
R 156 of 434 ~ 35.94%
G 164 of 434 ~ 37.79%
B 114 of 434 ~ 26.27'%

%35.94
%37.79
%26.27

CMYK color model

#9CA472 color CMYK value is (5,0,30,36).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%

CMYK: (5,0,30,36)
C5M0Y30K36 (5%, 0%, 30%, 36%)
(0.05 / 0.00 / 0.30 / 0.36)

CMYK percentages

%4.88
%0
%30.49
%35.69

Codes

Color #9CA472 in popluar color models

9C A4 72
RGB 156 164 114
HSL 70° 21.55% 54.51%
HSB/HSV 70° 30.49% 64.31%
CMYK 4.88% 0.00% 30.49%
35.69%

Color #9CA472 in popluar number systems.

HEX 9C A4 72
Decimal 156 164 114
Binary 10011100 10100100 1110010
Octal 234 244 162

Shades and tints

Shades of #9CA472

#9CA472
(156,164,114)
#8E9668
(142,150,104)
#80885E
(128,136,94)
#727A54
(114,122,84)
#646C4A
(100,108,74)
#565E40
(86,94,64)
#485036
(72,80,54)
#3A422C
(58,66,44)
#2C3422
(44,52,34)
#1E2618
(30,38,24)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #9CA472

#9CA472
(156,164,114)
#A5AC7E
(165,172,126)
#AEB48A
(174,180,138)
#B7BC96
(183,188,150)
#C0C4A2
(192,196,162)
#C9CCAE
(201,204,174)
#D2D4BA
(210,212,186)
#DBDCC6
(219,220,198)
#E4E4D2
(228,228,210)
#EDECDE
(237,236,222)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA472 color. Also use rgb(156,164,114) instead hex code.

Text Font Color

.myTextColor { color: #9CA472; }

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

This text font color is #9CA472.

Background Color

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

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

This div background color is #9CA472.

Border color

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

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

This div border color is #9CA472.

Opacity

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

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

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

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

This text has shadow with #9CA472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA472.

Preview

Color preview on black background

This text has color #9CA472 on black background.


Color preview on white background

This text has color #9CA472 on white background.


Black color preview on #9CA472 background

This text has black color on #9CA472 background.


White color preview on #9CA472 background

This text has white color on #9CA472 background.


Related colors

Complementary color

Complementary color for #hex is #635B8D.


I love getcolorcode.com

Triadic colors

1 #729CA4 and #A4729C with #9CA472 are triadic colors.

2 #72A49C and #A49C72 with #9CA472 are triadic colors.