COLOR #4A4806

HEX: #4A4806 RGB: (74,72,6)

Color info

#4A4806 contains mainly red and green colors. Web safe color of #4A4806 is #333300 (or #330).

RGB color model

#4A4806 color RGB value is (74,72,6).

RGB: (74,72,6) (29%, 28%, 2%)

RGB channels and saturation

R 74 of 255 = 29%
G 72 of 255 = 28%
B 6 of 255 = 2%

74
72
6

R + G + B ~ 20%. #4A4806 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 72 + 6 = 152 (100%)
R 74 of 152 ~ 48.68%
G 72 of 152 ~ 47.37%
B 6 of 152 ~ 3.95'%

%48.68
%47.37

CMYK color model

#4A4806 color CMYK value is (0,3,92,71).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 91.89%
  • key color value is 70.98%

CMYK: (0,3,92,71)
C0M3Y92K71 (0%, 3%, 92%, 71%)
(0.00 / 0.03 / 0.92 / 0.71)

CMYK percentages

%0
%2.7
%91.89
%70.98

Codes

Color #4A4806 in popluar color models

4A 48 06
RGB 74 72 6
HSL 58° 85.00% 15.69%
HSB/HSV 58° 91.89% 29.02%
CMYK 0.00% 2.70% 91.89%
70.98%

Color #4A4806 in popluar number systems.

HEX 4A 48 06
Decimal 74 72 6
Binary 1001010 1001000 110
Octal 112 110 6

Shades and tints

Shades of #4A4806

#4A4806
(74,72,6)
#444206
(68,66,6)
#3E3C06
(62,60,6)
#383606
(56,54,6)
#323006
(50,48,6)
#2C2A06
(44,42,6)
#262406
(38,36,6)
#201E06
(32,30,6)
#1A1806
(26,24,6)
#141206
(20,18,6)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #4A4806

#4A4806
(74,72,6)
#5A581C
(90,88,28)
#6A6832
(106,104,50)
#7A7848
(122,120,72)
#8A885E
(138,136,94)
#9A9874
(154,152,116)
#AAA88A
(170,168,138)
#BAB8A0
(186,184,160)
#CAC8B6
(202,200,182)
#DAD8CC
(218,216,204)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4806 color. Also use rgb(74,72,6) instead hex code.

Text Font Color

.myTextColor { color: #4A4806; }

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

This text font color is #4A4806.

Background Color

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

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

This div background color is #4A4806.

Border color

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

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

This div border color is #4A4806.

Opacity

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

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

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

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

This text has shadow with #4A4806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A4806.

Preview

Color preview on black background

This text has color #4A4806 on black background.


Color preview on white background

This text has color #4A4806 on white background.


Black color preview on #4A4806 background

This text has black color on #4A4806 background.


White color preview on #4A4806 background

This text has white color on #4A4806 background.


Related colors

Complementary color

Complementary color for #hex is #B5B7F9.


I love getcolorcode.com

Triadic colors

1 #064A48 and #48064A with #4A4806 are triadic colors.

2 #06484A and #484A06 with #4A4806 are triadic colors.