COLOR #4A5414

HEX: #4A5414
RGB: (74,84,20)

Color info

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

RGB color model

#4A5414 color RGB value is (74,84,20).

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

RGB channels and saturation

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

74
84
20

R + G + B ~ 23%. #4A5414 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 20 = 178 (100%)
R 74 of 178 ~ 41.57%
G 84 of 178 ~ 47.19%
B 20 of 178 ~ 11.24%

%41.57
%47.19
%11.24

CMYK color model

#4A5414 color CMYK value is (12,0,76,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 67.06%
CMYK:
(12,0,76,67)
C12M0Y76K67 
(12%,0%,76%,67%)
(0.12/0.00/0.76/0.67)	

CMYK percentages

%11.9
%0
%76.19
%67.06

Codes

Color #4A5414 in popluar color models

4A5414
RGB748420
HSL69°61.54%20.39%
HSB/HSV69°76.19%32.94%
CMYK11.90%0.00%76.19%
67.06%

Color #4A5414 in popluar number systems.

HEX4A5414
Decimal748420
Binary1001010101010010100
Octal11212424

Shades and tints

Shades of #4A5414

#4A5414
(74,84,20)
#444D13
(68,77,19)
#3E4612
(62,70,18)
#383F11
(56,63,17)
#323810
(50,56,16)
#2C310F
(44,49,15)
#262A0E
(38,42,14)
#20230D
(32,35,13)
#1A1C0C
(26,28,12)
#14150B
(20,21,11)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #4A5414

#4A5414
(74,84,20)
#5A6329
(90,99,41)
#6A723E
(106,114,62)
#7A8153
(122,129,83)
#8A9068
(138,144,104)
#9A9F7D
(154,159,125)
#AAAE92
(170,174,146)
#BABDA7
(186,189,167)
#CACCBC
(202,204,188)
#DADBD1
(218,219,209)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5414; }

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

This text font color is #4A5414.


Background Color

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

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

This div background color is #4A5414.


Border color

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

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

This div border color is #4A5414.


Opacity

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

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

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

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

This text has shadow with #4A5414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5414 on black background.


Color preview on white background

This text has color #4A5414 on white background.



Black color preview on #4A5414 background

This text has black color on #4A5414 background.


White color preview on #4A5414 background

This text has white color on #4A5414 background.