COLOR #8CAC7C

HEX: #8CAC7C RGB: (140,172,124)

Color info

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

RGB color model

#8CAC7C color RGB value is (140,172,124).

RGB: (140,172,124) (55%, 67%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 124 of 255 = 49%

140
172
124

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

Portions of RGB colors in percentages

R + G + B = 140 + 172 + 124 = 436 (100%)
R 140 of 436 ~ 32.11%
G 172 of 436 ~ 39.45%
B 124 of 436 ~ 28.44'%

%32.11
%39.45
%28.44

CMYK color model

#8CAC7C color CMYK value is (19,0,28,33).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 32.55%

CMYK: (19,0,28,33)
C19M0Y28K33 (19%, 0%, 28%, 33%)
(0.19 / 0.00 / 0.28 / 0.33)

CMYK percentages

%18.6
%0
%27.91
%32.55

Codes

Color #8CAC7C in popluar color models

8C AC 7C
RGB 140 172 124
HSL 100° 22.43% 58.04%
HSB/HSV 100° 27.91% 67.45%
CMYK 18.60% 0.00% 27.91%
32.55%

Color #8CAC7C in popluar number systems.

HEX 8C AC 7C
Decimal 140 172 124
Binary 10001100 10101100 1111100
Octal 214 254 174

Shades and tints

Shades of #8CAC7C

#8CAC7C
(140,172,124)
#809D71
(128,157,113)
#748E66
(116,142,102)
#687F5B
(104,127,91)
#5C7050
(92,112,80)
#506145
(80,97,69)
#44523A
(68,82,58)
#38432F
(56,67,47)
#2C3424
(44,52,36)
#202519
(32,37,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #8CAC7C

#8CAC7C
(140,172,124)
#96B387
(150,179,135)
#A0BA92
(160,186,146)
#AAC19D
(170,193,157)
#B4C8A8
(180,200,168)
#BECFB3
(190,207,179)
#C8D6BE
(200,214,190)
#D2DDC9
(210,221,201)
#DCE4D4
(220,228,212)
#E6EBDF
(230,235,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAC7C color. Also use rgb(140,172,124) instead hex code.

Text Font Color

.myTextColor { color: #8CAC7C; }

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

This text font color is #8CAC7C.

Background Color

.myBgColor { background-color: #8CAC7C; }

<div style="background-color:#8CAC7C">Inner text</div>

This div background color is #8CAC7C.

Border color

.myBorderColor { border: 1px solid #8CAC7C; }

<div style="border:3px solid #8CAC7C">Div</div>

This div border color is #8CAC7C.

Opacity

.myOpacity80 { color: #8CAC7C; opacity: 0.8; }

<p style="color:#8CAC7C;opacity:0.8;">80%</p>

Text with #8CAC7C 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 #8CAC7C;}

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

This text has shadow with #8CAC7C color.


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

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

This text has shadow with #8CAC7C primary color and red secondary color.


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

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

This text has shadow with #8CAC7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8CAC7C.

Preview

Color preview on black background

This text has color #8CAC7C on black background.


Color preview on white background

This text has color #8CAC7C on white background.


Black color preview on #8CAC7C background

This text has black color on #8CAC7C background.


White color preview on #8CAC7C background

This text has white color on #8CAC7C background.


Related colors

Complementary color

Complementary color for #hex is #735383.


I love getcolorcode.com

Triadic colors

1 #7C8CAC and #AC7C8C with #8CAC7C are triadic colors.

2 #7CAC8C and #AC8C7C with #8CAC7C are triadic colors.