COLOR #8CA57A

HEX: #8CA57A
RGB: (140,165,122)

Color info

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

RGB color model

#8CA57A color RGB value is (140,165,122).

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

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 122 of 255 = 48%

140
165
122

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 122 = 427 (100%)
R 140 of 427 ~ 32.79%
G 165 of 427 ~ 38.64%
B 122 of 427 ~ 28.57%

%32.79
%38.64
%28.57

CMYK color model

#8CA57A color CMYK value is (15,0,26,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(15,0,26,35)
C15M0Y26K35 
(15%,0%,26%,35%)
(0.15/0.00/0.26/0.35)	

CMYK percentages

%15.15
%0
%26.06
%35.29

Codes

Color #8CA57A in popluar color models

8CA57A
RGB140165122
HSL95°19.28%56.27%
HSB/HSV95°26.06%64.71%
CMYK15.15%0.00%26.06%
35.29%

Color #8CA57A in popluar number systems.

HEX8CA57A
Decimal140165122
Binary10001100101001011111010
Octal214245172

Shades and tints

Shades of #8CA57A

#8CA57A
(140,165,122)
#80966F
(128,150,111)
#748764
(116,135,100)
#687859
(104,120,89)
#5C694E
(92,105,78)
#505A43
(80,90,67)
#444B38
(68,75,56)
#383C2D
(56,60,45)
#2C2D22
(44,45,34)
#201E17
(32,30,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #8CA57A

#8CA57A
(140,165,122)
#96AD86
(150,173,134)
#A0B592
(160,181,146)
#AABD9E
(170,189,158)
#B4C5AA
(180,197,170)
#BECDB6
(190,205,182)
#C8D5C2
(200,213,194)
#D2DDCE
(210,221,206)
#DCE5DA
(220,229,218)
#E6EDE6
(230,237,230)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA57A; }

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

This text font color is #8CA57A.


Background Color

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

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

This div background color is #8CA57A.


Border color

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

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

This div border color is #8CA57A.


Opacity

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

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

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

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

This text has shadow with #8CA57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA57A on black background.


Color preview on white background

This text has color #8CA57A on white background.



Black color preview on #8CA57A background

This text has black color on #8CA57A background.


White color preview on #8CA57A background

This text has white color on #8CA57A background.