COLOR #4AA45F

HEX: #4AA45F
RGB: (74,164,95)

Color info

#4AA45F contains mainly green color. Web safe color of #4AA45F is #339966 (or #396).

RGB color model

#4AA45F color RGB value is (74,164,95).

  • red value is 74;
  • green value is 164;
  • blue value is 95.
RGB:
(74,164,95)
(29%,64%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 164 of 255 = 64%
B 95 of 255 = 37%

74
164
95

R + G + B ~ 43%. #4AA45F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 164 + 95 = 333 (100%)
R 74 of 333 ~ 22.22%
G 164 of 333 ~ 49.25%
B 95 of 333 ~ 28.53%

%22.22
%49.25
%28.53

CMYK color model

#4AA45F color CMYK value is (55,0,42,36).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK:
(55,0,42,36)
C55M0Y42K36 
(55%,0%,42%,36%)
(0.55/0.00/0.42/0.36)	

CMYK percentages

%54.88
%0
%42.07
%35.69

Codes

Color #4AA45F in popluar color models

4AA45F
RGB7416495
HSL134°37.82%46.67%
HSB/HSV134°54.88%64.31%
CMYK54.88%0.00%42.07%
35.69%

Color #4AA45F in popluar number systems.

HEX4AA45F
Decimal7416495
Binary1001010101001001011111
Octal112244137

Shades and tints

Shades of #4AA45F

#4AA45F
(74,164,95)
#449657
(68,150,87)
#3E884F
(62,136,79)
#387A47
(56,122,71)
#326C3F
(50,108,63)
#2C5E37
(44,94,55)
#26502F
(38,80,47)
#204227
(32,66,39)
#1A341F
(26,52,31)
#142617
(20,38,23)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #4AA45F

#4AA45F
(74,164,95)
#5AAC6D
(90,172,109)
#6AB47B
(106,180,123)
#7ABC89
(122,188,137)
#8AC497
(138,196,151)
#9ACCA5
(154,204,165)
#AAD4B3
(170,212,179)
#BADCC1
(186,220,193)
#CAE4CF
(202,228,207)
#DAECDD
(218,236,221)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA45F color. Also use rgb(74,164,95) instead hex code.

Text Font Color

.myTextColor { color: #4AA45F; }

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

This text font color is #4AA45F.


Background Color

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

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

This div background color is #4AA45F.


Border color

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

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

This div border color is #4AA45F.


Opacity

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

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

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

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

This text has shadow with #4AA45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA45F on black background.


Color preview on white background

This text has color #4AA45F on white background.



Black color preview on #4AA45F background

This text has black color on #4AA45F background.


White color preview on #4AA45F background

This text has white color on #4AA45F background.