COLOR #8CA473

HEX: #8CA473
RGB: (140,164,115)

Color info

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

RGB color model

#8CA473 color RGB value is (140,164,115).

  • red value is 140;
  • green value is 164;
  • blue value is 115.
RGB:
(140,164,115)
(55%,64%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 115 of 255 = 45%

140
164
115

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 115 = 419 (100%)
R 140 of 419 ~ 33.41%
G 164 of 419 ~ 39.14%
B 115 of 419 ~ 27.45%

%33.41
%39.14
%27.45

CMYK color model

#8CA473 color CMYK value is (15,0,30,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(15,0,30,36)
C15M0Y30K36 
(15%,0%,30%,36%)
(0.15/0.00/0.30/0.36)	

CMYK percentages

%14.63
%0
%29.88
%35.69

Codes

Color #8CA473 in popluar color models

8CA473
RGB140164115
HSL89°21.21%54.71%
HSB/HSV89°29.88%64.31%
CMYK14.63%0.00%29.88%
35.69%

Color #8CA473 in popluar number systems.

HEX8CA473
Decimal140164115
Binary10001100101001001110011
Octal214244163

Shades and tints

Shades of #8CA473

#8CA473
(140,164,115)
#809669
(128,150,105)
#74885F
(116,136,95)
#687A55
(104,122,85)
#5C6C4B
(92,108,75)
#505E41
(80,94,65)
#445037
(68,80,55)
#38422D
(56,66,45)
#2C3423
(44,52,35)
#202619
(32,38,25)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #8CA473

#8CA473
(140,164,115)
#96AC7F
(150,172,127)
#A0B48B
(160,180,139)
#AABC97
(170,188,151)
#B4C4A3
(180,196,163)
#BECCAF
(190,204,175)
#C8D4BB
(200,212,187)
#D2DCC7
(210,220,199)
#DCE4D3
(220,228,211)
#E6ECDF
(230,236,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA473 color. Also use rgb(140,164,115) instead hex code.

Text Font Color

.myTextColor { color: #8CA473; }

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

This text font color is #8CA473.


Background Color

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

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

This div background color is #8CA473.


Border color

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

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

This div border color is #8CA473.


Opacity

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

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

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

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

This text has shadow with #8CA473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA473 on black background.


Color preview on white background

This text has color #8CA473 on white background.



Black color preview on #8CA473 background

This text has black color on #8CA473 background.


White color preview on #8CA473 background

This text has white color on #8CA473 background.