COLOR #4A824D

HEX: #4A824D
RGB: (74,130,77)

Color info

#4A824D contains red, green and blue colors in about the same proportion. Web safe color of #4A824D is #339933 (or #393).

RGB color model

#4A824D color RGB value is (74,130,77).

  • red value is 74;
  • green value is 130;
  • blue value is 77.
RGB:
(74,130,77)
(29%,51%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 77 of 255 = 30%

74
130
77

R + G + B ~ 37%. #4A824D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 130 + 77 = 281 (100%)
R 74 of 281 ~ 26.33%
G 130 of 281 ~ 46.26%
B 77 of 281 ~ 27.4%

%26.33
%46.26
%27.4

CMYK color model

#4A824D color CMYK value is (43,0,41,49).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK:
(43,0,41,49)
C43M0Y41K49 
(43%,0%,41%,49%)
(0.43/0.00/0.41/0.49)	

CMYK percentages

%43.08
%0
%40.77
%49.02

Codes

Color #4A824D in popluar color models

4A824D
RGB7413077
HSL123°27.45%40.00%
HSB/HSV123°43.08%50.98%
CMYK43.08%0.00%40.77%
49.02%

Color #4A824D in popluar number systems.

HEX4A824D
Decimal7413077
Binary1001010100000101001101
Octal112202115

Shades and tints

Shades of #4A824D

#4A824D
(74,130,77)
#447746
(68,119,70)
#3E6C3F
(62,108,63)
#386138
(56,97,56)
#325631
(50,86,49)
#2C4B2A
(44,75,42)
#264023
(38,64,35)
#20351C
(32,53,28)
#1A2A15
(26,42,21)
#141F0E
(20,31,14)
#0E1407
(14,20,7)
#000000
(0,0,0)

Tints of #4A824D

#4A824D
(74,130,77)
#5A8D5D
(90,141,93)
#6A986D
(106,152,109)
#7AA37D
(122,163,125)
#8AAE8D
(138,174,141)
#9AB99D
(154,185,157)
#AAC4AD
(170,196,173)
#BACFBD
(186,207,189)
#CADACD
(202,218,205)
#DAE5DD
(218,229,221)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A824D color. Also use rgb(74,130,77) instead hex code.

Text Font Color

.myTextColor { color: #4A824D; }

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

This text font color is #4A824D.


Background Color

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

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

This div background color is #4A824D.


Border color

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

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

This div border color is #4A824D.


Opacity

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

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

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

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

This text has shadow with #4A824D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A824D on black background.


Color preview on white background

This text has color #4A824D on white background.



Black color preview on #4A824D background

This text has black color on #4A824D background.


White color preview on #4A824D background

This text has white color on #4A824D background.