COLOR #4A8D41

HEX: #4A8D41
RGB: (74,141,65)

Color info

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

RGB color model

#4A8D41 color RGB value is (74,141,65).

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

RGB channels and saturation

R 74 of 255 = 29%
G 141 of 255 = 55%
B 65 of 255 = 25%

74
141
65

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

Portions of RGB colors in percentages

R + G + B =
74 + 141 + 65 = 280 (100%)
R 74 of 280 ~ 26.43%
G 141 of 280 ~ 50.36%
B 65 of 280 ~ 23.21%

%26.43
%50.36
%23.21

CMYK color model

#4A8D41 color CMYK value is (48,0,54,45).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK:
(48,0,54,45)
C48M0Y54K45 
(48%,0%,54%,45%)
(0.48/0.00/0.54/0.45)	

CMYK percentages

%47.52
%0
%53.9
%44.71

Codes

Color #4A8D41 in popluar color models

4A8D41
RGB7414165
HSL113°36.89%40.39%
HSB/HSV113°53.90%55.29%
CMYK47.52%0.00%53.90%
44.71%

Color #4A8D41 in popluar number systems.

HEX4A8D41
Decimal7414165
Binary1001010100011011000001
Octal112215101

Shades and tints

Shades of #4A8D41

#4A8D41
(74,141,65)
#44813C
(68,129,60)
#3E7537
(62,117,55)
#386932
(56,105,50)
#325D2D
(50,93,45)
#2C5128
(44,81,40)
#264523
(38,69,35)
#20391E
(32,57,30)
#1A2D19
(26,45,25)
#142114
(20,33,20)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #4A8D41

#4A8D41
(74,141,65)
#5A9752
(90,151,82)
#6AA163
(106,161,99)
#7AAB74
(122,171,116)
#8AB585
(138,181,133)
#9ABF96
(154,191,150)
#AAC9A7
(170,201,167)
#BAD3B8
(186,211,184)
#CADDC9
(202,221,201)
#DAE7DA
(218,231,218)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8D41 color. Also use rgb(74,141,65) instead hex code.

Text Font Color

.myTextColor { color: #4A8D41; }

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

This text font color is #4A8D41.


Background Color

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

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

This div background color is #4A8D41.


Border color

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

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

This div border color is #4A8D41.


Opacity

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

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

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

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

This text has shadow with #4A8D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8D41 on black background.


Color preview on white background

This text has color #4A8D41 on white background.



Black color preview on #4A8D41 background

This text has black color on #4A8D41 background.


White color preview on #4A8D41 background

This text has white color on #4A8D41 background.