COLOR #4AA89C

HEX: #4AA89C
RGB: (74,168,156)

Color info

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

RGB color model

#4AA89C color RGB value is (74,168,156).

  • red value is 74;
  • green value is 168;
  • blue value is 156.
RGB:
(74,168,156)
(29%,66%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 168 of 255 = 66%
B 156 of 255 = 61%

74
168
156

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

Portions of RGB colors in percentages

R + G + B =
74 + 168 + 156 = 398 (100%)
R 74 of 398 ~ 18.59%
G 168 of 398 ~ 42.21%
B 156 of 398 ~ 39.2%

%18.59
%42.21
%39.2

CMYK color model

#4AA89C color CMYK value is (56,0,7,34).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK:
(56,0,7,34)
C56M0Y7K34 
(56%,0%,7%,34%)
(0.56/0.00/0.07/0.34)	

CMYK percentages

%55.95
%0
%7.14
%34.12

Codes

Color #4AA89C in popluar color models

4AA89C
RGB74168156
HSL172°38.84%47.45%
HSB/HSV172°55.95%65.88%
CMYK55.95%0.00%7.14%
34.12%

Color #4AA89C in popluar number systems.

HEX4AA89C
Decimal74168156
Binary10010101010100010011100
Octal112250234

Shades and tints

Shades of #4AA89C

#4AA89C
(74,168,156)
#44998E
(68,153,142)
#3E8A80
(62,138,128)
#387B72
(56,123,114)
#326C64
(50,108,100)
#2C5D56
(44,93,86)
#264E48
(38,78,72)
#203F3A
(32,63,58)
#1A302C
(26,48,44)
#14211E
(20,33,30)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #4AA89C

#4AA89C
(74,168,156)
#5AAFA5
(90,175,165)
#6AB6AE
(106,182,174)
#7ABDB7
(122,189,183)
#8AC4C0
(138,196,192)
#9ACBC9
(154,203,201)
#AAD2D2
(170,210,210)
#BAD9DB
(186,217,219)
#CAE0E4
(202,224,228)
#DAE7ED
(218,231,237)
#EAEEF6
(234,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA89C color. Also use rgb(74,168,156) instead hex code.

Text Font Color

.myTextColor { color: #4AA89C; }

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

This text font color is #4AA89C.


Background Color

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

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

This div background color is #4AA89C.


Border color

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

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

This div border color is #4AA89C.


Opacity

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

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

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

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

This text has shadow with #4AA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA89C on black background.


Color preview on white background

This text has color #4AA89C on white background.



Black color preview on #4AA89C background

This text has black color on #4AA89C background.


White color preview on #4AA89C background

This text has white color on #4AA89C background.