COLOR #4E5B25

HEX: #4E5B25
RGB: (78,91,37)

Color info

#4E5B25 contains red, green and blue colors in about the same proportion. Web safe color of #4E5B25 is #666633 (or #663).

RGB color model

#4E5B25 color RGB value is (78,91,37).

  • red value is 78;
  • green value is 91;
  • blue value is 37.
RGB:
(78,91,37)
(31%,36%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 37 of 255 = 15%

78
91
37

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 37 = 206 (100%)
R 78 of 206 ~ 37.86%
G 91 of 206 ~ 44.17%
B 37 of 206 ~ 17.96%

%37.86
%44.17
%17.96

CMYK color model

#4E5B25 color CMYK value is (14,0,59,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(14,0,59,64)
C14M0Y59K64 
(14%,0%,59%,64%)
(0.14/0.00/0.59/0.64)	

CMYK percentages

%14.29
%0
%59.34
%64.31

Codes

Color #4E5B25 in popluar color models

4E5B25
RGB789137
HSL74°42.19%25.10%
HSB/HSV74°59.34%35.69%
CMYK14.29%0.00%59.34%
64.31%

Color #4E5B25 in popluar number systems.

HEX4E5B25
Decimal789137
Binary10011101011011100101
Octal11613345

Shades and tints

Shades of #4E5B25

#4E5B25
(78,91,37)
#475322
(71,83,34)
#404B1F
(64,75,31)
#39431C
(57,67,28)
#323B19
(50,59,25)
#2B3316
(43,51,22)
#242B13
(36,43,19)
#1D2310
(29,35,16)
#161B0D
(22,27,13)
#0F130A
(15,19,10)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #4E5B25

#4E5B25
(78,91,37)
#5E6938
(94,105,56)
#6E774B
(110,119,75)
#7E855E
(126,133,94)
#8E9371
(142,147,113)
#9EA184
(158,161,132)
#AEAF97
(174,175,151)
#BEBDAA
(190,189,170)
#CECBBD
(206,203,189)
#DED9D0
(222,217,208)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5B25 color. Also use rgb(78,91,37) instead hex code.

Text Font Color

.myTextColor { color: #4E5B25; }

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

This text font color is #4E5B25.


Background Color

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

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

This div background color is #4E5B25.


Border color

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

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

This div border color is #4E5B25.


Opacity

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

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

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

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

This text has shadow with #4E5B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B25 on black background.


Color preview on white background

This text has color #4E5B25 on white background.



Black color preview on #4E5B25 background

This text has black color on #4E5B25 background.


White color preview on #4E5B25 background

This text has white color on #4E5B25 background.