COLOR #4E6029

HEX: #4E6029 RGB: (78,96,41)

Color info

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

RGB color model

#4E6029 color RGB value is (78,96,41).

RGB: (78,96,41) (31%, 38%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 96 of 255 = 38%
B 41 of 255 = 16%

78
96
41

R + G + B ~ 28%. #4E6029 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 96 + 41 = 215 (100%)
R 78 of 215 ~ 36.28%
G 96 of 215 ~ 44.65%
B 41 of 215 ~ 19.07'%

%36.28
%44.65
%19.07

CMYK color model

#4E6029 color CMYK value is (19,0,57,62).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 57.29%
  • key color value is 62.35%

CMYK: (19,0,57,62)
C19M0Y57K62 (19%, 0%, 57%, 62%)
(0.19 / 0.00 / 0.57 / 0.62)

CMYK percentages

%18.75
%0
%57.29
%62.35

Codes

Color #4E6029 in popluar color models

4E 60 29
RGB 78 96 41
HSL 80° 40.15% 26.86%
HSB/HSV 80° 57.29% 37.65%
CMYK 18.75% 0.00% 57.29%
62.35%

Color #4E6029 in popluar number systems.

HEX 4E 60 29
Decimal 78 96 41
Binary 1001110 1100000 101001
Octal 116 140 51

Shades and tints

Shades of #4E6029

#4E6029
(78,96,41)
#475826
(71,88,38)
#405023
(64,80,35)
#394820
(57,72,32)
#32401D
(50,64,29)
#2B381A
(43,56,26)
#243017
(36,48,23)
#1D2814
(29,40,20)
#162011
(22,32,17)
#0F180E
(15,24,14)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #4E6029

#4E6029
(78,96,41)
#5E6E3C
(94,110,60)
#6E7C4F
(110,124,79)
#7E8A62
(126,138,98)
#8E9875
(142,152,117)
#9EA688
(158,166,136)
#AEB49B
(174,180,155)
#BEC2AE
(190,194,174)
#CED0C1
(206,208,193)
#DEDED4
(222,222,212)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6029 color. Also use rgb(78,96,41) instead hex code.

Text Font Color

.myTextColor { color: #4E6029; }

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

This text font color is #4E6029.

Background Color

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

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

This div background color is #4E6029.

Border color

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

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

This div border color is #4E6029.

Opacity

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

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

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

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

This text has shadow with #4E6029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6029.

Preview

Color preview on black background

This text has color #4E6029 on black background.


Color preview on white background

This text has color #4E6029 on white background.


Black color preview on #4E6029 background

This text has black color on #4E6029 background.


White color preview on #4E6029 background

This text has white color on #4E6029 background.


Related colors

Complementary color

Complementary color for #hex is #B19FD6.


I love getcolorcode.com

Triadic colors

1 #294E60 and #60294E with #4E6029 are triadic colors.

2 #29604E and #604E29 with #4E6029 are triadic colors.