COLOR #4A5D3D

HEX: #4A5D3D
RGB: (74,93,61)

Color info

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

RGB color model

#4A5D3D color RGB value is (74,93,61).

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

RGB channels and saturation

R 74 of 255 = 29%
G 93 of 255 = 36%
B 61 of 255 = 24%

74
93
61

R + G + B ~ 30%. #4A5D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 93 + 61 = 228 (100%)
R 74 of 228 ~ 32.46%
G 93 of 228 ~ 40.79%
B 61 of 228 ~ 26.75%

%32.46
%40.79
%26.75

CMYK color model

#4A5D3D color CMYK value is (20,0,34,64).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(20,0,34,64)
C20M0Y34K64 
(20%,0%,34%,64%)
(0.20/0.00/0.34/0.64)	

CMYK percentages

%20.43
%0
%34.41
%63.53

Codes

Color #4A5D3D in popluar color models

4A5D3D
RGB749361
HSL96°20.78%30.20%
HSB/HSV96°34.41%36.47%
CMYK20.43%0.00%34.41%
63.53%

Color #4A5D3D in popluar number systems.

HEX4A5D3D
Decimal749361
Binary10010101011101111101
Octal11213575

Shades and tints

Shades of #4A5D3D

#4A5D3D
(74,93,61)
#445538
(68,85,56)
#3E4D33
(62,77,51)
#38452E
(56,69,46)
#323D29
(50,61,41)
#2C3524
(44,53,36)
#262D1F
(38,45,31)
#20251A
(32,37,26)
#1A1D15
(26,29,21)
#141510
(20,21,16)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #4A5D3D

#4A5D3D
(74,93,61)
#5A6B4E
(90,107,78)
#6A795F
(106,121,95)
#7A8770
(122,135,112)
#8A9581
(138,149,129)
#9AA392
(154,163,146)
#AAB1A3
(170,177,163)
#BABFB4
(186,191,180)
#CACDC5
(202,205,197)
#DADBD6
(218,219,214)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5D3D; }

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

This text font color is #4A5D3D.


Background Color

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

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

This div background color is #4A5D3D.


Border color

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

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

This div border color is #4A5D3D.


Opacity

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

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

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

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

This text has shadow with #4A5D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5D3D on black background.


Color preview on white background

This text has color #4A5D3D on white background.



Black color preview on #4A5D3D background

This text has black color on #4A5D3D background.


White color preview on #4A5D3D background

This text has white color on #4A5D3D background.