COLOR #4E542E

HEX: #4E542E RGB: (78,84,46)

Color info

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

RGB color model

#4E542E color RGB value is (78,84,46).

RGB: (78,84,46) (31%, 33%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 46 of 255 = 18%

78
84
46

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

Portions of RGB colors in percentages

R + G + B = 78 + 84 + 46 = 208 (100%)
R 78 of 208 ~ 37.5%
G 84 of 208 ~ 40.38%
B 46 of 208 ~ 22.12'%

%37.5
%40.38
%22.12

CMYK color model

#4E542E color CMYK value is (7,0,45,67).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 67.06%

CMYK: (7,0,45,67)
C7M0Y45K67 (7%, 0%, 45%, 67%)
(0.07 / 0.00 / 0.45 / 0.67)

CMYK percentages

%7.14
%0
%45.24
%67.06

Codes

Color #4E542E in popluar color models

4E 54 2E
RGB 78 84 46
HSL 69° 29.23% 25.49%
HSB/HSV 69° 45.24% 32.94%
CMYK 7.14% 0.00% 45.24%
67.06%

Color #4E542E in popluar number systems.

HEX 4E 54 2E
Decimal 78 84 46
Binary 1001110 1010100 101110
Octal 116 124 56

Shades and tints

Shades of #4E542E

#4E542E
(78,84,46)
#474D2A
(71,77,42)
#404626
(64,70,38)
#393F22
(57,63,34)
#32381E
(50,56,30)
#2B311A
(43,49,26)
#242A16
(36,42,22)
#1D2312
(29,35,18)
#161C0E
(22,28,14)
#0F150A
(15,21,10)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #4E542E

#4E542E
(78,84,46)
#5E6341
(94,99,65)
#6E7254
(110,114,84)
#7E8167
(126,129,103)
#8E907A
(142,144,122)
#9E9F8D
(158,159,141)
#AEAEA0
(174,174,160)
#BEBDB3
(190,189,179)
#CECCC6
(206,204,198)
#DEDBD9
(222,219,217)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E542E color. Also use rgb(78,84,46) instead hex code.

Text Font Color

.myTextColor { color: #4E542E; }

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

This text font color is #4E542E.

Background Color

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

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

This div background color is #4E542E.

Border color

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

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

This div border color is #4E542E.

Opacity

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

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

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

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

This text has shadow with #4E542E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E542E.

Preview

Color preview on black background

This text has color #4E542E on black background.


Color preview on white background

This text has color #4E542E on white background.


Black color preview on #4E542E background

This text has black color on #4E542E background.


White color preview on #4E542E background

This text has white color on #4E542E background.


Related colors

Complementary color

Complementary color for #hex is #B1ABD1.


I love getcolorcode.com

Triadic colors

1 #2E4E54 and #542E4E with #4E542E are triadic colors.

2 #2E544E and #544E2E with #4E542E are triadic colors.