COLOR #4A8146

HEX: #4A8146
RGB: (74,129,70)

Color info

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

RGB color model

#4A8146 color RGB value is (74,129,70).

  • red value is 74;
  • green value is 129;
  • blue value is 70.
RGB:
(74,129,70)
(29%,51%,27%)

RGB channels and saturation

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

74
129
70

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

Portions of RGB colors in percentages

R + G + B =
74 + 129 + 70 = 273 (100%)
R 74 of 273 ~ 27.11%
G 129 of 273 ~ 47.25%
B 70 of 273 ~ 25.64%

%27.11
%47.25
%25.64

CMYK color model

#4A8146 color CMYK value is (43,0,46,49).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 49.41%
CMYK:
(43,0,46,49)
C43M0Y46K49 
(43%,0%,46%,49%)
(0.43/0.00/0.46/0.49)	

CMYK percentages

%42.64
%0
%45.74
%49.41

Codes

Color #4A8146 in popluar color models

4A8146
RGB7412970
HSL116°29.65%39.02%
HSB/HSV116°45.74%50.59%
CMYK42.64%0.00%45.74%
49.41%

Color #4A8146 in popluar number systems.

HEX4A8146
Decimal7412970
Binary1001010100000011000110
Octal112201106

Shades and tints

Shades of #4A8146

#4A8146
(74,129,70)
#447640
(68,118,64)
#3E6B3A
(62,107,58)
#386034
(56,96,52)
#32552E
(50,85,46)
#2C4A28
(44,74,40)
#263F22
(38,63,34)
#20341C
(32,52,28)
#1A2916
(26,41,22)
#141E10
(20,30,16)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #4A8146

#4A8146
(74,129,70)
#5A8C56
(90,140,86)
#6A9766
(106,151,102)
#7AA276
(122,162,118)
#8AAD86
(138,173,134)
#9AB896
(154,184,150)
#AAC3A6
(170,195,166)
#BACEB6
(186,206,182)
#CAD9C6
(202,217,198)
#DAE4D6
(218,228,214)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8146; }

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

This text font color is #4A8146.


Background Color

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

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

This div background color is #4A8146.


Border color

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

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

This div border color is #4A8146.


Opacity

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

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

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

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

This text has shadow with #4A8146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8146 on black background.


Color preview on white background

This text has color #4A8146 on white background.



Black color preview on #4A8146 background

This text has black color on #4A8146 background.


White color preview on #4A8146 background

This text has white color on #4A8146 background.