COLOR #8CA013

HEX: #8CA013
RGB: (140,160,19)

Color info

#8CA013 contains mainly red and green colors. Web safe color of #8CA013 is #999900 (or #990).

RGB color model

#8CA013 color RGB value is (140,160,19).

  • red value is 140;
  • green value is 160;
  • blue value is 19.
RGB:
(140,160,19)
(55%,63%,7%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 19 of 255 = 7%

140
160
19

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 19 = 319 (100%)
R 140 of 319 ~ 43.89%
G 160 of 319 ~ 50.16%
B 19 of 319 ~ 5.96%

%43.89
%50.16

CMYK color model

#8CA013 color CMYK value is (13,0,88,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 88.13%
  • key color value is 37.25%
CMYK:
(13,0,88,37)
C13M0Y88K37 
(13%,0%,88%,37%)
(0.13/0.00/0.88/0.37)	

CMYK percentages

%12.5
%0
%88.13
%37.25

Codes

Color #8CA013 in popluar color models

8CA013
RGB14016019
HSL69°78.77%35.10%
HSB/HSV69°88.13%62.75%
CMYK12.50%0.00%88.13%
37.25%

Color #8CA013 in popluar number systems.

HEX8CA013
Decimal14016019
Binary100011001010000010011
Octal21424023

Shades and tints

Shades of #8CA013

#8CA013
(140,160,19)
#809212
(128,146,18)
#748411
(116,132,17)
#687610
(104,118,16)
#5C680F
(92,104,15)
#505A0E
(80,90,14)
#444C0D
(68,76,13)
#383E0C
(56,62,12)
#2C300B
(44,48,11)
#20220A
(32,34,10)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #8CA013

#8CA013
(140,160,19)
#96A828
(150,168,40)
#A0B03D
(160,176,61)
#AAB852
(170,184,82)
#B4C067
(180,192,103)
#BEC87C
(190,200,124)
#C8D091
(200,208,145)
#D2D8A6
(210,216,166)
#DCE0BB
(220,224,187)
#E6E8D0
(230,232,208)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA013 color. Also use rgb(140,160,19) instead hex code.

Text Font Color

.myTextColor { color: #8CA013; }

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

This text font color is #8CA013.


Background Color

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

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

This div background color is #8CA013.


Border color

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

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

This div border color is #8CA013.


Opacity

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

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

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

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

This text has shadow with #8CA013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA013 on black background.


Color preview on white background

This text has color #8CA013 on white background.



Black color preview on #8CA013 background

This text has black color on #8CA013 background.


White color preview on #8CA013 background

This text has white color on #8CA013 background.