COLOR #4AA284

HEX: #4AA284
RGB: (74,162,132)

Color info

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

RGB color model

#4AA284 color RGB value is (74,162,132).

  • red value is 74;
  • green value is 162;
  • blue value is 132.
RGB:
(74,162,132)
(29%,64%,52%)

RGB channels and saturation

R 74 of 255 = 29%
G 162 of 255 = 64%
B 132 of 255 = 52%

74
162
132

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

Portions of RGB colors in percentages

R + G + B =
74 + 162 + 132 = 368 (100%)
R 74 of 368 ~ 20.11%
G 162 of 368 ~ 44.02%
B 132 of 368 ~ 35.87%

%20.11
%44.02
%35.87

CMYK color model

#4AA284 color CMYK value is (54,0,19,36).

  • cyan value is 54.32%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 36.47%
CMYK:
(54,0,19,36)
C54M0Y19K36 
(54%,0%,19%,36%)
(0.54/0.00/0.19/0.36)	

CMYK percentages

%54.32
%0
%18.52
%36.47

Codes

Color #4AA284 in popluar color models

4AA284
RGB74162132
HSL160°37.29%46.27%
HSB/HSV160°54.32%63.53%
CMYK54.32%0.00%18.52%
36.47%

Color #4AA284 in popluar number systems.

HEX4AA284
Decimal74162132
Binary10010101010001010000100
Octal112242204

Shades and tints

Shades of #4AA284

#4AA284
(74,162,132)
#449478
(68,148,120)
#3E866C
(62,134,108)
#387860
(56,120,96)
#326A54
(50,106,84)
#2C5C48
(44,92,72)
#264E3C
(38,78,60)
#204030
(32,64,48)
#1A3224
(26,50,36)
#142418
(20,36,24)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #4AA284

#4AA284
(74,162,132)
#5AAA8F
(90,170,143)
#6AB29A
(106,178,154)
#7ABAA5
(122,186,165)
#8AC2B0
(138,194,176)
#9ACABB
(154,202,187)
#AAD2C6
(170,210,198)
#BADAD1
(186,218,209)
#CAE2DC
(202,226,220)
#DAEAE7
(218,234,231)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA284 color. Also use rgb(74,162,132) instead hex code.

Text Font Color

.myTextColor { color: #4AA284; }

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

This text font color is #4AA284.


Background Color

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

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

This div background color is #4AA284.


Border color

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

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

This div border color is #4AA284.


Opacity

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

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

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

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

This text has shadow with #4AA284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA284 on black background.


Color preview on white background

This text has color #4AA284 on white background.



Black color preview on #4AA284 background

This text has black color on #4AA284 background.


White color preview on #4AA284 background

This text has white color on #4AA284 background.