COLOR #4A8448

HEX: #4A8448 RGB: (74,132,72)

Color info

#4A8448 contains mainly red and green colors. Web safe color of #4A8448 is #339933 (or #393).

RGB color model

#4A8448 color RGB value is (74,132,72).

RGB: (74,132,72) (29%, 52%, 28%)

RGB channels and saturation

R 74 of 255 = 29%
G 132 of 255 = 52%
B 72 of 255 = 28%

74
132
72

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

Portions of RGB colors in percentages

R + G + B = 74 + 132 + 72 = 278 (100%)
R 74 of 278 ~ 26.62%
G 132 of 278 ~ 47.48%
B 72 of 278 ~ 25.9'%

%26.62
%47.48
%25.9

CMYK color model

#4A8448 color CMYK value is (44,0,45,48).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 48.24%

CMYK: (44,0,45,48)
C44M0Y45K48 (44%, 0%, 45%, 48%)
(0.44 / 0.00 / 0.45 / 0.48)

CMYK percentages

%43.94
%0
%45.45
%48.24

Codes

Color #4A8448 in popluar color models

4A 84 48
RGB 74 132 72
HSL 118° 29.41% 40.00%
HSB/HSV 118° 45.45% 51.76%
CMYK 43.94% 0.00% 45.45%
48.24%

Color #4A8448 in popluar number systems.

HEX 4A 84 48
Decimal 74 132 72
Binary 1001010 10000100 1001000
Octal 112 204 110

Shades and tints

Shades of #4A8448

#4A8448
(74,132,72)
#447842
(68,120,66)
#3E6C3C
(62,108,60)
#386036
(56,96,54)
#325430
(50,84,48)
#2C482A
(44,72,42)
#263C24
(38,60,36)
#20301E
(32,48,30)
#1A2418
(26,36,24)
#141812
(20,24,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #4A8448

#4A8448
(74,132,72)
#5A8F58
(90,143,88)
#6A9A68
(106,154,104)
#7AA578
(122,165,120)
#8AB088
(138,176,136)
#9ABB98
(154,187,152)
#AAC6A8
(170,198,168)
#BAD1B8
(186,209,184)
#CADCC8
(202,220,200)
#DAE7D8
(218,231,216)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8448 color. Also use rgb(74,132,72) instead hex code.

Text Font Color

.myTextColor { color: #4A8448; }

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

This text font color is #4A8448.

Background Color

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

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

This div background color is #4A8448.

Border color

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

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

This div border color is #4A8448.

Opacity

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

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

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

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

This text has shadow with #4A8448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8448.

Preview

Color preview on black background

This text has color #4A8448 on black background.


Color preview on white background

This text has color #4A8448 on white background.


Black color preview on #4A8448 background

This text has black color on #4A8448 background.


White color preview on #4A8448 background

This text has white color on #4A8448 background.


Related colors

Complementary color

Complementary color for #hex is #B57BB7.


I love getcolorcode.com

Triadic colors

1 #484A84 and #84484A with #4A8448 are triadic colors.

2 #48844A and #844A48 with #4A8448 are triadic colors.