COLOR #4A8C3F

HEX: #4A8C3F
RGB: (74,140,63)

Color info

#4A8C3F contains mainly green color. Web safe color of #4A8C3F is #339933 (or #393).

RGB color model

#4A8C3F color RGB value is (74,140,63).

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

RGB channels and saturation

R 74 of 255 = 29%
G 140 of 255 = 55%
B 63 of 255 = 25%

74
140
63

R + G + B ~ 36%. #4A8C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 140 + 63 = 277 (100%)
R 74 of 277 ~ 26.71%
G 140 of 277 ~ 50.54%
B 63 of 277 ~ 22.74%

%26.71
%50.54
%22.74

CMYK color model

#4A8C3F color CMYK value is (47,0,55,45).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 45.10%
CMYK:
(47,0,55,45)
C47M0Y55K45 
(47%,0%,55%,45%)
(0.47/0.00/0.55/0.45)	

CMYK percentages

%47.14
%0
%55
%45.1

Codes

Color #4A8C3F in popluar color models

4A8C3F
RGB7414063
HSL111°37.93%39.80%
HSB/HSV111°55.00%54.90%
CMYK47.14%0.00%55.00%
45.10%

Color #4A8C3F in popluar number systems.

HEX4A8C3F
Decimal7414063
Binary100101010001100111111
Octal11221477

Shades and tints

Shades of #4A8C3F

#4A8C3F
(74,140,63)
#44803A
(68,128,58)
#3E7435
(62,116,53)
#386830
(56,104,48)
#325C2B
(50,92,43)
#2C5026
(44,80,38)
#264421
(38,68,33)
#20381C
(32,56,28)
#1A2C17
(26,44,23)
#142012
(20,32,18)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #4A8C3F

#4A8C3F
(74,140,63)
#5A9650
(90,150,80)
#6AA061
(106,160,97)
#7AAA72
(122,170,114)
#8AB483
(138,180,131)
#9ABE94
(154,190,148)
#AAC8A5
(170,200,165)
#BAD2B6
(186,210,182)
#CADCC7
(202,220,199)
#DAE6D8
(218,230,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8C3F color. Also use rgb(74,140,63) instead hex code.

Text Font Color

.myTextColor { color: #4A8C3F; }

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

This text font color is #4A8C3F.


Background Color

.myBgColor { background-color: #4A8C3F; }

<div style="background-color:#4A8C3F">Inner text</div>

This div background color is #4A8C3F.


Border color

.myBorderColor { border: 1px solid #4A8C3F; }

<div style="border:3px solid #4A8C3F">Div</div>

This div border color is #4A8C3F.


Opacity

.myOpacity80 { color: #4A8C3F; opacity: 0.8; }

<p style="color:#4A8C3F;opacity:0.8;">80%</p>

Text with #4A8C3F 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 #4A8C3F;}

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

This text has shadow with #4A8C3F color.

.textShadow {text-shadow: 3px 3px 1px #4A8C3F, 3px 3px 1px red;}

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

This text has shadow with #4A8C3F primary color and red secondary color.


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

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

This text has shadow with #4A8C3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8C3F on black background.


Color preview on white background

This text has color #4A8C3F on white background.



Black color preview on #4A8C3F background

This text has black color on #4A8C3F background.


White color preview on #4A8C3F background

This text has white color on #4A8C3F background.