COLOR #4E562D

HEX: #4E562D
RGB: (78,86,45)

Color info

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

RGB color model

#4E562D color RGB value is (78,86,45).

  • red value is 78;
  • green value is 86;
  • blue value is 45.
RGB:
(78,86,45)
(31%,34%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 45 of 255 = 18%

78
86
45

R + G + B ~ 28%. #4E562D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 45 = 209 (100%)
R 78 of 209 ~ 37.32%
G 86 of 209 ~ 41.15%
B 45 of 209 ~ 21.53%

%37.32
%41.15
%21.53

CMYK color model

#4E562D color CMYK value is (9,0,48,66).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 66.27%
CMYK:
(9,0,48,66)
C9M0Y48K66 
(9%,0%,48%,66%)
(0.09/0.00/0.48/0.66)	

CMYK percentages

%9.3
%0
%47.67
%66.27

Codes

Color #4E562D in popluar color models

4E562D
RGB788645
HSL72°31.30%25.69%
HSB/HSV72°47.67%33.73%
CMYK9.30%0.00%47.67%
66.27%

Color #4E562D in popluar number systems.

HEX4E562D
Decimal788645
Binary10011101010110101101
Octal11612655

Shades and tints

Shades of #4E562D

#4E562D
(78,86,45)
#474F29
(71,79,41)
#404825
(64,72,37)
#394121
(57,65,33)
#323A1D
(50,58,29)
#2B3319
(43,51,25)
#242C15
(36,44,21)
#1D2511
(29,37,17)
#161E0D
(22,30,13)
#0F1709
(15,23,9)
#081005
(8,16,5)
#000000
(0,0,0)

Tints of #4E562D

#4E562D
(78,86,45)
#5E6540
(94,101,64)
#6E7453
(110,116,83)
#7E8366
(126,131,102)
#8E9279
(142,146,121)
#9EA18C
(158,161,140)
#AEB09F
(174,176,159)
#BEBFB2
(190,191,178)
#CECEC5
(206,206,197)
#DEDDD8
(222,221,216)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E562D; }

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

This text font color is #4E562D.


Background Color

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

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

This div background color is #4E562D.


Border color

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

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

This div border color is #4E562D.


Opacity

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

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

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

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

This text has shadow with #4E562D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E562D on black background.


Color preview on white background

This text has color #4E562D on white background.



Black color preview on #4E562D background

This text has black color on #4E562D background.


White color preview on #4E562D background

This text has white color on #4E562D background.