COLOR #4E542F

HEX: #4E542F RGB: (78,84,47)

Color info

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

RGB color model

#4E542F color RGB value is (78,84,47).

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

RGB channels and saturation

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

78
84
47

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

Portions of RGB colors in percentages

R + G + B = 78 + 84 + 47 = 209 (100%)
R 78 of 209 ~ 37.32%
G 84 of 209 ~ 40.19%
B 47 of 209 ~ 22.49'%

%37.32
%40.19
%22.49

CMYK color model

#4E542F color CMYK value is (7,0,44,67).

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

CMYK: (7,0,44,67)
C7M0Y44K67 (7%, 0%, 44%, 67%)
(0.07 / 0.00 / 0.44 / 0.67)

CMYK percentages

%7.14
%0
%44.05
%67.06

Codes

Color #4E542F in popluar color models

4E 54 2F
RGB 78 84 47
HSL 70° 28.24% 25.69%
HSB/HSV 70° 44.05% 32.94%
CMYK 7.14% 0.00% 44.05%
67.06%

Color #4E542F in popluar number systems.

HEX 4E 54 2F
Decimal 78 84 47
Binary 1001110 1010100 101111
Octal 116 124 57

Shades and tints

Shades of #4E542F

#4E542F
(78,84,47)
#474D2B
(71,77,43)
#404627
(64,70,39)
#393F23
(57,63,35)
#32381F
(50,56,31)
#2B311B
(43,49,27)
#242A17
(36,42,23)
#1D2313
(29,35,19)
#161C0F
(22,28,15)
#0F150B
(15,21,11)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E542F

#4E542F
(78,84,47)
#5E6341
(94,99,65)
#6E7253
(110,114,83)
#7E8165
(126,129,101)
#8E9077
(142,144,119)
#9E9F89
(158,159,137)
#AEAE9B
(174,174,155)
#BEBDAD
(190,189,173)
#CECCBF
(206,204,191)
#DEDBD1
(222,219,209)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E542F; }

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

This text font color is #4E542F.

Background Color

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

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

This div background color is #4E542F.

Border color

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

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

This div border color is #4E542F.

Opacity

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

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

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

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

This text has shadow with #4E542F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E542F.

Preview

Color preview on black background

This text has color #4E542F on black background.


Color preview on white background

This text has color #4E542F on white background.


Black color preview on #4E542F background

This text has black color on #4E542F background.


White color preview on #4E542F background

This text has white color on #4E542F background.


Related colors

Complementary color

Complementary color for #hex is #B1ABD0.


I love getcolorcode.com

Triadic colors

1 #2F4E54 and #542F4E with #4E542F are triadic colors.

2 #2F544E and #544E2F with #4E542F are triadic colors.