COLOR #8CA46B

HEX: #8CA46B
RGB: (140,164,107)

Color info

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

RGB color model

#8CA46B color RGB value is (140,164,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 107 of 255 = 42%

140
164
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 107 = 411 (100%)
R 140 of 411 ~ 34.06%
G 164 of 411 ~ 39.9%
B 107 of 411 ~ 26.03%

%34.06
%39.9
%26.03

CMYK color model

#8CA46B color CMYK value is (15,0,35,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(15,0,35,36)
C15M0Y35K36 
(15%,0%,35%,36%)
(0.15/0.00/0.35/0.36)	

CMYK percentages

%14.63
%0
%34.76
%35.69

Codes

Color #8CA46B in popluar color models

8CA46B
RGB140164107
HSL85°23.85%53.14%
HSB/HSV85°34.76%64.31%
CMYK14.63%0.00%34.76%
35.69%

Color #8CA46B in popluar number systems.

HEX8CA46B
Decimal140164107
Binary10001100101001001101011
Octal214244153

Shades and tints

Shades of #8CA46B

#8CA46B
(140,164,107)
#809662
(128,150,98)
#748859
(116,136,89)
#687A50
(104,122,80)
#5C6C47
(92,108,71)
#505E3E
(80,94,62)
#445035
(68,80,53)
#38422C
(56,66,44)
#2C3423
(44,52,35)
#20261A
(32,38,26)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #8CA46B

#8CA46B
(140,164,107)
#96AC78
(150,172,120)
#A0B485
(160,180,133)
#AABC92
(170,188,146)
#B4C49F
(180,196,159)
#BECCAC
(190,204,172)
#C8D4B9
(200,212,185)
#D2DCC6
(210,220,198)
#DCE4D3
(220,228,211)
#E6ECE0
(230,236,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA46B; }

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

This text font color is #8CA46B.


Background Color

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

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

This div background color is #8CA46B.


Border color

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

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

This div border color is #8CA46B.


Opacity

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

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

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

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

This text has shadow with #8CA46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA46B on black background.


Color preview on white background

This text has color #8CA46B on white background.



Black color preview on #8CA46B background

This text has black color on #8CA46B background.


White color preview on #8CA46B background

This text has white color on #8CA46B background.