COLOR #8CA74A

HEX: #8CA74A
RGB: (140,167,74)

Color info

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

RGB color model

#8CA74A color RGB value is (140,167,74).

  • red value is 140;
  • green value is 167;
  • blue value is 74.
RGB:
(140,167,74)
(55%,65%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 167 of 255 = 65%
B 74 of 255 = 29%

140
167
74

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 74 = 381 (100%)
R 140 of 381 ~ 36.75%
G 167 of 381 ~ 43.83%
B 74 of 381 ~ 19.42%

%36.75
%43.83
%19.42

CMYK color model

#8CA74A color CMYK value is (16,0,56,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 55.69%
  • key color value is 34.51%
CMYK:
(16,0,56,35)
C16M0Y56K35 
(16%,0%,56%,35%)
(0.16/0.00/0.56/0.35)	

CMYK percentages

%16.17
%0
%55.69
%34.51

Codes

Color #8CA74A in popluar color models

8CA74A
RGB14016774
HSL77°38.59%47.25%
HSB/HSV77°55.69%65.49%
CMYK16.17%0.00%55.69%
34.51%

Color #8CA74A in popluar number systems.

HEX8CA74A
Decimal14016774
Binary10001100101001111001010
Octal214247112

Shades and tints

Shades of #8CA74A

#8CA74A
(140,167,74)
#809844
(128,152,68)
#74893E
(116,137,62)
#687A38
(104,122,56)
#5C6B32
(92,107,50)
#505C2C
(80,92,44)
#444D26
(68,77,38)
#383E20
(56,62,32)
#2C2F1A
(44,47,26)
#202014
(32,32,20)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #8CA74A

#8CA74A
(140,167,74)
#96AF5A
(150,175,90)
#A0B76A
(160,183,106)
#AABF7A
(170,191,122)
#B4C78A
(180,199,138)
#BECF9A
(190,207,154)
#C8D7AA
(200,215,170)
#D2DFBA
(210,223,186)
#DCE7CA
(220,231,202)
#E6EFDA
(230,239,218)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA74A color. Also use rgb(140,167,74) instead hex code.

Text Font Color

.myTextColor { color: #8CA74A; }

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

This text font color is #8CA74A.


Background Color

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

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

This div background color is #8CA74A.


Border color

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

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

This div border color is #8CA74A.


Opacity

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

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

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

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

This text has shadow with #8CA74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA74A on black background.


Color preview on white background

This text has color #8CA74A on white background.



Black color preview on #8CA74A background

This text has black color on #8CA74A background.


White color preview on #8CA74A background

This text has white color on #8CA74A background.