COLOR #8CA58A

HEX: #8CA58A RGB: (140,165,138)

Color info

#8CA58A contains red, green and blue colors in about the same proportion. Web safe color of #8CA58A is #999999 (or #999).

RGB color model

#8CA58A color RGB value is (140,165,138).

RGB: (140,165,138) (55%, 65%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 138 of 255 = 54%

140
165
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 138 = 443 (100%)
R 140 of 443 ~ 31.6%
G 165 of 443 ~ 37.25%
B 138 of 443 ~ 31.15'%

%31.6
%37.25
%31.15

CMYK color model

#8CA58A color CMYK value is (15,0,16,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK: (15,0,16,35) C15M0Y16K35 (15%,0%,16%,35%) (0.15/0.00/0.16/0.35) 

CMYK percentages

%15.15
%0
%16.36
%35.29

Codes

Color #8CA58A in popluar color models

8C A5 8A
RGB 140 165 138
HSL 116° 13.04% 59.41%
HSB/HSV 116° 16.36% 64.71%
CMYK 15.15% 0.00% 16.36%
35.29%

Color #8CA58A in popluar number systems.

HEX 8C A5 8A
Decimal 140 165 138
Binary 10001100 10100101 10001010
Octal 214 245 212

Shades and tints

Shades of #8CA58A

#8CA58A
(140,165,138)
#80967E
(128,150,126)
#748772
(116,135,114)
#687866
(104,120,102)
#5C695A
(92,105,90)
#505A4E
(80,90,78)
#444B42
(68,75,66)
#383C36
(56,60,54)
#2C2D2A
(44,45,42)
#201E1E
(32,30,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #8CA58A

#8CA58A
(140,165,138)
#96AD94
(150,173,148)
#A0B59E
(160,181,158)
#AABDA8
(170,189,168)
#B4C5B2
(180,197,178)
#BECDBC
(190,205,188)
#C8D5C6
(200,213,198)
#D2DDD0
(210,221,208)
#DCE5DA
(220,229,218)
#E6EDE4
(230,237,228)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA58A; }

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

This text font color is #8CA58A.

Background Color

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

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

This div background color is #8CA58A.

Border color

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

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

This div border color is #8CA58A.

Opacity

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

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

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

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

This text has shadow with #8CA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA58A.

Preview

Color preview on black background

This text has color #8CA58A on black background.


Color preview on white background

This text has color #8CA58A on white background.


Black color preview on #8CA58A background

This text has black color on #8CA58A background.


White color preview on #8CA58A background

This text has white color on #8CA58A background.


Related colors

Complementary color

Complementary color for #hex is #735A75.


I love getcolorcode.com

Triadic colors

1 #8A8CA5 and #A58A8C with #8CA58A are triadic colors.

2 #8AA58C and #A58C8A with #8CA58A are triadic colors.