COLOR #4AA327

HEX: #4AA327
RGB: (74,163,39)

Color info

#4AA327 contains mainly green color. Web safe color of #4AA327 is #339933 (or #393).

RGB color model

#4AA327 color RGB value is (74,163,39).

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

RGB channels and saturation

R 74 of 255 = 29%
G 163 of 255 = 64%
B 39 of 255 = 15%

74
163
39

R + G + B ~ 36%. #4AA327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 163 + 39 = 276 (100%)
R 74 of 276 ~ 26.81%
G 163 of 276 ~ 59.06%
B 39 of 276 ~ 14.13%

%26.81
%59.06
%14.13

CMYK color model

#4AA327 color CMYK value is (55,0,76,36).

  • cyan value is 54.60%
  • magenta value is 0.00%
  • yellow value is 76.07%
  • key color value is 36.08%
CMYK:
(55,0,76,36)
C55M0Y76K36 
(55%,0%,76%,36%)
(0.55/0.00/0.76/0.36)	

CMYK percentages

%54.6
%0
%76.07
%36.08

Codes

Color #4AA327 in popluar color models

4AA327
RGB7416339
HSL103°61.39%39.61%
HSB/HSV103°76.07%63.92%
CMYK54.60%0.00%76.07%
36.08%

Color #4AA327 in popluar number systems.

HEX4AA327
Decimal7416339
Binary100101010100011100111
Octal11224347

Shades and tints

Shades of #4AA327

#4AA327
(74,163,39)
#449524
(68,149,36)
#3E8721
(62,135,33)
#38791E
(56,121,30)
#326B1B
(50,107,27)
#2C5D18
(44,93,24)
#264F15
(38,79,21)
#204112
(32,65,18)
#1A330F
(26,51,15)
#14250C
(20,37,12)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #4AA327

#4AA327
(74,163,39)
#5AAB3A
(90,171,58)
#6AB34D
(106,179,77)
#7ABB60
(122,187,96)
#8AC373
(138,195,115)
#9ACB86
(154,203,134)
#AAD399
(170,211,153)
#BADBAC
(186,219,172)
#CAE3BF
(202,227,191)
#DAEBD2
(218,235,210)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA327; }

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

This text font color is #4AA327.


Background Color

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

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

This div background color is #4AA327.


Border color

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

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

This div border color is #4AA327.


Opacity

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

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

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

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

This text has shadow with #4AA327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA327 on black background.


Color preview on white background

This text has color #4AA327 on white background.



Black color preview on #4AA327 background

This text has black color on #4AA327 background.


White color preview on #4AA327 background

This text has white color on #4AA327 background.