COLOR #8CA570

HEX: #8CA570
RGB: (140,165,112)

Color info

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

RGB color model

#8CA570 color RGB value is (140,165,112).

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

RGB channels and saturation

R 140 of 255 = 55%
G 165 of 255 = 65%
B 112 of 255 = 44%

140
165
112

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

Portions of RGB colors in percentages

R + G + B =
140 + 165 + 112 = 417 (100%)
R 140 of 417 ~ 33.57%
G 165 of 417 ~ 39.57%
B 112 of 417 ~ 26.86%

%33.57
%39.57
%26.86

CMYK color model

#8CA570 color CMYK value is (15,0,32,35).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(15,0,32,35)
C15M0Y32K35 
(15%,0%,32%,35%)
(0.15/0.00/0.32/0.35)	

CMYK percentages

%15.15
%0
%32.12
%35.29

Codes

Color #8CA570 in popluar color models

8CA570
RGB140165112
HSL88°22.75%54.31%
HSB/HSV88°32.12%64.71%
CMYK15.15%0.00%32.12%
35.29%

Color #8CA570 in popluar number systems.

HEX8CA570
Decimal140165112
Binary10001100101001011110000
Octal214245160

Shades and tints

Shades of #8CA570

#8CA570
(140,165,112)
#809666
(128,150,102)
#74875C
(116,135,92)
#687852
(104,120,82)
#5C6948
(92,105,72)
#505A3E
(80,90,62)
#444B34
(68,75,52)
#383C2A
(56,60,42)
#2C2D20
(44,45,32)
#201E16
(32,30,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #8CA570

#8CA570
(140,165,112)
#96AD7D
(150,173,125)
#A0B58A
(160,181,138)
#AABD97
(170,189,151)
#B4C5A4
(180,197,164)
#BECDB1
(190,205,177)
#C8D5BE
(200,213,190)
#D2DDCB
(210,221,203)
#DCE5D8
(220,229,216)
#E6EDE5
(230,237,229)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA570; }

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

This text font color is #8CA570.


Background Color

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

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

This div background color is #8CA570.


Border color

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

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

This div border color is #8CA570.


Opacity

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

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

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

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

This text has shadow with #8CA570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA570 on black background.


Color preview on white background

This text has color #8CA570 on white background.



Black color preview on #8CA570 background

This text has black color on #8CA570 background.


White color preview on #8CA570 background

This text has white color on #8CA570 background.