COLOR #4AA657

HEX: #4AA657
RGB: (74,166,87)

Color info

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

RGB color model

#4AA657 color RGB value is (74,166,87).

  • red value is 74;
  • green value is 166;
  • blue value is 87.
RGB:
(74,166,87)
(29%,65%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 166 of 255 = 65%
B 87 of 255 = 34%

74
166
87

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

Portions of RGB colors in percentages

R + G + B =
74 + 166 + 87 = 327 (100%)
R 74 of 327 ~ 22.63%
G 166 of 327 ~ 50.76%
B 87 of 327 ~ 26.61%

%22.63
%50.76
%26.61

CMYK color model

#4AA657 color CMYK value is (55,0,48,35).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 47.59%
  • key color value is 34.90%
CMYK:
(55,0,48,35)
C55M0Y48K35 
(55%,0%,48%,35%)
(0.55/0.00/0.48/0.35)	

CMYK percentages

%55.42
%0
%47.59
%34.9

Codes

Color #4AA657 in popluar color models

4AA657
RGB7416687
HSL128°38.33%47.06%
HSB/HSV128°55.42%65.10%
CMYK55.42%0.00%47.59%
34.90%

Color #4AA657 in popluar number systems.

HEX4AA657
Decimal7416687
Binary1001010101001101010111
Octal112246127

Shades and tints

Shades of #4AA657

#4AA657
(74,166,87)
#449750
(68,151,80)
#3E8849
(62,136,73)
#387942
(56,121,66)
#326A3B
(50,106,59)
#2C5B34
(44,91,52)
#264C2D
(38,76,45)
#203D26
(32,61,38)
#1A2E1F
(26,46,31)
#141F18
(20,31,24)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #4AA657

#4AA657
(74,166,87)
#5AAE66
(90,174,102)
#6AB675
(106,182,117)
#7ABE84
(122,190,132)
#8AC693
(138,198,147)
#9ACEA2
(154,206,162)
#AAD6B1
(170,214,177)
#BADEC0
(186,222,192)
#CAE6CF
(202,230,207)
#DAEEDE
(218,238,222)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA657; }

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

This text font color is #4AA657.


Background Color

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

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

This div background color is #4AA657.


Border color

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

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

This div border color is #4AA657.


Opacity

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

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

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

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

This text has shadow with #4AA657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA657 on black background.


Color preview on white background

This text has color #4AA657 on white background.



Black color preview on #4AA657 background

This text has black color on #4AA657 background.


White color preview on #4AA657 background

This text has white color on #4AA657 background.