COLOR #4A5D44

HEX: #4A5D44
RGB: (74,93,68)

Color info

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

RGB color model

#4A5D44 color RGB value is (74,93,68).

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

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 68 of 255 = 27%

74
93
68

R + G + B ~ 31%. #4A5D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 68 = 235 (100%)
R 74 of 235 ~ 31.49%
G 93 of 235 ~ 39.57%
B 68 of 235 ~ 28.94%

%31.49
%39.57
%28.94

CMYK color model

#4A5D44 color CMYK value is (20,0,27,64).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 63.53%
CMYK:
(20,0,27,64)
C20M0Y27K64 
(20%,0%,27%,64%)
(0.20/0.00/0.27/0.64)	

CMYK percentages

%20.43
%0
%26.88
%63.53

Codes

Color #4A5D44 in popluar color models

4A5D44
RGB749368
HSL106°15.53%31.57%
HSB/HSV106°26.88%36.47%
CMYK20.43%0.00%26.88%
63.53%

Color #4A5D44 in popluar number systems.

HEX4A5D44
Decimal749368
Binary100101010111011000100
Octal112135104

Shades and tints

Shades of #4A5D44

#4A5D44
(74,93,68)
#44553E
(68,85,62)
#3E4D38
(62,77,56)
#384532
(56,69,50)
#323D2C
(50,61,44)
#2C3526
(44,53,38)
#262D20
(38,45,32)
#20251A
(32,37,26)
#1A1D14
(26,29,20)
#14150E
(20,21,14)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #4A5D44

#4A5D44
(74,93,68)
#5A6B55
(90,107,85)
#6A7966
(106,121,102)
#7A8777
(122,135,119)
#8A9588
(138,149,136)
#9AA399
(154,163,153)
#AAB1AA
(170,177,170)
#BABFBB
(186,191,187)
#CACDCC
(202,205,204)
#DADBDD
(218,219,221)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5D44; }

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

This text font color is #4A5D44.


Background Color

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

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

This div background color is #4A5D44.


Border color

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

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

This div border color is #4A5D44.


Opacity

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

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

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

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

This text has shadow with #4A5D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5D44 on black background.


Color preview on white background

This text has color #4A5D44 on white background.



Black color preview on #4A5D44 background

This text has black color on #4A5D44 background.


White color preview on #4A5D44 background

This text has white color on #4A5D44 background.