COLOR #4AA838

HEX: #4AA838
RGB: (74,168,56)

Color info

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

RGB color model

#4AA838 color RGB value is (74,168,56).

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

RGB channels and saturation

R 74 of 255 = 29%
G 168 of 255 = 66%
B 56 of 255 = 22%

74
168
56

R + G + B ~ 39%. #4AA838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 168 + 56 = 298 (100%)
R 74 of 298 ~ 24.83%
G 168 of 298 ~ 56.38%
B 56 of 298 ~ 18.79%

%24.83
%56.38
%18.79

CMYK color model

#4AA838 color CMYK value is (56,0,67,34).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 34.12%
CMYK:
(56,0,67,34)
C56M0Y67K34 
(56%,0%,67%,34%)
(0.56/0.00/0.67/0.34)	

CMYK percentages

%55.95
%0
%66.67
%34.12

Codes

Color #4AA838 in popluar color models

4AA838
RGB7416856
HSL110°50.00%43.92%
HSB/HSV110°66.67%65.88%
CMYK55.95%0.00%66.67%
34.12%

Color #4AA838 in popluar number systems.

HEX4AA838
Decimal7416856
Binary100101010101000111000
Octal11225070

Shades and tints

Shades of #4AA838

#4AA838
(74,168,56)
#449933
(68,153,51)
#3E8A2E
(62,138,46)
#387B29
(56,123,41)
#326C24
(50,108,36)
#2C5D1F
(44,93,31)
#264E1A
(38,78,26)
#203F15
(32,63,21)
#1A3010
(26,48,16)
#14210B
(20,33,11)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #4AA838

#4AA838
(74,168,56)
#5AAF4A
(90,175,74)
#6AB65C
(106,182,92)
#7ABD6E
(122,189,110)
#8AC480
(138,196,128)
#9ACB92
(154,203,146)
#AAD2A4
(170,210,164)
#BAD9B6
(186,217,182)
#CAE0C8
(202,224,200)
#DAE7DA
(218,231,218)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA838; }

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

This text font color is #4AA838.


Background Color

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

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

This div background color is #4AA838.


Border color

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

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

This div border color is #4AA838.


Opacity

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

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

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

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

This text has shadow with #4AA838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA838 on black background.


Color preview on white background

This text has color #4AA838 on white background.



Black color preview on #4AA838 background

This text has black color on #4AA838 background.


White color preview on #4AA838 background

This text has white color on #4AA838 background.