COLOR #9CA47D

HEX: #9CA47D RGB: (156,164,125)

Color info

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

RGB color model

#9CA47D color RGB value is (156,164,125).

RGB: (156,164,125) (61%, 64%, 49%)

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 125 of 255 = 49%

156
164
125

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

Portions of RGB colors in percentages

R + G + B = 156 + 164 + 125 = 445 (100%)
R 156 of 445 ~ 35.06%
G 164 of 445 ~ 36.85%
B 125 of 445 ~ 28.09'%

%35.06
%36.85
%28.09

CMYK color model

#9CA47D color CMYK value is (5,0,24,36).

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

CMYK: (5,0,24,36)
C5M0Y24K36 (5%, 0%, 24%, 36%)
(0.05 / 0.00 / 0.24 / 0.36)

CMYK percentages

%4.88
%0
%23.78
%35.69

Codes

Color #9CA47D in popluar color models

9C A4 7D
RGB 156 164 125
HSL 72° 17.65% 56.67%
HSB/HSV 72° 23.78% 64.31%
CMYK 4.88% 0.00% 23.78%
35.69%

Color #9CA47D in popluar number systems.

HEX 9C A4 7D
Decimal 156 164 125
Binary 10011100 10100100 1111101
Octal 234 244 175

Shades and tints

Shades of #9CA47D

#9CA47D
(156,164,125)
#8E9672
(142,150,114)
#808867
(128,136,103)
#727A5C
(114,122,92)
#646C51
(100,108,81)
#565E46
(86,94,70)
#48503B
(72,80,59)
#3A4230
(58,66,48)
#2C3425
(44,52,37)
#1E261A
(30,38,26)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #9CA47D

#9CA47D
(156,164,125)
#A5AC88
(165,172,136)
#AEB493
(174,180,147)
#B7BC9E
(183,188,158)
#C0C4A9
(192,196,169)
#C9CCB4
(201,204,180)
#D2D4BF
(210,212,191)
#DBDCCA
(219,220,202)
#E4E4D5
(228,228,213)
#EDECE0
(237,236,224)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA47D; }

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

This text font color is #9CA47D.

Background Color

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

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

This div background color is #9CA47D.

Border color

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

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

This div border color is #9CA47D.

Opacity

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

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

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

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

This text has shadow with #9CA47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA47D.

Preview

Color preview on black background

This text has color #9CA47D on black background.


Color preview on white background

This text has color #9CA47D on white background.


Black color preview on #9CA47D background

This text has black color on #9CA47D background.


White color preview on #9CA47D background

This text has white color on #9CA47D background.


Related colors

Complementary color

Complementary color for #hex is #635B82.


I love getcolorcode.com

Triadic colors

1 #7D9CA4 and #A47D9C with #9CA47D are triadic colors.

2 #7DA49C and #A49C7D with #9CA47D are triadic colors.