COLOR #4AA395

HEX: #4AA395
RGB: (74,163,149)

Color info

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

RGB color model

#4AA395 color RGB value is (74,163,149).

  • red value is 74;
  • green value is 163;
  • blue value is 149.
RGB:
(74,163,149)
(29%,64%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 163 of 255 = 64%
B 149 of 255 = 58%

74
163
149

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

Portions of RGB colors in percentages

R + G + B =
74 + 163 + 149 = 386 (100%)
R 74 of 386 ~ 19.17%
G 163 of 386 ~ 42.23%
B 149 of 386 ~ 38.6%

%19.17
%42.23
%38.6

CMYK color model

#4AA395 color CMYK value is (55,0,9,36).

  • cyan value is 54.60%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(55,0,9,36)
C55M0Y9K36 
(55%,0%,9%,36%)
(0.55/0.00/0.09/0.36)	

CMYK percentages

%54.6
%0
%8.59
%36.08

Codes

Color #4AA395 in popluar color models

4AA395
RGB74163149
HSL171°37.55%46.47%
HSB/HSV171°54.60%63.92%
CMYK54.60%0.00%8.59%
36.08%

Color #4AA395 in popluar number systems.

HEX4AA395
Decimal74163149
Binary10010101010001110010101
Octal112243225

Shades and tints

Shades of #4AA395

#4AA395
(74,163,149)
#449588
(68,149,136)
#3E877B
(62,135,123)
#38796E
(56,121,110)
#326B61
(50,107,97)
#2C5D54
(44,93,84)
#264F47
(38,79,71)
#20413A
(32,65,58)
#1A332D
(26,51,45)
#142520
(20,37,32)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #4AA395

#4AA395
(74,163,149)
#5AAB9E
(90,171,158)
#6AB3A7
(106,179,167)
#7ABBB0
(122,187,176)
#8AC3B9
(138,195,185)
#9ACBC2
(154,203,194)
#AAD3CB
(170,211,203)
#BADBD4
(186,219,212)
#CAE3DD
(202,227,221)
#DAEBE6
(218,235,230)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA395 color. Also use rgb(74,163,149) instead hex code.

Text Font Color

.myTextColor { color: #4AA395; }

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

This text font color is #4AA395.


Background Color

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

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

This div background color is #4AA395.


Border color

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

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

This div border color is #4AA395.


Opacity

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

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

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

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

This text has shadow with #4AA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA395 on black background.


Color preview on white background

This text has color #4AA395 on white background.



Black color preview on #4AA395 background

This text has black color on #4AA395 background.


White color preview on #4AA395 background

This text has white color on #4AA395 background.