COLOR #8CA03A

HEX: #8CA03A
RGB: (140,160,58)

Color info

#8CA03A contains mainly red and green colors. Web safe color of #8CA03A is #999933 (or #993).

RGB color model

#8CA03A color RGB value is (140,160,58).

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

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 58 of 255 = 23%

140
160
58

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 58 = 358 (100%)
R 140 of 358 ~ 39.11%
G 160 of 358 ~ 44.69%
B 58 of 358 ~ 16.2%

%39.11
%44.69
%16.2

CMYK color model

#8CA03A color CMYK value is (13,0,64,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 37.25%
CMYK:
(13,0,64,37)
C13M0Y64K37 
(13%,0%,64%,37%)
(0.13/0.00/0.64/0.37)	

CMYK percentages

%12.5
%0
%63.75
%37.25

Codes

Color #8CA03A in popluar color models

8CA03A
RGB14016058
HSL72°46.79%42.75%
HSB/HSV72°63.75%62.75%
CMYK12.50%0.00%63.75%
37.25%

Color #8CA03A in popluar number systems.

HEX8CA03A
Decimal14016058
Binary1000110010100000111010
Octal21424072

Shades and tints

Shades of #8CA03A

#8CA03A
(140,160,58)
#809235
(128,146,53)
#748430
(116,132,48)
#68762B
(104,118,43)
#5C6826
(92,104,38)
#505A21
(80,90,33)
#444C1C
(68,76,28)
#383E17
(56,62,23)
#2C3012
(44,48,18)
#20220D
(32,34,13)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #8CA03A

#8CA03A
(140,160,58)
#96A84B
(150,168,75)
#A0B05C
(160,176,92)
#AAB86D
(170,184,109)
#B4C07E
(180,192,126)
#BEC88F
(190,200,143)
#C8D0A0
(200,208,160)
#D2D8B1
(210,216,177)
#DCE0C2
(220,224,194)
#E6E8D3
(230,232,211)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA03A; }

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

This text font color is #8CA03A.


Background Color

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

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

This div background color is #8CA03A.


Border color

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

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

This div border color is #8CA03A.


Opacity

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

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

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

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

This text has shadow with #8CA03A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA03A on black background.


Color preview on white background

This text has color #8CA03A on white background.



Black color preview on #8CA03A background

This text has black color on #8CA03A background.


White color preview on #8CA03A background

This text has white color on #8CA03A background.