COLOR #4AA674

HEX: #4AA674 RGB: (74,166,116)

Color info

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

RGB color model

#4AA674 color RGB value is (74,166,116).

RGB: (74,166,116) (29%, 65%, 45%)

RGB channels and saturation

R 74 of 255 = 29%
G 166 of 255 = 65%
B 116 of 255 = 45%

74
166
116

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

Portions of RGB colors in percentages

R + G + B = 74 + 166 + 116 = 356 (100%)
R 74 of 356 ~ 20.79%
G 166 of 356 ~ 46.63%
B 116 of 356 ~ 32.58'%

%20.79
%46.63
%32.58

CMYK color model

#4AA674 color CMYK value is (55,0,30,35).

  • cyan value is 55.42%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 34.90%

CMYK: (55,0,30,35)
C55M0Y30K35 (55%, 0%, 30%, 35%)
(0.55 / 0.00 / 0.30 / 0.35)

CMYK percentages

%55.42
%0
%30.12
%34.9

Codes

Color #4AA674 in popluar color models

4A A6 74
RGB 74 166 116
HSL 147° 38.33% 47.06%
HSB/HSV 147° 55.42% 65.10%
CMYK 55.42% 0.00% 30.12%
34.90%

Color #4AA674 in popluar number systems.

HEX 4A A6 74
Decimal 74 166 116
Binary 1001010 10100110 1110100
Octal 112 246 164

Shades and tints

Shades of #4AA674

#4AA674
(74,166,116)
#44976A
(68,151,106)
#3E8860
(62,136,96)
#387956
(56,121,86)
#326A4C
(50,106,76)
#2C5B42
(44,91,66)
#264C38
(38,76,56)
#203D2E
(32,61,46)
#1A2E24
(26,46,36)
#141F1A
(20,31,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #4AA674

#4AA674
(74,166,116)
#5AAE80
(90,174,128)
#6AB68C
(106,182,140)
#7ABE98
(122,190,152)
#8AC6A4
(138,198,164)
#9ACEB0
(154,206,176)
#AAD6BC
(170,214,188)
#BADEC8
(186,222,200)
#CAE6D4
(202,230,212)
#DAEEE0
(218,238,224)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA674; }

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

This text font color is #4AA674.

Background Color

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

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

This div background color is #4AA674.

Border color

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

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

This div border color is #4AA674.

Opacity

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

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

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

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

This text has shadow with #4AA674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA674.

Preview

Color preview on black background

This text has color #4AA674 on black background.


Color preview on white background

This text has color #4AA674 on white background.


Black color preview on #4AA674 background

This text has black color on #4AA674 background.


White color preview on #4AA674 background

This text has white color on #4AA674 background.


Related colors

Complementary color

Complementary color for #hex is #B5598B.


I love getcolorcode.com

Triadic colors

1 #744AA6 and #A6744A with #4AA674 are triadic colors.

2 #74A64A and #A64A74 with #4AA674 are triadic colors.