COLOR #8CA460

HEX: #8CA460
RGB: (140,164,96)

Color info

#8CA460 contains mainly red and green colors. Web safe color of #8CA460 is #999966 (or #996).

RGB color model

#8CA460 color RGB value is (140,164,96).

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

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 96 of 255 = 38%

140
164
96

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 96 = 400 (100%)
R 140 of 400 ~ 35%
G 164 of 400 ~ 41%
B 96 of 400 ~ 24%

%35
%41
%24

CMYK color model

#8CA460 color CMYK value is (15,0,41,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(15,0,41,36)
C15M0Y41K36 
(15%,0%,41%,36%)
(0.15/0.00/0.41/0.36)	

CMYK percentages

%14.63
%0
%41.46
%35.69

Codes

Color #8CA460 in popluar color models

8CA460
RGB14016496
HSL81°27.20%50.98%
HSB/HSV81°41.46%64.31%
CMYK14.63%0.00%41.46%
35.69%

Color #8CA460 in popluar number systems.

HEX8CA460
Decimal14016496
Binary10001100101001001100000
Octal214244140

Shades and tints

Shades of #8CA460

#8CA460
(140,164,96)
#809658
(128,150,88)
#748850
(116,136,80)
#687A48
(104,122,72)
#5C6C40
(92,108,64)
#505E38
(80,94,56)
#445030
(68,80,48)
#384228
(56,66,40)
#2C3420
(44,52,32)
#202618
(32,38,24)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CA460

#8CA460
(140,164,96)
#96AC6E
(150,172,110)
#A0B47C
(160,180,124)
#AABC8A
(170,188,138)
#B4C498
(180,196,152)
#BECCA6
(190,204,166)
#C8D4B4
(200,212,180)
#D2DCC2
(210,220,194)
#DCE4D0
(220,228,208)
#E6ECDE
(230,236,222)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA460; }

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

This text font color is #8CA460.


Background Color

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

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

This div background color is #8CA460.


Border color

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

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

This div border color is #8CA460.


Opacity

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

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

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

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

This text has shadow with #8CA460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA460 on black background.


Color preview on white background

This text has color #8CA460 on white background.



Black color preview on #8CA460 background

This text has black color on #8CA460 background.


White color preview on #8CA460 background

This text has white color on #8CA460 background.