COLOR #4A5D2C

HEX: #4A5D2C
RGB: (74,93,44)

Color info

#4A5D2C contains red, green and blue colors in about the same proportion. Web safe color of #4A5D2C is #336633 (or #363).

RGB color model

#4A5D2C color RGB value is (74,93,44).

  • red value is 74;
  • green value is 93;
  • blue value is 44.
RGB:
(74,93,44)
(29%,36%,17%)

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 44 of 255 = 17%

74
93
44

R + G + B ~ 27%. #4A5D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 44 = 211 (100%)
R 74 of 211 ~ 35.07%
G 93 of 211 ~ 44.08%
B 44 of 211 ~ 20.85%

%35.07
%44.08
%20.85

CMYK color model

#4A5D2C color CMYK value is (20,0,53,64).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 63.53%
CMYK:
(20,0,53,64)
C20M0Y53K64 
(20%,0%,53%,64%)
(0.20/0.00/0.53/0.64)	

CMYK percentages

%20.43
%0
%52.69
%63.53

Codes

Color #4A5D2C in popluar color models

4A5D2C
RGB749344
HSL83°35.77%26.86%
HSB/HSV83°52.69%36.47%
CMYK20.43%0.00%52.69%
63.53%

Color #4A5D2C in popluar number systems.

HEX4A5D2C
Decimal749344
Binary10010101011101101100
Octal11213554

Shades and tints

Shades of #4A5D2C

#4A5D2C
(74,93,44)
#445528
(68,85,40)
#3E4D24
(62,77,36)
#384520
(56,69,32)
#323D1C
(50,61,28)
#2C3518
(44,53,24)
#262D14
(38,45,20)
#202510
(32,37,16)
#1A1D0C
(26,29,12)
#141508
(20,21,8)
#0E0D04
(14,13,4)
#000000
(0,0,0)

Tints of #4A5D2C

#4A5D2C
(74,93,44)
#5A6B3F
(90,107,63)
#6A7952
(106,121,82)
#7A8765
(122,135,101)
#8A9578
(138,149,120)
#9AA38B
(154,163,139)
#AAB19E
(170,177,158)
#BABFB1
(186,191,177)
#CACDC4
(202,205,196)
#DADBD7
(218,219,215)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5D2C color. Also use rgb(74,93,44) instead hex code.

Text Font Color

.myTextColor { color: #4A5D2C; }

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

This text font color is #4A5D2C.


Background Color

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

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

This div background color is #4A5D2C.


Border color

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

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

This div border color is #4A5D2C.


Opacity

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

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

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

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

This text has shadow with #4A5D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5D2C on black background.


Color preview on white background

This text has color #4A5D2C on white background.



Black color preview on #4A5D2C background

This text has black color on #4A5D2C background.


White color preview on #4A5D2C background

This text has white color on #4A5D2C background.