COLOR #8CA578

HEX: #8CA578 RGB: (140,165,120)

Color info

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

RGB color model

#8CA578 color RGB value is (140,165,120).

RGB: (140,165,120) (55%, 65%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 120 of 255 = 47%

140
165
120

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 120 = 425 (100%)
R 140 of 425 ~ 32.94%
G 165 of 425 ~ 38.82%
B 120 of 425 ~ 28.24'%

%32.94
%38.82
%28.24

CMYK color model

#8CA578 color CMYK value is (15,0,27,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK: (15,0,27,35) C15M0Y27K35 (15%,0%,27%,35%) (0.15/0.00/0.27/0.35) 

CMYK percentages

%15.15
%0
%27.27
%35.29

Codes

Color #8CA578 in popluar color models

8C A5 78
RGB 140 165 120
HSL 93° 20.00% 55.88%
HSB/HSV 93° 27.27% 64.71%
CMYK 15.15% 0.00% 27.27%
35.29%

Color #8CA578 in popluar number systems.

HEX 8C A5 78
Decimal 140 165 120
Binary 10001100 10100101 1111000
Octal 214 245 170

Shades and tints

Shades of #8CA578

#8CA578
(140,165,120)
#80966E
(128,150,110)
#748764
(116,135,100)
#68785A
(104,120,90)
#5C6950
(92,105,80)
#505A46
(80,90,70)
#444B3C
(68,75,60)
#383C32
(56,60,50)
#2C2D28
(44,45,40)
#201E1E
(32,30,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8CA578

#8CA578
(140,165,120)
#96AD84
(150,173,132)
#A0B590
(160,181,144)
#AABD9C
(170,189,156)
#B4C5A8
(180,197,168)
#BECDB4
(190,205,180)
#C8D5C0
(200,213,192)
#D2DDCC
(210,221,204)
#DCE5D8
(220,229,216)
#E6EDE4
(230,237,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA578 color. Also use rgb(140,165,120) instead hex code.

Text Font Color

.myTextColor { color: #8CA578; }

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

This text font color is #8CA578.

Background Color

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

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

This div background color is #8CA578.

Border color

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

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

This div border color is #8CA578.

Opacity

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

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

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

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

This text has shadow with #8CA578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA578.

Preview

Color preview on black background

This text has color #8CA578 on black background.


Color preview on white background

This text has color #8CA578 on white background.


Black color preview on #8CA578 background

This text has black color on #8CA578 background.


White color preview on #8CA578 background

This text has white color on #8CA578 background.


Related colors

Complementary color

Complementary color for #hex is #735A87.


I love getcolorcode.com

Triadic colors

1 #788CA5 and #A5788C with #8CA578 are triadic colors.

2 #78A58C and #A58C78 with #8CA578 are triadic colors.