COLOR #4A5B40

HEX: #4A5B40
RGB: (74,91,64)

Color info

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

RGB color model

#4A5B40 color RGB value is (74,91,64).

  • red value is 74;
  • green value is 91;
  • blue value is 64.
RGB:
(74,91,64)
(29%,36%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 64 of 255 = 25%

74
91
64

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

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 64 = 229 (100%)
R 74 of 229 ~ 32.31%
G 91 of 229 ~ 39.74%
B 64 of 229 ~ 27.95%

%32.31
%39.74
%27.95

CMYK color model

#4A5B40 color CMYK value is (19,0,30,64).

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(19,0,30,64)
C19M0Y30K64 
(19%,0%,30%,64%)
(0.19/0.00/0.30/0.64)	

CMYK percentages

%18.68
%0
%29.67
%64.31

Codes

Color #4A5B40 in popluar color models

4A5B40
RGB749164
HSL98°17.42%30.39%
HSB/HSV98°29.67%35.69%
CMYK18.68%0.00%29.67%
64.31%

Color #4A5B40 in popluar number systems.

HEX4A5B40
Decimal749164
Binary100101010110111000000
Octal112133100

Shades and tints

Shades of #4A5B40

#4A5B40
(74,91,64)
#44533B
(68,83,59)
#3E4B36
(62,75,54)
#384331
(56,67,49)
#323B2C
(50,59,44)
#2C3327
(44,51,39)
#262B22
(38,43,34)
#20231D
(32,35,29)
#1A1B18
(26,27,24)
#141313
(20,19,19)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #4A5B40

#4A5B40
(74,91,64)
#5A6951
(90,105,81)
#6A7762
(106,119,98)
#7A8573
(122,133,115)
#8A9384
(138,147,132)
#9AA195
(154,161,149)
#AAAFA6
(170,175,166)
#BABDB7
(186,189,183)
#CACBC8
(202,203,200)
#DAD9D9
(218,217,217)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5B40 color. Also use rgb(74,91,64) instead hex code.

Text Font Color

.myTextColor { color: #4A5B40; }

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

This text font color is #4A5B40.


Background Color

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

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

This div background color is #4A5B40.


Border color

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

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

This div border color is #4A5B40.


Opacity

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

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

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

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

This text has shadow with #4A5B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B40 on black background.


Color preview on white background

This text has color #4A5B40 on white background.



Black color preview on #4A5B40 background

This text has black color on #4A5B40 background.


White color preview on #4A5B40 background

This text has white color on #4A5B40 background.