COLOR #4A7A31

HEX: #4A7A31
RGB: (74,122,49)

Color info

#4A7A31 contains mainly red and green colors. Web safe color of #4A7A31 is #336633 (or #363).

RGB color model

#4A7A31 color RGB value is (74,122,49).

  • red value is 74;
  • green value is 122;
  • blue value is 49.
RGB:
(74,122,49)
(29%,48%,19%)

RGB channels and saturation

R 74 of 255 = 29%
G 122 of 255 = 48%
B 49 of 255 = 19%

74
122
49

R + G + B ~ 32%. #4A7A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 122 + 49 = 245 (100%)
R 74 of 245 ~ 30.2%
G 122 of 245 ~ 49.8%
B 49 of 245 ~ 20%

%30.2
%49.8
%20

CMYK color model

#4A7A31 color CMYK value is (39,0,60,52).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 59.84%
  • key color value is 52.16%
CMYK:
(39,0,60,52)
C39M0Y60K52 
(39%,0%,60%,52%)
(0.39/0.00/0.60/0.52)	

CMYK percentages

%39.34
%0
%59.84
%52.16

Codes

Color #4A7A31 in popluar color models

4A7A31
RGB7412249
HSL99°42.69%33.53%
HSB/HSV99°59.84%47.84%
CMYK39.34%0.00%59.84%
52.16%

Color #4A7A31 in popluar number systems.

HEX4A7A31
Decimal7412249
Binary10010101111010110001
Octal11217261

Shades and tints

Shades of #4A7A31

#4A7A31
(74,122,49)
#446F2D
(68,111,45)
#3E6429
(62,100,41)
#385925
(56,89,37)
#324E21
(50,78,33)
#2C431D
(44,67,29)
#263819
(38,56,25)
#202D15
(32,45,21)
#1A2211
(26,34,17)
#14170D
(20,23,13)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #4A7A31

#4A7A31
(74,122,49)
#5A8643
(90,134,67)
#6A9255
(106,146,85)
#7A9E67
(122,158,103)
#8AAA79
(138,170,121)
#9AB68B
(154,182,139)
#AAC29D
(170,194,157)
#BACEAF
(186,206,175)
#CADAC1
(202,218,193)
#DAE6D3
(218,230,211)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7A31 color. Also use rgb(74,122,49) instead hex code.

Text Font Color

.myTextColor { color: #4A7A31; }

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

This text font color is #4A7A31.


Background Color

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

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

This div background color is #4A7A31.


Border color

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

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

This div border color is #4A7A31.


Opacity

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

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

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

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

This text has shadow with #4A7A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7A31 on black background.


Color preview on white background

This text has color #4A7A31 on white background.



Black color preview on #4A7A31 background

This text has black color on #4A7A31 background.


White color preview on #4A7A31 background

This text has white color on #4A7A31 background.