COLOR #4AA83F

HEX: #4AA83F
RGB: (74,168,63)

Color info

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

RGB color model

#4AA83F color RGB value is (74,168,63).

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

RGB channels and saturation

R 74 of 255 = 29%
G 168 of 255 = 66%
B 63 of 255 = 25%

74
168
63

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

Portions of RGB colors in percentages

R + G + B =
74 + 168 + 63 = 305 (100%)
R 74 of 305 ~ 24.26%
G 168 of 305 ~ 55.08%
B 63 of 305 ~ 20.66%

%24.26
%55.08
%20.66

CMYK color model

#4AA83F color CMYK value is (56,0,63,34).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 34.12%
CMYK:
(56,0,63,34)
C56M0Y63K34 
(56%,0%,63%,34%)
(0.56/0.00/0.63/0.34)	

CMYK percentages

%55.95
%0
%62.5
%34.12

Codes

Color #4AA83F in popluar color models

4AA83F
RGB7416863
HSL114°45.45%45.29%
HSB/HSV114°62.50%65.88%
CMYK55.95%0.00%62.50%
34.12%

Color #4AA83F in popluar number systems.

HEX4AA83F
Decimal7416863
Binary100101010101000111111
Octal11225077

Shades and tints

Shades of #4AA83F

#4AA83F
(74,168,63)
#44993A
(68,153,58)
#3E8A35
(62,138,53)
#387B30
(56,123,48)
#326C2B
(50,108,43)
#2C5D26
(44,93,38)
#264E21
(38,78,33)
#203F1C
(32,63,28)
#1A3017
(26,48,23)
#142112
(20,33,18)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #4AA83F

#4AA83F
(74,168,63)
#5AAF50
(90,175,80)
#6AB661
(106,182,97)
#7ABD72
(122,189,114)
#8AC483
(138,196,131)
#9ACB94
(154,203,148)
#AAD2A5
(170,210,165)
#BAD9B6
(186,217,182)
#CAE0C7
(202,224,199)
#DAE7D8
(218,231,216)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA83F; }

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

This text font color is #4AA83F.


Background Color

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

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

This div background color is #4AA83F.


Border color

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

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

This div border color is #4AA83F.


Opacity

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

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

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

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

This text has shadow with #4AA83F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA83F on black background.


Color preview on white background

This text has color #4AA83F on white background.



Black color preview on #4AA83F background

This text has black color on #4AA83F background.


White color preview on #4AA83F background

This text has white color on #4AA83F background.