COLOR #4A8145

HEX: #4A8145 RGB: (74,129,69)

Color info

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

RGB color model

#4A8145 color RGB value is (74,129,69).

RGB: (74,129,69) (29%, 51%, 27%)

RGB channels and saturation

R 74 of 255 = 29%
G 129 of 255 = 51%
B 69 of 255 = 27%

74
129
69

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

Portions of RGB colors in percentages

R + G + B = 74 + 129 + 69 = 272 (100%)
R 74 of 272 ~ 27.21%
G 129 of 272 ~ 47.43%
B 69 of 272 ~ 25.37'%

%27.21
%47.43
%25.37

CMYK color model

#4A8145 color CMYK value is (43,0,47,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 49.41%

CMYK: (43,0,47,49)
C43M0Y47K49 (43%, 0%, 47%, 49%)
(0.43 / 0.00 / 0.47 / 0.49)

CMYK percentages

%42.64
%0
%46.51
%49.41

Codes

Color #4A8145 in popluar color models

4A 81 45
RGB 74 129 69
HSL 115° 30.30% 38.82%
HSB/HSV 115° 46.51% 50.59%
CMYK 42.64% 0.00% 46.51%
49.41%

Color #4A8145 in popluar number systems.

HEX 4A 81 45
Decimal 74 129 69
Binary 1001010 10000001 1000101
Octal 112 201 105

Shades and tints

Shades of #4A8145

#4A8145
(74,129,69)
#44763F
(68,118,63)
#3E6B39
(62,107,57)
#386033
(56,96,51)
#32552D
(50,85,45)
#2C4A27
(44,74,39)
#263F21
(38,63,33)
#20341B
(32,52,27)
#1A2915
(26,41,21)
#141E0F
(20,30,15)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #4A8145

#4A8145
(74,129,69)
#5A8C55
(90,140,85)
#6A9765
(106,151,101)
#7AA275
(122,162,117)
#8AAD85
(138,173,133)
#9AB895
(154,184,149)
#AAC3A5
(170,195,165)
#BACEB5
(186,206,181)
#CAD9C5
(202,217,197)
#DAE4D5
(218,228,213)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8145 color. Also use rgb(74,129,69) instead hex code.

Text Font Color

.myTextColor { color: #4A8145; }

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

This text font color is #4A8145.

Background Color

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

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

This div background color is #4A8145.

Border color

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

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

This div border color is #4A8145.

Opacity

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

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

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

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

This text has shadow with #4A8145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8145.

Preview

Color preview on black background

This text has color #4A8145 on black background.


Color preview on white background

This text has color #4A8145 on white background.


Black color preview on #4A8145 background

This text has black color on #4A8145 background.


White color preview on #4A8145 background

This text has white color on #4A8145 background.


Related colors

Complementary color

Complementary color for #hex is #B57EBA.


I love getcolorcode.com

Triadic colors

1 #454A81 and #81454A with #4A8145 are triadic colors.

2 #45814A and #814A45 with #4A8145 are triadic colors.