COLOR #4A5E1D

HEX: #4A5E1D
RGB: (74,94,29)

Color info

#4A5E1D contains mainly red and green colors. Web safe color of #4A5E1D is #336633 (or #363).

RGB color model

#4A5E1D color RGB value is (74,94,29).

  • red value is 74;
  • green value is 94;
  • blue value is 29.
RGB:
(74,94,29)
(29%,37%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 94 of 255 = 37%
B 29 of 255 = 11%

74
94
29

R + G + B ~ 26%. #4A5E1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 94 + 29 = 197 (100%)
R 74 of 197 ~ 37.56%
G 94 of 197 ~ 47.72%
B 29 of 197 ~ 14.72%

%37.56
%47.72
%14.72

CMYK color model

#4A5E1D color CMYK value is (21,0,69,63).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 69.15%
  • key color value is 63.14%
CMYK:
(21,0,69,63)
C21M0Y69K63 
(21%,0%,69%,63%)
(0.21/0.00/0.69/0.63)	

CMYK percentages

%21.28
%0
%69.15
%63.14

Codes

Color #4A5E1D in popluar color models

4A5E1D
RGB749429
HSL78°52.85%24.12%
HSB/HSV78°69.15%36.86%
CMYK21.28%0.00%69.15%
63.14%

Color #4A5E1D in popluar number systems.

HEX4A5E1D
Decimal749429
Binary1001010101111011101
Octal11213635

Shades and tints

Shades of #4A5E1D

#4A5E1D
(74,94,29)
#44561B
(68,86,27)
#3E4E19
(62,78,25)
#384617
(56,70,23)
#323E15
(50,62,21)
#2C3613
(44,54,19)
#262E11
(38,46,17)
#20260F
(32,38,15)
#1A1E0D
(26,30,13)
#14160B
(20,22,11)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #4A5E1D

#4A5E1D
(74,94,29)
#5A6C31
(90,108,49)
#6A7A45
(106,122,69)
#7A8859
(122,136,89)
#8A966D
(138,150,109)
#9AA481
(154,164,129)
#AAB295
(170,178,149)
#BAC0A9
(186,192,169)
#CACEBD
(202,206,189)
#DADCD1
(218,220,209)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5E1D color. Also use rgb(74,94,29) instead hex code.

Text Font Color

.myTextColor { color: #4A5E1D; }

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

This text font color is #4A5E1D.


Background Color

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

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

This div background color is #4A5E1D.


Border color

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

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

This div border color is #4A5E1D.


Opacity

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

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

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

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

This text has shadow with #4A5E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5E1D on black background.


Color preview on white background

This text has color #4A5E1D on white background.



Black color preview on #4A5E1D background

This text has black color on #4A5E1D background.


White color preview on #4A5E1D background

This text has white color on #4A5E1D background.