COLOR #8CA74B

HEX: #8CA74B
RGB: (140,167,75)

Color info

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

RGB color model

#8CA74B color RGB value is (140,167,75).

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

RGB channels and saturation

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

140
167
75

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

Portions of RGB colors in percentages

R + G + B =
140 + 167 + 75 = 382 (100%)
R 140 of 382 ~ 36.65%
G 167 of 382 ~ 43.72%
B 75 of 382 ~ 19.63%

%36.65
%43.72
%19.63

CMYK color model

#8CA74B color CMYK value is (16,0,55,35).

  • cyan value is 16.17%
  • magenta value is 0.00%
  • yellow value is 55.09%
  • key color value is 34.51%
CMYK:
(16,0,55,35)
C16M0Y55K35 
(16%,0%,55%,35%)
(0.16/0.00/0.55/0.35)	

CMYK percentages

%16.17
%0
%55.09
%34.51

Codes

Color #8CA74B in popluar color models

8CA74B
RGB14016775
HSL78°38.02%47.45%
HSB/HSV78°55.09%65.49%
CMYK16.17%0.00%55.09%
34.51%

Color #8CA74B in popluar number systems.

HEX8CA74B
Decimal14016775
Binary10001100101001111001011
Octal214247113

Shades and tints

Shades of #8CA74B

#8CA74B
(140,167,75)
#809845
(128,152,69)
#74893F
(116,137,63)
#687A39
(104,122,57)
#5C6B33
(92,107,51)
#505C2D
(80,92,45)
#444D27
(68,77,39)
#383E21
(56,62,33)
#2C2F1B
(44,47,27)
#202015
(32,32,21)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #8CA74B

#8CA74B
(140,167,75)
#96AF5B
(150,175,91)
#A0B76B
(160,183,107)
#AABF7B
(170,191,123)
#B4C78B
(180,199,139)
#BECF9B
(190,207,155)
#C8D7AB
(200,215,171)
#D2DFBB
(210,223,187)
#DCE7CB
(220,231,203)
#E6EFDB
(230,239,219)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA74B; }

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

This text font color is #8CA74B.


Background Color

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

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

This div background color is #8CA74B.


Border color

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

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

This div border color is #8CA74B.


Opacity

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

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

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

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

This text has shadow with #8CA74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA74B on black background.


Color preview on white background

This text has color #8CA74B on white background.



Black color preview on #8CA74B background

This text has black color on #8CA74B background.


White color preview on #8CA74B background

This text has white color on #8CA74B background.