COLOR #4AA481

HEX: #4AA481
RGB: (74,164,129)

Color info

#4AA481 contains mainly green and blue colors. Web safe color of #4AA481 is #339999 (or #399).

RGB color model

#4AA481 color RGB value is (74,164,129).

  • red value is 74;
  • green value is 164;
  • blue value is 129.
RGB:
(74,164,129)
(29%,64%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 164 of 255 = 64%
B 129 of 255 = 51%

74
164
129

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

Portions of RGB colors in percentages

R + G + B =
74 + 164 + 129 = 367 (100%)
R 74 of 367 ~ 20.16%
G 164 of 367 ~ 44.69%
B 129 of 367 ~ 35.15%

%20.16
%44.69
%35.15

CMYK color model

#4AA481 color CMYK value is (55,0,21,36).

  • cyan value is 54.88%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(55,0,21,36)
C55M0Y21K36 
(55%,0%,21%,36%)
(0.55/0.00/0.21/0.36)	

CMYK percentages

%54.88
%0
%21.34
%35.69

Codes

Color #4AA481 in popluar color models

4AA481
RGB74164129
HSL157°37.82%46.67%
HSB/HSV157°54.88%64.31%
CMYK54.88%0.00%21.34%
35.69%

Color #4AA481 in popluar number systems.

HEX4AA481
Decimal74164129
Binary10010101010010010000001
Octal112244201

Shades and tints

Shades of #4AA481

#4AA481
(74,164,129)
#449676
(68,150,118)
#3E886B
(62,136,107)
#387A60
(56,122,96)
#326C55
(50,108,85)
#2C5E4A
(44,94,74)
#26503F
(38,80,63)
#204234
(32,66,52)
#1A3429
(26,52,41)
#14261E
(20,38,30)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #4AA481

#4AA481
(74,164,129)
#5AAC8C
(90,172,140)
#6AB497
(106,180,151)
#7ABCA2
(122,188,162)
#8AC4AD
(138,196,173)
#9ACCB8
(154,204,184)
#AAD4C3
(170,212,195)
#BADCCE
(186,220,206)
#CAE4D9
(202,228,217)
#DAECE4
(218,236,228)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA481 color. Also use rgb(74,164,129) instead hex code.

Text Font Color

.myTextColor { color: #4AA481; }

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

This text font color is #4AA481.


Background Color

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

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

This div background color is #4AA481.


Border color

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

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

This div border color is #4AA481.


Opacity

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

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

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

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

This text has shadow with #4AA481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA481 on black background.


Color preview on white background

This text has color #4AA481 on white background.



Black color preview on #4AA481 background

This text has black color on #4AA481 background.


White color preview on #4AA481 background

This text has white color on #4AA481 background.