COLOR #4A5A3F

HEX: #4A5A3F
RGB: (74,90,63)

Color info

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

RGB color model

#4A5A3F color RGB value is (74,90,63).

  • red value is 74;
  • green value is 90;
  • blue value is 63.
RGB:
(74,90,63)
(29%,35%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 90 of 255 = 35%
B 63 of 255 = 25%

74
90
63

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

Portions of RGB colors in percentages

R + G + B =
74 + 90 + 63 = 227 (100%)
R 74 of 227 ~ 32.6%
G 90 of 227 ~ 39.65%
B 63 of 227 ~ 27.75%

%32.6
%39.65
%27.75

CMYK color model

#4A5A3F color CMYK value is (18,0,30,65).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(18,0,30,65)
C18M0Y30K65 
(18%,0%,30%,65%)
(0.18/0.00/0.30/0.65)	

CMYK percentages

%17.78
%0
%30
%64.71

Codes

Color #4A5A3F in popluar color models

4A5A3F
RGB749063
HSL96°17.65%30.00%
HSB/HSV96°30.00%35.29%
CMYK17.78%0.00%30.00%
64.71%

Color #4A5A3F in popluar number systems.

HEX4A5A3F
Decimal749063
Binary10010101011010111111
Octal11213277

Shades and tints

Shades of #4A5A3F

#4A5A3F
(74,90,63)
#44523A
(68,82,58)
#3E4A35
(62,74,53)
#384230
(56,66,48)
#323A2B
(50,58,43)
#2C3226
(44,50,38)
#262A21
(38,42,33)
#20221C
(32,34,28)
#1A1A17
(26,26,23)
#141212
(20,18,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A5A3F

#4A5A3F
(74,90,63)
#5A6950
(90,105,80)
#6A7861
(106,120,97)
#7A8772
(122,135,114)
#8A9683
(138,150,131)
#9AA594
(154,165,148)
#AAB4A5
(170,180,165)
#BAC3B6
(186,195,182)
#CAD2C7
(202,210,199)
#DAE1D8
(218,225,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5A3F color. Also use rgb(74,90,63) instead hex code.

Text Font Color

.myTextColor { color: #4A5A3F; }

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

This text font color is #4A5A3F.


Background Color

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

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

This div background color is #4A5A3F.


Border color

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

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

This div border color is #4A5A3F.


Opacity

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

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

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

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

This text has shadow with #4A5A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5A3F on black background.


Color preview on white background

This text has color #4A5A3F on white background.



Black color preview on #4A5A3F background

This text has black color on #4A5A3F background.


White color preview on #4A5A3F background

This text has white color on #4A5A3F background.