COLOR #4AA06B

HEX: #4AA06B
RGB: (74,160,107)

Color info

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

RGB color model

#4AA06B color RGB value is (74,160,107).

  • red value is 74;
  • green value is 160;
  • blue value is 107.
RGB:
(74,160,107)
(29%,63%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 160 of 255 = 63%
B 107 of 255 = 42%

74
160
107

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

Portions of RGB colors in percentages

R + G + B =
74 + 160 + 107 = 341 (100%)
R 74 of 341 ~ 21.7%
G 160 of 341 ~ 46.92%
B 107 of 341 ~ 31.38%

%21.7
%46.92
%31.38

CMYK color model

#4AA06B color CMYK value is (54,0,33,37).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(54,0,33,37)
C54M0Y33K37 
(54%,0%,33%,37%)
(0.54/0.00/0.33/0.37)	

CMYK percentages

%53.75
%0
%33.13
%37.25

Codes

Color #4AA06B in popluar color models

4AA06B
RGB74160107
HSL143°36.75%45.88%
HSB/HSV143°53.75%62.75%
CMYK53.75%0.00%33.13%
37.25%

Color #4AA06B in popluar number systems.

HEX4AA06B
Decimal74160107
Binary1001010101000001101011
Octal112240153

Shades and tints

Shades of #4AA06B

#4AA06B
(74,160,107)
#449262
(68,146,98)
#3E8459
(62,132,89)
#387650
(56,118,80)
#326847
(50,104,71)
#2C5A3E
(44,90,62)
#264C35
(38,76,53)
#203E2C
(32,62,44)
#1A3023
(26,48,35)
#14221A
(20,34,26)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #4AA06B

#4AA06B
(74,160,107)
#5AA878
(90,168,120)
#6AB085
(106,176,133)
#7AB892
(122,184,146)
#8AC09F
(138,192,159)
#9AC8AC
(154,200,172)
#AAD0B9
(170,208,185)
#BAD8C6
(186,216,198)
#CAE0D3
(202,224,211)
#DAE8E0
(218,232,224)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA06B color. Also use rgb(74,160,107) instead hex code.

Text Font Color

.myTextColor { color: #4AA06B; }

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

This text font color is #4AA06B.


Background Color

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

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

This div background color is #4AA06B.


Border color

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

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

This div border color is #4AA06B.


Opacity

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

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

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

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

This text has shadow with #4AA06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA06B on black background.


Color preview on white background

This text has color #4AA06B on white background.



Black color preview on #4AA06B background

This text has black color on #4AA06B background.


White color preview on #4AA06B background

This text has white color on #4AA06B background.