COLOR #4E522D

HEX: #4E522D RGB: (78,82,45)

Color info

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

RGB color model

#4E522D color RGB value is (78,82,45).

RGB: (78,82,45) (31%, 32%, 18%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 45 of 255 = 18%

78
82
45

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

Portions of RGB colors in percentages

R + G + B = 78 + 82 + 45 = 205 (100%)
R 78 of 205 ~ 38.05%
G 82 of 205 ~ 40%
B 45 of 205 ~ 21.95'%

%38.05
%40
%21.95

CMYK color model

#4E522D color CMYK value is (5,0,45,68).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 45.12%
  • key color value is 67.84%

CMYK: (5,0,45,68)
C5M0Y45K68 (5%, 0%, 45%, 68%)
(0.05 / 0.00 / 0.45 / 0.68)

CMYK percentages

%4.88
%0
%45.12
%67.84

Codes

Color #4E522D in popluar color models

4E 52 2D
RGB 78 82 45
HSL 66° 29.13% 24.90%
HSB/HSV 66° 45.12% 32.16%
CMYK 4.88% 0.00% 45.12%
67.84%

Color #4E522D in popluar number systems.

HEX 4E 52 2D
Decimal 78 82 45
Binary 1001110 1010010 101101
Octal 116 122 55

Shades and tints

Shades of #4E522D

#4E522D
(78,82,45)
#474B29
(71,75,41)
#404425
(64,68,37)
#393D21
(57,61,33)
#32361D
(50,54,29)
#2B2F19
(43,47,25)
#242815
(36,40,21)
#1D2111
(29,33,17)
#161A0D
(22,26,13)
#0F1309
(15,19,9)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #4E522D

#4E522D
(78,82,45)
#5E6140
(94,97,64)
#6E7053
(110,112,83)
#7E7F66
(126,127,102)
#8E8E79
(142,142,121)
#9E9D8C
(158,157,140)
#AEAC9F
(174,172,159)
#BEBBB2
(190,187,178)
#CECAC5
(206,202,197)
#DED9D8
(222,217,216)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E522D color. Also use rgb(78,82,45) instead hex code.

Text Font Color

.myTextColor { color: #4E522D; }

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

This text font color is #4E522D.

Background Color

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

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

This div background color is #4E522D.

Border color

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

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

This div border color is #4E522D.

Opacity

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

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

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

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

This text has shadow with #4E522D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E522D.

Preview

Color preview on black background

This text has color #4E522D on black background.


Color preview on white background

This text has color #4E522D on white background.


Black color preview on #4E522D background

This text has black color on #4E522D background.


White color preview on #4E522D background

This text has white color on #4E522D background.


Related colors

Complementary color

Complementary color for #hex is #B1ADD2.


I love getcolorcode.com

Triadic colors

1 #2D4E52 and #522D4E with #4E522D are triadic colors.

2 #2D524E and #524E2D with #4E522D are triadic colors.