COLOR #4AAC67

HEX: #4AAC67 RGB: (74,172,103)

Color info

#4AAC67 contains mainly green color. Web safe color of #4AAC67 is #339966 (or #396).

RGB color model

#4AAC67 color RGB value is (74,172,103).

RGB: (74,172,103) (29%, 67%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 172 of 255 = 67%
B 103 of 255 = 40%

74
172
103

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

Portions of RGB colors in percentages

R + G + B = 74 + 172 + 103 = 349 (100%)
R 74 of 349 ~ 21.2%
G 172 of 349 ~ 49.28%
B 103 of 349 ~ 29.51'%

%21.2
%49.28
%29.51

CMYK color model

#4AAC67 color CMYK value is (57,0,40,33).

  • cyan value is 56.98%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 32.55%

CMYK: (57,0,40,33)
C57M0Y40K33 (57%, 0%, 40%, 33%)
(0.57 / 0.00 / 0.40 / 0.33)

CMYK percentages

%56.98
%0
%40.12
%32.55

Codes

Color #4AAC67 in popluar color models

4A AC 67
RGB 74 172 103
HSL 138° 39.84% 48.24%
HSB/HSV 138° 56.98% 67.45%
CMYK 56.98% 0.00% 40.12%
32.55%

Color #4AAC67 in popluar number systems.

HEX 4A AC 67
Decimal 74 172 103
Binary 1001010 10101100 1100111
Octal 112 254 147

Shades and tints

Shades of #4AAC67

#4AAC67
(74,172,103)
#449D5E
(68,157,94)
#3E8E55
(62,142,85)
#387F4C
(56,127,76)
#327043
(50,112,67)
#2C613A
(44,97,58)
#265231
(38,82,49)
#204328
(32,67,40)
#1A341F
(26,52,31)
#142516
(20,37,22)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #4AAC67

#4AAC67
(74,172,103)
#5AB374
(90,179,116)
#6ABA81
(106,186,129)
#7AC18E
(122,193,142)
#8AC89B
(138,200,155)
#9ACFA8
(154,207,168)
#AAD6B5
(170,214,181)
#BADDC2
(186,221,194)
#CAE4CF
(202,228,207)
#DAEBDC
(218,235,220)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAC67 color. Also use rgb(74,172,103) instead hex code.

Text Font Color

.myTextColor { color: #4AAC67; }

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

This text font color is #4AAC67.

Background Color

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

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

This div background color is #4AAC67.

Border color

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

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

This div border color is #4AAC67.

Opacity

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

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

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

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

This text has shadow with #4AAC67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AAC67.

Preview

Color preview on black background

This text has color #4AAC67 on black background.


Color preview on white background

This text has color #4AAC67 on white background.


Black color preview on #4AAC67 background

This text has black color on #4AAC67 background.


White color preview on #4AAC67 background

This text has white color on #4AAC67 background.


Related colors

Complementary color

Complementary color for #hex is #B55398.


I love getcolorcode.com

Triadic colors

1 #674AAC and #AC674A with #4AAC67 are triadic colors.

2 #67AC4A and #AC4A67 with #4AAC67 are triadic colors.