COLOR #8CA844

HEX: #8CA844 RGB: (140,168,68)

Color info

#8CA844 contains mainly red and green colors. Web safe color of #8CA844 is #999933 (or #993).

RGB color model

#8CA844 color RGB value is (140,168,68).

RGB: (140,168,68) (55%, 66%, 27%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 68 of 255 = 27%

140
168
68

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

Portions of RGB colors in percentages

R + G + B = 140 + 168 + 68 = 376 (100%)
R 140 of 376 ~ 37.23%
G 168 of 376 ~ 44.68%
B 68 of 376 ~ 18.09'%

%37.23
%44.68
%18.09

CMYK color model

#8CA844 color CMYK value is (17,0,60,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 59.52%
  • key color value is 34.12%

CMYK: (17,0,60,34)
C17M0Y60K34 (17%, 0%, 60%, 34%)
(0.17 / 0.00 / 0.60 / 0.34)

CMYK percentages

%16.67
%0
%59.52
%34.12

Codes

Color #8CA844 in popluar color models

8C A8 44
RGB 140 168 68
HSL 77° 42.37% 46.27%
HSB/HSV 77° 59.52% 65.88%
CMYK 16.67% 0.00% 59.52%
34.12%

Color #8CA844 in popluar number systems.

HEX 8C A8 44
Decimal 140 168 68
Binary 10001100 10101000 1000100
Octal 214 250 104

Shades and tints

Shades of #8CA844

#8CA844
(140,168,68)
#80993E
(128,153,62)
#748A38
(116,138,56)
#687B32
(104,123,50)
#5C6C2C
(92,108,44)
#505D26
(80,93,38)
#444E20
(68,78,32)
#383F1A
(56,63,26)
#2C3014
(44,48,20)
#20210E
(32,33,14)
#141208
(20,18,8)
#000000
(0,0,0)

Tints of #8CA844

#8CA844
(140,168,68)
#96AF55
(150,175,85)
#A0B666
(160,182,102)
#AABD77
(170,189,119)
#B4C488
(180,196,136)
#BECB99
(190,203,153)
#C8D2AA
(200,210,170)
#D2D9BB
(210,217,187)
#DCE0CC
(220,224,204)
#E6E7DD
(230,231,221)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA844 color. Also use rgb(140,168,68) instead hex code.

Text Font Color

.myTextColor { color: #8CA844; }

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

This text font color is #8CA844.

Background Color

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

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

This div background color is #8CA844.

Border color

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

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

This div border color is #8CA844.

Opacity

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

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

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

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

This text has shadow with #8CA844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA844.

Preview

Color preview on black background

This text has color #8CA844 on black background.


Color preview on white background

This text has color #8CA844 on white background.


Black color preview on #8CA844 background

This text has black color on #8CA844 background.


White color preview on #8CA844 background

This text has white color on #8CA844 background.


Related colors

Complementary color

Complementary color for #hex is #7357BB.


I love getcolorcode.com

Triadic colors

1 #448CA8 and #A8448C with #8CA844 are triadic colors.

2 #44A88C and #A88C44 with #8CA844 are triadic colors.