COLOR #9CA671

HEX: #9CA671 RGB: (156,166,113)

Color info

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

RGB color model

#9CA671 color RGB value is (156,166,113).

RGB: (156,166,113) (61%, 65%, 44%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 113 of 255 = 44%

156
166
113

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

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 113 = 435 (100%)
R 156 of 435 ~ 35.86%
G 166 of 435 ~ 38.16%
B 113 of 435 ~ 25.98'%

%35.86
%38.16
%25.98

CMYK color model

#9CA671 color CMYK value is (6,0,32,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 31.93%
  • key color value is 34.90%

CMYK: (6,0,32,35)
C6M0Y32K35 (6%, 0%, 32%, 35%)
(0.06 / 0.00 / 0.32 / 0.35)

CMYK percentages

%6.02
%0
%31.93
%34.9

Codes

Color #9CA671 in popluar color models

9C A6 71
RGB 156 166 113
HSL 71° 22.94% 54.71%
HSB/HSV 71° 31.93% 65.10%
CMYK 6.02% 0.00% 31.93%
34.90%

Color #9CA671 in popluar number systems.

HEX 9C A6 71
Decimal 156 166 113
Binary 10011100 10100110 1110001
Octal 234 246 161

Shades and tints

Shades of #9CA671

#9CA671
(156,166,113)
#8E9767
(142,151,103)
#80885D
(128,136,93)
#727953
(114,121,83)
#646A49
(100,106,73)
#565B3F
(86,91,63)
#484C35
(72,76,53)
#3A3D2B
(58,61,43)
#2C2E21
(44,46,33)
#1E1F17
(30,31,23)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #9CA671

#9CA671
(156,166,113)
#A5AE7D
(165,174,125)
#AEB689
(174,182,137)
#B7BE95
(183,190,149)
#C0C6A1
(192,198,161)
#C9CEAD
(201,206,173)
#D2D6B9
(210,214,185)
#DBDEC5
(219,222,197)
#E4E6D1
(228,230,209)
#EDEEDD
(237,238,221)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA671; }

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

This text font color is #9CA671.

Background Color

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

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

This div background color is #9CA671.

Border color

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

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

This div border color is #9CA671.

Opacity

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

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

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

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

This text has shadow with #9CA671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA671.

Preview

Color preview on black background

This text has color #9CA671 on black background.


Color preview on white background

This text has color #9CA671 on white background.


Black color preview on #9CA671 background

This text has black color on #9CA671 background.


White color preview on #9CA671 background

This text has white color on #9CA671 background.


Related colors

Complementary color

Complementary color for #hex is #63598E.


I love getcolorcode.com

Triadic colors

1 #719CA6 and #A6719C with #9CA671 are triadic colors.

2 #71A69C and #A69C71 with #9CA671 are triadic colors.