COLOR #4A8D35

HEX: #4A8D35
RGB: (74,141,53)

Color info

#4A8D35 contains mainly green color. Web safe color of #4A8D35 is #339933 (or #393).

RGB color model

#4A8D35 color RGB value is (74,141,53).

  • red value is 74;
  • green value is 141;
  • blue value is 53.
RGB:
(74,141,53)
(29%,55%,21%)

RGB channels and saturation

R 74 of 255 = 29%
G 141 of 255 = 55%
B 53 of 255 = 21%

74
141
53

R + G + B ~ 35%. #4A8D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 141 + 53 = 268 (100%)
R 74 of 268 ~ 27.61%
G 141 of 268 ~ 52.61%
B 53 of 268 ~ 19.78%

%27.61
%52.61
%19.78

CMYK color model

#4A8D35 color CMYK value is (48,0,62,45).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK:
(48,0,62,45)
C48M0Y62K45 
(48%,0%,62%,45%)
(0.48/0.00/0.62/0.45)	

CMYK percentages

%47.52
%0
%62.41
%44.71

Codes

Color #4A8D35 in popluar color models

4A8D35
RGB7414153
HSL106°45.36%38.04%
HSB/HSV106°62.41%55.29%
CMYK47.52%0.00%62.41%
44.71%

Color #4A8D35 in popluar number systems.

HEX4A8D35
Decimal7414153
Binary100101010001101110101
Octal11221565

Shades and tints

Shades of #4A8D35

#4A8D35
(74,141,53)
#448131
(68,129,49)
#3E752D
(62,117,45)
#386929
(56,105,41)
#325D25
(50,93,37)
#2C5121
(44,81,33)
#26451D
(38,69,29)
#203919
(32,57,25)
#1A2D15
(26,45,21)
#142111
(20,33,17)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #4A8D35

#4A8D35
(74,141,53)
#5A9747
(90,151,71)
#6AA159
(106,161,89)
#7AAB6B
(122,171,107)
#8AB57D
(138,181,125)
#9ABF8F
(154,191,143)
#AAC9A1
(170,201,161)
#BAD3B3
(186,211,179)
#CADDC5
(202,221,197)
#DAE7D7
(218,231,215)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8D35 color. Also use rgb(74,141,53) instead hex code.

Text Font Color

.myTextColor { color: #4A8D35; }

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

This text font color is #4A8D35.


Background Color

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

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

This div background color is #4A8D35.


Border color

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

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

This div border color is #4A8D35.


Opacity

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

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

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

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

This text has shadow with #4A8D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8D35 on black background.


Color preview on white background

This text has color #4A8D35 on white background.



Black color preview on #4A8D35 background

This text has black color on #4A8D35 background.


White color preview on #4A8D35 background

This text has white color on #4A8D35 background.