COLOR #8CAD5F

HEX: #8CAD5F RGB: (140,173,95)

Color info

#8CAD5F contains mainly red and green colors. Web safe color of #8CAD5F is #999966 (or #996).

RGB color model

#8CAD5F color RGB value is (140,173,95).

RGB: (140,173,95) (55%, 68%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 173 of 255 = 68%
B 95 of 255 = 37%

140
173
95

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

Portions of RGB colors in percentages

R + G + B = 140 + 173 + 95 = 408 (100%)
R 140 of 408 ~ 34.31%
G 173 of 408 ~ 42.4%
B 95 of 408 ~ 23.28'%

%34.31
%42.4
%23.28

CMYK color model

#8CAD5F color CMYK value is (19,0,45,32).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK: (19,0,45,32) C19M0Y45K32 (19%,0%,45%,32%) (0.19/0.00/0.45/0.32) 

CMYK percentages

%19.08
%0
%45.09
%32.16

Codes

Color #8CAD5F in popluar color models

8C AD 5F
RGB 140 173 95
HSL 85° 32.23% 52.55%
HSB/HSV 85° 45.09% 67.84%
CMYK 19.08% 0.00% 45.09%
32.16%

Color #8CAD5F in popluar number systems.

HEX 8C AD 5F
Decimal 140 173 95
Binary 10001100 10101101 1011111
Octal 214 255 137

Shades and tints

Shades of #8CAD5F

#8CAD5F
(140,173,95)
#809E57
(128,158,87)
#748F4F
(116,143,79)
#688047
(104,128,71)
#5C713F
(92,113,63)
#506237
(80,98,55)
#44532F
(68,83,47)
#384427
(56,68,39)
#2C351F
(44,53,31)
#202617
(32,38,23)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #8CAD5F

#8CAD5F
(140,173,95)
#96B46D
(150,180,109)
#A0BB7B
(160,187,123)
#AAC289
(170,194,137)
#B4C997
(180,201,151)
#BED0A5
(190,208,165)
#C8D7B3
(200,215,179)
#D2DEC1
(210,222,193)
#DCE5CF
(220,229,207)
#E6ECDD
(230,236,221)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAD5F color. Also use rgb(140,173,95) instead hex code.

Text Font Color

.myTextColor { color: #8CAD5F; }

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

This text font color is #8CAD5F.

Background Color

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

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

This div background color is #8CAD5F.

Border color

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

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

This div border color is #8CAD5F.

Opacity

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

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

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

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

This text has shadow with #8CAD5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAD5F.

Preview

Color preview on black background

This text has color #8CAD5F on black background.


Color preview on white background

This text has color #8CAD5F on white background.


Black color preview on #8CAD5F background

This text has black color on #8CAD5F background.


White color preview on #8CAD5F background

This text has white color on #8CAD5F background.


Related colors

Complementary color

Complementary color for #hex is #7352A0.


I love getcolorcode.com

Triadic colors

1 #5F8CAD and #AD5F8C with #8CAD5F are triadic colors.

2 #5FAD8C and #AD8C5F with #8CAD5F are triadic colors.