COLOR #4E522B

HEX: #4E522B RGB: (78,82,43)

Color info

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

RGB color model

#4E522B color RGB value is (78,82,43).

RGB: (78,82,43) (31%, 32%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 43 of 255 = 17%

78
82
43

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

Portions of RGB colors in percentages

R + G + B = 78 + 82 + 43 = 203 (100%)
R 78 of 203 ~ 38.42%
G 82 of 203 ~ 40.39%
B 43 of 203 ~ 21.18'%

%38.42
%40.39
%21.18

CMYK color model

#4E522B color CMYK value is (5,0,48,68).

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

CMYK: (5,0,48,68)
C5M0Y48K68 (5%, 0%, 48%, 68%)
(0.05 / 0.00 / 0.48 / 0.68)

CMYK percentages

%4.88
%0
%47.56
%67.84

Codes

Color #4E522B in popluar color models

4E 52 2B
RGB 78 82 43
HSL 66° 31.20% 24.51%
HSB/HSV 66° 47.56% 32.16%
CMYK 4.88% 0.00% 47.56%
67.84%

Color #4E522B in popluar number systems.

HEX 4E 52 2B
Decimal 78 82 43
Binary 1001110 1010010 101011
Octal 116 122 53

Shades and tints

Shades of #4E522B

#4E522B
(78,82,43)
#474B28
(71,75,40)
#404425
(64,68,37)
#393D22
(57,61,34)
#32361F
(50,54,31)
#2B2F1C
(43,47,28)
#242819
(36,40,25)
#1D2116
(29,33,22)
#161A13
(22,26,19)
#0F1310
(15,19,16)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E522B

#4E522B
(78,82,43)
#5E613E
(94,97,62)
#6E7051
(110,112,81)
#7E7F64
(126,127,100)
#8E8E77
(142,142,119)
#9E9D8A
(158,157,138)
#AEAC9D
(174,172,157)
#BEBBB0
(190,187,176)
#CECAC3
(206,202,195)
#DED9D6
(222,217,214)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E522B; }

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

This text font color is #4E522B.

Background Color

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

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

This div background color is #4E522B.

Border color

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

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

This div border color is #4E522B.

Opacity

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

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

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

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

This text has shadow with #4E522B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E522B.

Preview

Color preview on black background

This text has color #4E522B on black background.


Color preview on white background

This text has color #4E522B on white background.


Black color preview on #4E522B background

This text has black color on #4E522B background.


White color preview on #4E522B background

This text has white color on #4E522B background.


Related colors

Complementary color

Complementary color for #hex is #B1ADD4.


I love getcolorcode.com

Triadic colors

1 #2B4E52 and #522B4E with #4E522B are triadic colors.

2 #2B524E and #524E2B with #4E522B are triadic colors.