COLOR #4A5E25

HEX: #4A5E25
RGB: (74,94,37)

Color info

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

RGB color model

#4A5E25 color RGB value is (74,94,37).

  • red value is 74;
  • green value is 94;
  • blue value is 37.
RGB:
(74,94,37)
(29%,37%,15%)

RGB channels and saturation

R 74 of 255 = 29%
G 94 of 255 = 37%
B 37 of 255 = 15%

74
94
37

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

Portions of RGB colors in percentages

R + G + B =
74 + 94 + 37 = 205 (100%)
R 74 of 205 ~ 36.1%
G 94 of 205 ~ 45.85%
B 37 of 205 ~ 18.05%

%36.1
%45.85
%18.05

CMYK color model

#4A5E25 color CMYK value is (21,0,61,63).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 60.64%
  • key color value is 63.14%
CMYK:
(21,0,61,63)
C21M0Y61K63 
(21%,0%,61%,63%)
(0.21/0.00/0.61/0.63)	

CMYK percentages

%21.28
%0
%60.64
%63.14

Codes

Color #4A5E25 in popluar color models

4A5E25
RGB749437
HSL81°43.51%25.69%
HSB/HSV81°60.64%36.86%
CMYK21.28%0.00%60.64%
63.14%

Color #4A5E25 in popluar number systems.

HEX4A5E25
Decimal749437
Binary10010101011110100101
Octal11213645

Shades and tints

Shades of #4A5E25

#4A5E25
(74,94,37)
#445622
(68,86,34)
#3E4E1F
(62,78,31)
#38461C
(56,70,28)
#323E19
(50,62,25)
#2C3616
(44,54,22)
#262E13
(38,46,19)
#202610
(32,38,16)
#1A1E0D
(26,30,13)
#14160A
(20,22,10)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #4A5E25

#4A5E25
(74,94,37)
#5A6C38
(90,108,56)
#6A7A4B
(106,122,75)
#7A885E
(122,136,94)
#8A9671
(138,150,113)
#9AA484
(154,164,132)
#AAB297
(170,178,151)
#BAC0AA
(186,192,170)
#CACEBD
(202,206,189)
#DADCD0
(218,220,208)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5E25 color. Also use rgb(74,94,37) instead hex code.

Text Font Color

.myTextColor { color: #4A5E25; }

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

This text font color is #4A5E25.


Background Color

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

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

This div background color is #4A5E25.


Border color

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

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

This div border color is #4A5E25.


Opacity

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

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

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

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

This text has shadow with #4A5E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5E25 on black background.


Color preview on white background

This text has color #4A5E25 on white background.



Black color preview on #4A5E25 background

This text has black color on #4A5E25 background.


White color preview on #4A5E25 background

This text has white color on #4A5E25 background.