COLOR #4AAB43

HEX: #4AAB43 RGB: (74,171,67)

Color info

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

RGB color model

#4AAB43 color RGB value is (74,171,67).

RGB: (74,171,67) (29%, 67%, 26%)

RGB channels and saturation

R 74 of 255 = 29%
G 171 of 255 = 67%
B 67 of 255 = 26%

74
171
67

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

Portions of RGB colors in percentages

R + G + B = 74 + 171 + 67 = 312 (100%)
R 74 of 312 ~ 23.72%
G 171 of 312 ~ 54.81%
B 67 of 312 ~ 21.47'%

%23.72
%54.81
%21.47

CMYK color model

#4AAB43 color CMYK value is (57,0,61,33).

  • cyan value is 56.73%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 32.94%

CMYK: (57,0,61,33)
C57M0Y61K33 (57%, 0%, 61%, 33%)
(0.57 / 0.00 / 0.61 / 0.33)

CMYK percentages

%56.73
%0
%60.82
%32.94

Codes

Color #4AAB43 in popluar color models

4A AB 43
RGB 74 171 67
HSL 116° 43.70% 46.67%
HSB/HSV 116° 60.82% 67.06%
CMYK 56.73% 0.00% 60.82%
32.94%

Color #4AAB43 in popluar number systems.

HEX 4A AB 43
Decimal 74 171 67
Binary 1001010 10101011 1000011
Octal 112 253 103

Shades and tints

Shades of #4AAB43

#4AAB43
(74,171,67)
#449C3D
(68,156,61)
#3E8D37
(62,141,55)
#387E31
(56,126,49)
#326F2B
(50,111,43)
#2C6025
(44,96,37)
#26511F
(38,81,31)
#204219
(32,66,25)
#1A3313
(26,51,19)
#14240D
(20,36,13)
#0E1507
(14,21,7)
#000000
(0,0,0)

Tints of #4AAB43

#4AAB43
(74,171,67)
#5AB254
(90,178,84)
#6AB965
(106,185,101)
#7AC076
(122,192,118)
#8AC787
(138,199,135)
#9ACE98
(154,206,152)
#AAD5A9
(170,213,169)
#BADCBA
(186,220,186)
#CAE3CB
(202,227,203)
#DAEADC
(218,234,220)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAB43 color. Also use rgb(74,171,67) instead hex code.

Text Font Color

.myTextColor { color: #4AAB43; }

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

This text font color is #4AAB43.

Background Color

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

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

This div background color is #4AAB43.

Border color

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

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

This div border color is #4AAB43.

Opacity

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

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

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

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

This text has shadow with #4AAB43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AAB43.

Preview

Color preview on black background

This text has color #4AAB43 on black background.


Color preview on white background

This text has color #4AAB43 on white background.


Black color preview on #4AAB43 background

This text has black color on #4AAB43 background.


White color preview on #4AAB43 background

This text has white color on #4AAB43 background.


Related colors

Complementary color

Complementary color for #hex is #B554BC.


I love getcolorcode.com

Triadic colors

1 #434AAB and #AB434A with #4AAB43 are triadic colors.

2 #43AB4A and #AB4A43 with #4AAB43 are triadic colors.