COLOR #4E520D

HEX: #4E520D RGB: (78,82,13)

Color info

#4E520D contains mainly red and green colors. Web safe color of #4E520D is #666600 (or #660).

RGB color model

#4E520D color RGB value is (78,82,13).

RGB: (78,82,13) (31%, 32%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 82 of 255 = 32%
B 13 of 255 = 5%

78
82
13

R + G + B ~ 23%. #4E520D is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 82 + 13 = 173 (100%)
R 78 of 173 ~ 45.09%
G 82 of 173 ~ 47.4%
B 13 of 173 ~ 7.51'%

%45.09
%47.4

CMYK color model

#4E520D color CMYK value is (5,0,84,68).

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

CMYK: (5,0,84,68)
C5M0Y84K68 (5%, 0%, 84%, 68%)
(0.05 / 0.00 / 0.84 / 0.68)

CMYK percentages

%4.88
%0
%84.15
%67.84

Codes

Color #4E520D in popluar color models

4E 52 0D
RGB 78 82 13
HSL 63° 72.63% 18.63%
HSB/HSV 63° 84.15% 32.16%
CMYK 4.88% 0.00% 84.15%
67.84%

Color #4E520D in popluar number systems.

HEX 4E 52 0D
Decimal 78 82 13
Binary 1001110 1010010 1101
Octal 116 122 15

Shades and tints

Shades of #4E520D

#4E520D
(78,82,13)
#474B0C
(71,75,12)
#40440B
(64,68,11)
#393D0A
(57,61,10)
#323609
(50,54,9)
#2B2F08
(43,47,8)
#242807
(36,40,7)
#1D2106
(29,33,6)
#161A05
(22,26,5)
#0F1304
(15,19,4)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #4E520D

#4E520D
(78,82,13)
#5E6123
(94,97,35)
#6E7039
(110,112,57)
#7E7F4F
(126,127,79)
#8E8E65
(142,142,101)
#9E9D7B
(158,157,123)
#AEAC91
(174,172,145)
#BEBBA7
(190,187,167)
#CECABD
(206,202,189)
#DED9D3
(222,217,211)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E520D; }

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

This text font color is #4E520D.

Background Color

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

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

This div background color is #4E520D.

Border color

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

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

This div border color is #4E520D.

Opacity

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

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

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

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

This text has shadow with #4E520D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E520D.

Preview

Color preview on black background

This text has color #4E520D on black background.


Color preview on white background

This text has color #4E520D on white background.


Black color preview on #4E520D background

This text has black color on #4E520D background.


White color preview on #4E520D background

This text has white color on #4E520D background.


Related colors

Complementary color

Complementary color for #hex is #B1ADF2.


I love getcolorcode.com

Triadic colors

1 #0D4E52 and #520D4E with #4E520D are triadic colors.

2 #0D524E and #524E0D with #4E520D are triadic colors.