COLOR #4A5408

HEX: #4A5408
RGB: (74,84,8)

Color info

#4A5408 contains mainly red and green colors. Web safe color of #4A5408 is #336600 (or #360).

RGB color model

#4A5408 color RGB value is (74,84,8).

  • red value is 74;
  • green value is 84;
  • blue value is 8.
RGB:
(74,84,8)
(29%,33%,3%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 8 of 255 = 3%

74
84
8

R + G + B ~ 22%. #4A5408 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 8 = 166 (100%)
R 74 of 166 ~ 44.58%
G 84 of 166 ~ 50.6%
B 8 of 166 ~ 4.82%

%44.58
%50.6

CMYK color model

#4A5408 color CMYK value is (12,0,90,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 90.48%
  • key color value is 67.06%
CMYK:
(12,0,90,67)
C12M0Y90K67 
(12%,0%,90%,67%)
(0.12/0.00/0.90/0.67)	

CMYK percentages

%11.9
%0
%90.48
%67.06

Codes

Color #4A5408 in popluar color models

4A5408
RGB74848
HSL68°82.61%18.04%
HSB/HSV68°90.48%32.94%
CMYK11.90%0.00%90.48%
67.06%

Color #4A5408 in popluar number systems.

HEX4A5408
Decimal74848
Binary100101010101001000
Octal11212410

Shades and tints

Shades of #4A5408

#4A5408
(74,84,8)
#444D08
(68,77,8)
#3E4608
(62,70,8)
#383F08
(56,63,8)
#323808
(50,56,8)
#2C3108
(44,49,8)
#262A08
(38,42,8)
#202308
(32,35,8)
#1A1C08
(26,28,8)
#141508
(20,21,8)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #4A5408

#4A5408
(74,84,8)
#5A631E
(90,99,30)
#6A7234
(106,114,52)
#7A814A
(122,129,74)
#8A9060
(138,144,96)
#9A9F76
(154,159,118)
#AAAE8C
(170,174,140)
#BABDA2
(186,189,162)
#CACCB8
(202,204,184)
#DADBCE
(218,219,206)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5408 color. Also use rgb(74,84,8) instead hex code.

Text Font Color

.myTextColor { color: #4A5408; }

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

This text font color is #4A5408.


Background Color

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

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

This div background color is #4A5408.


Border color

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

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

This div border color is #4A5408.


Opacity

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

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

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

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

This text has shadow with #4A5408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5408 on black background.


Color preview on white background

This text has color #4A5408 on white background.



Black color preview on #4A5408 background

This text has black color on #4A5408 background.


White color preview on #4A5408 background

This text has white color on #4A5408 background.