COLOR #4E5028

HEX: #4E5028 RGB: (78,80,40)

Color info

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

RGB color model

#4E5028 color RGB value is (78,80,40).

RGB: (78,80,40) (31%, 31%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 40 of 255 = 16%

78
80
40

R + G + B ~ 26%. #4E5028 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 80 + 40 = 198 (100%)
R 78 of 198 ~ 39.39%
G 80 of 198 ~ 40.4%
B 40 of 198 ~ 20.2'%

%39.39
%40.4
%20.2

CMYK color model

#4E5028 color CMYK value is (2,0,50,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 68.63%
CMYK: (2,0,50,69) C2M0Y50K69 (2%,0%,50%,69%) (0.02/0.00/0.50/0.69) 

CMYK percentages

%2.5
%0
%50
%68.63

Codes

Color #4E5028 in popluar color models

4E 50 28
RGB 78 80 40
HSL 63° 33.33% 23.53%
HSB/HSV 63° 50.00% 31.37%
CMYK 2.50% 0.00% 50.00%
68.63%

Color #4E5028 in popluar number systems.

HEX 4E 50 28
Decimal 78 80 40
Binary 1001110 1010000 101000
Octal 116 120 50

Shades and tints

Shades of #4E5028

#4E5028
(78,80,40)
#474925
(71,73,37)
#404222
(64,66,34)
#393B1F
(57,59,31)
#32341C
(50,52,28)
#2B2D19
(43,45,25)
#242616
(36,38,22)
#1D1F13
(29,31,19)
#161810
(22,24,16)
#0F110D
(15,17,13)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #4E5028

#4E5028
(78,80,40)
#5E5F3B
(94,95,59)
#6E6E4E
(110,110,78)
#7E7D61
(126,125,97)
#8E8C74
(142,140,116)
#9E9B87
(158,155,135)
#AEAA9A
(174,170,154)
#BEB9AD
(190,185,173)
#CEC8C0
(206,200,192)
#DED7D3
(222,215,211)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5028 color. Also use rgb(78,80,40) instead hex code.

Text Font Color

.myTextColor { color: #4E5028; }

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

This text font color is #4E5028.

Background Color

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

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

This div background color is #4E5028.

Border color

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

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

This div border color is #4E5028.

Opacity

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

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

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

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

This text has shadow with #4E5028 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5028.

Preview

Color preview on black background

This text has color #4E5028 on black background.


Color preview on white background

This text has color #4E5028 on white background.


Black color preview on #4E5028 background

This text has black color on #4E5028 background.


White color preview on #4E5028 background

This text has white color on #4E5028 background.


Related colors

Complementary color

Complementary color for #hex is #B1AFD7.


I love getcolorcode.com

Triadic colors

1 #284E50 and #50284E with #4E5028 are triadic colors.

2 #28504E and #504E28 with #4E5028 are triadic colors.