COLOR #4A882A

HEX: #4A882A
RGB: (74,136,42)

Color info

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

RGB color model

#4A882A color RGB value is (74,136,42).

  • red value is 74;
  • green value is 136;
  • blue value is 42.
RGB:
(74,136,42)
(29%,53%,16%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 42 of 255 = 16%

74
136
42

R + G + B ~ 33%. #4A882A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 42 = 252 (100%)
R 74 of 252 ~ 29.37%
G 136 of 252 ~ 53.97%
B 42 of 252 ~ 16.67%

%29.37
%53.97
%16.67

CMYK color model

#4A882A color CMYK value is (46,0,69,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 69.12%
  • key color value is 46.67%
CMYK:
(46,0,69,47)
C46M0Y69K47 
(46%,0%,69%,47%)
(0.46/0.00/0.69/0.47)	

CMYK percentages

%45.59
%0
%69.12
%46.67

Codes

Color #4A882A in popluar color models

4A882A
RGB7413642
HSL100°52.81%34.90%
HSB/HSV100°69.12%53.33%
CMYK45.59%0.00%69.12%
46.67%

Color #4A882A in popluar number systems.

HEX4A882A
Decimal7413642
Binary100101010001000101010
Octal11221052

Shades and tints

Shades of #4A882A

#4A882A
(74,136,42)
#447C27
(68,124,39)
#3E7024
(62,112,36)
#386421
(56,100,33)
#32581E
(50,88,30)
#2C4C1B
(44,76,27)
#264018
(38,64,24)
#203415
(32,52,21)
#1A2812
(26,40,18)
#141C0F
(20,28,15)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #4A882A

#4A882A
(74,136,42)
#5A923D
(90,146,61)
#6A9C50
(106,156,80)
#7AA663
(122,166,99)
#8AB076
(138,176,118)
#9ABA89
(154,186,137)
#AAC49C
(170,196,156)
#BACEAF
(186,206,175)
#CAD8C2
(202,216,194)
#DAE2D5
(218,226,213)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A882A color. Also use rgb(74,136,42) instead hex code.

Text Font Color

.myTextColor { color: #4A882A; }

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

This text font color is #4A882A.


Background Color

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

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

This div background color is #4A882A.


Border color

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

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

This div border color is #4A882A.


Opacity

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

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

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

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

This text has shadow with #4A882A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A882A on black background.


Color preview on white background

This text has color #4A882A on white background.



Black color preview on #4A882A background

This text has black color on #4A882A background.


White color preview on #4A882A background

This text has white color on #4A882A background.