COLOR #8CA28A

HEX: #8CA28A
RGB: (140,162,138)

Color info

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

RGB color model

#8CA28A color RGB value is (140,162,138).

  • red value is 140;
  • green value is 162;
  • blue value is 138.
RGB:
(140,162,138)
(55%,64%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 138 of 255 = 54%

140
162
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 162 + 138 = 440 (100%)
R 140 of 440 ~ 31.82%
G 162 of 440 ~ 36.82%
B 138 of 440 ~ 31.36%

%31.82
%36.82
%31.36

CMYK color model

#8CA28A color CMYK value is (14,0,15,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 36.47%
CMYK:
(14,0,15,36)
C14M0Y15K36 
(14%,0%,15%,36%)
(0.14/0.00/0.15/0.36)	

CMYK percentages

%13.58
%0
%14.81
%36.47

Codes

Color #8CA28A in popluar color models

8CA28A
RGB140162138
HSL115°11.43%58.82%
HSB/HSV115°14.81%63.53%
CMYK13.58%0.00%14.81%
36.47%

Color #8CA28A in popluar number systems.

HEX8CA28A
Decimal140162138
Binary100011001010001010001010
Octal214242212

Shades and tints

Shades of #8CA28A

#8CA28A
(140,162,138)
#80947E
(128,148,126)
#748672
(116,134,114)
#687866
(104,120,102)
#5C6A5A
(92,106,90)
#505C4E
(80,92,78)
#444E42
(68,78,66)
#384036
(56,64,54)
#2C322A
(44,50,42)
#20241E
(32,36,30)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8CA28A

#8CA28A
(140,162,138)
#96AA94
(150,170,148)
#A0B29E
(160,178,158)
#AABAA8
(170,186,168)
#B4C2B2
(180,194,178)
#BECABC
(190,202,188)
#C8D2C6
(200,210,198)
#D2DAD0
(210,218,208)
#DCE2DA
(220,226,218)
#E6EAE4
(230,234,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA28A; }

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

This text font color is #8CA28A.


Background Color

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

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

This div background color is #8CA28A.


Border color

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

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

This div border color is #8CA28A.


Opacity

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

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

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

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

This text has shadow with #8CA28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA28A on black background.


Color preview on white background

This text has color #8CA28A on white background.



Black color preview on #8CA28A background

This text has black color on #8CA28A background.


White color preview on #8CA28A background

This text has white color on #8CA28A background.