COLOR #4AA057

HEX: #4AA057 RGB: (74,160,87)

Color info

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

RGB color model

#4AA057 color RGB value is (74,160,87).

RGB: (74,160,87) (29%, 63%, 34%)

RGB channels and saturation

R 74 of 255 = 29%
G 160 of 255 = 63%
B 87 of 255 = 34%

74
160
87

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

Portions of RGB colors in percentages

R + G + B = 74 + 160 + 87 = 321 (100%)
R 74 of 321 ~ 23.05%
G 160 of 321 ~ 49.84%
B 87 of 321 ~ 27.1'%

%23.05
%49.84
%27.1

CMYK color model

#4AA057 color CMYK value is (54,0,46,37).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 37.25%

CMYK: (54,0,46,37)
C54M0Y46K37 (54%, 0%, 46%, 37%)
(0.54 / 0.00 / 0.46 / 0.37)

CMYK percentages

%53.75
%0
%45.63
%37.25

Codes

Color #4AA057 in popluar color models

4A A0 57
RGB 74 160 87
HSL 129° 36.75% 45.88%
HSB/HSV 129° 53.75% 62.75%
CMYK 53.75% 0.00% 45.63%
37.25%

Color #4AA057 in popluar number systems.

HEX 4A A0 57
Decimal 74 160 87
Binary 1001010 10100000 1010111
Octal 112 240 127

Shades and tints

Shades of #4AA057

#4AA057
(74,160,87)
#449250
(68,146,80)
#3E8449
(62,132,73)
#387642
(56,118,66)
#32683B
(50,104,59)
#2C5A34
(44,90,52)
#264C2D
(38,76,45)
#203E26
(32,62,38)
#1A301F
(26,48,31)
#142218
(20,34,24)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #4AA057

#4AA057
(74,160,87)
#5AA866
(90,168,102)
#6AB075
(106,176,117)
#7AB884
(122,184,132)
#8AC093
(138,192,147)
#9AC8A2
(154,200,162)
#AAD0B1
(170,208,177)
#BAD8C0
(186,216,192)
#CAE0CF
(202,224,207)
#DAE8DE
(218,232,222)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA057 color. Also use rgb(74,160,87) instead hex code.

Text Font Color

.myTextColor { color: #4AA057; }

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

This text font color is #4AA057.

Background Color

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

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

This div background color is #4AA057.

Border color

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

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

This div border color is #4AA057.

Opacity

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

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

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

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

This text has shadow with #4AA057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA057.

Preview

Color preview on black background

This text has color #4AA057 on black background.


Color preview on white background

This text has color #4AA057 on white background.


Black color preview on #4AA057 background

This text has black color on #4AA057 background.


White color preview on #4AA057 background

This text has white color on #4AA057 background.


Related colors

Complementary color

Complementary color for #hex is #B55FA8.


I love getcolorcode.com

Triadic colors

1 #574AA0 and #A0574A with #4AA057 are triadic colors.

2 #57A04A and #A04A57 with #4AA057 are triadic colors.