COLOR #8CA58E

HEX: #8CA58E
RGB: (140,165,142)

Color info

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

RGB color model

#8CA58E color RGB value is (140,165,142).

  • red value is 140;
  • green value is 165;
  • blue value is 142.
RGB:
(140,165,142)
(55%,65%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 142 of 255 = 56%

140
165
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 142 = 447 (100%)
R 140 of 447 ~ 31.32%
G 165 of 447 ~ 36.91%
B 142 of 447 ~ 31.77%

%31.32
%36.91
%31.77

CMYK color model

#8CA58E color CMYK value is (15,0,14,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(15,0,14,35)
C15M0Y14K35 
(15%,0%,14%,35%)
(0.15/0.00/0.14/0.35)	

CMYK percentages

%15.15
%0
%13.94
%35.29

Codes

Color #8CA58E in popluar color models

8CA58E
RGB140165142
HSL125°12.20%59.80%
HSB/HSV125°15.15%64.71%
CMYK15.15%0.00%13.94%
35.29%

Color #8CA58E in popluar number systems.

HEX8CA58E
Decimal140165142
Binary100011001010010110001110
Octal214245216

Shades and tints

Shades of #8CA58E

#8CA58E
(140,165,142)
#809682
(128,150,130)
#748776
(116,135,118)
#68786A
(104,120,106)
#5C695E
(92,105,94)
#505A52
(80,90,82)
#444B46
(68,75,70)
#383C3A
(56,60,58)
#2C2D2E
(44,45,46)
#201E22
(32,30,34)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #8CA58E

#8CA58E
(140,165,142)
#96AD98
(150,173,152)
#A0B5A2
(160,181,162)
#AABDAC
(170,189,172)
#B4C5B6
(180,197,182)
#BECDC0
(190,205,192)
#C8D5CA
(200,213,202)
#D2DDD4
(210,221,212)
#DCE5DE
(220,229,222)
#E6EDE8
(230,237,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA58E; }

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

This text font color is #8CA58E.


Background Color

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

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

This div background color is #8CA58E.


Border color

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

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

This div border color is #8CA58E.


Opacity

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

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

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

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

This text has shadow with #8CA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA58E on black background.


Color preview on white background

This text has color #8CA58E on white background.



Black color preview on #8CA58E background

This text has black color on #8CA58E background.


White color preview on #8CA58E background

This text has white color on #8CA58E background.