COLOR #4AAE6E

HEX: #4AAE6E
RGB: (74,174,110)

Color info

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

RGB color model

#4AAE6E color RGB value is (74,174,110).

  • red value is 74;
  • green value is 174;
  • blue value is 110.
RGB:
(74,174,110)
(29%,68%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 174 of 255 = 68%
B 110 of 255 = 43%

74
174
110

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

Portions of RGB colors in percentages

R + G + B =
74 + 174 + 110 = 358 (100%)
R 74 of 358 ~ 20.67%
G 174 of 358 ~ 48.6%
B 110 of 358 ~ 30.73%

%20.67
%48.6
%30.73

CMYK color model

#4AAE6E color CMYK value is (57,0,37,32).

  • cyan value is 57.47%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(57,0,37,32)
C57M0Y37K32 
(57%,0%,37%,32%)
(0.57/0.00/0.37/0.32)	

CMYK percentages

%57.47
%0
%36.78
%31.76

Codes

Color #4AAE6E in popluar color models

4AAE6E
RGB74174110
HSL142°40.32%48.63%
HSB/HSV142°57.47%68.24%
CMYK57.47%0.00%36.78%
31.76%

Color #4AAE6E in popluar number systems.

HEX4AAE6E
Decimal74174110
Binary1001010101011101101110
Octal112256156

Shades and tints

Shades of #4AAE6E

#4AAE6E
(74,174,110)
#449F64
(68,159,100)
#3E905A
(62,144,90)
#388150
(56,129,80)
#327246
(50,114,70)
#2C633C
(44,99,60)
#265432
(38,84,50)
#204528
(32,69,40)
#1A361E
(26,54,30)
#142714
(20,39,20)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #4AAE6E

#4AAE6E
(74,174,110)
#5AB57B
(90,181,123)
#6ABC88
(106,188,136)
#7AC395
(122,195,149)
#8ACAA2
(138,202,162)
#9AD1AF
(154,209,175)
#AAD8BC
(170,216,188)
#BADFC9
(186,223,201)
#CAE6D6
(202,230,214)
#DAEDE3
(218,237,227)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAE6E color. Also use rgb(74,174,110) instead hex code.

Text Font Color

.myTextColor { color: #4AAE6E; }

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

This text font color is #4AAE6E.


Background Color

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

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

This div background color is #4AAE6E.


Border color

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

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

This div border color is #4AAE6E.


Opacity

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

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

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

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

This text has shadow with #4AAE6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AAE6E on black background.


Color preview on white background

This text has color #4AAE6E on white background.



Black color preview on #4AAE6E background

This text has black color on #4AAE6E background.


White color preview on #4AAE6E background

This text has white color on #4AAE6E background.