COLOR #4AA27D

HEX: #4AA27D
RGB: (74,162,125)

Color info

#4AA27D contains mainly green and blue colors. Web safe color of #4AA27D is #339966 (or #396).

RGB color model

#4AA27D color RGB value is (74,162,125).

  • red value is 74;
  • green value is 162;
  • blue value is 125.
RGB:
(74,162,125)
(29%,64%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 162 of 255 = 64%
B 125 of 255 = 49%

74
162
125

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

Portions of RGB colors in percentages

R + G + B =
74 + 162 + 125 = 361 (100%)
R 74 of 361 ~ 20.5%
G 162 of 361 ~ 44.88%
B 125 of 361 ~ 34.63%

%20.5
%44.88
%34.63

CMYK color model

#4AA27D color CMYK value is (54,0,23,36).

  • cyan value is 54.32%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 36.47%
CMYK:
(54,0,23,36)
C54M0Y23K36 
(54%,0%,23%,36%)
(0.54/0.00/0.23/0.36)	

CMYK percentages

%54.32
%0
%22.84
%36.47

Codes

Color #4AA27D in popluar color models

4AA27D
RGB74162125
HSL155°37.29%46.27%
HSB/HSV155°54.32%63.53%
CMYK54.32%0.00%22.84%
36.47%

Color #4AA27D in popluar number systems.

HEX4AA27D
Decimal74162125
Binary1001010101000101111101
Octal112242175

Shades and tints

Shades of #4AA27D

#4AA27D
(74,162,125)
#449472
(68,148,114)
#3E8667
(62,134,103)
#38785C
(56,120,92)
#326A51
(50,106,81)
#2C5C46
(44,92,70)
#264E3B
(38,78,59)
#204030
(32,64,48)
#1A3225
(26,50,37)
#14241A
(20,36,26)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #4AA27D

#4AA27D
(74,162,125)
#5AAA88
(90,170,136)
#6AB293
(106,178,147)
#7ABA9E
(122,186,158)
#8AC2A9
(138,194,169)
#9ACAB4
(154,202,180)
#AAD2BF
(170,210,191)
#BADACA
(186,218,202)
#CAE2D5
(202,226,213)
#DAEAE0
(218,234,224)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA27D color. Also use rgb(74,162,125) instead hex code.

Text Font Color

.myTextColor { color: #4AA27D; }

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

This text font color is #4AA27D.


Background Color

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

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

This div background color is #4AA27D.


Border color

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

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

This div border color is #4AA27D.


Opacity

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

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

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

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

This text has shadow with #4AA27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA27D on black background.


Color preview on white background

This text has color #4AA27D on white background.



Black color preview on #4AA27D background

This text has black color on #4AA27D background.


White color preview on #4AA27D background

This text has white color on #4AA27D background.