COLOR #4E563F

HEX: #4E563F
RGB: (78,86,63)

Color info

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

RGB color model

#4E563F color RGB value is (78,86,63).

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

RGB channels and saturation

R 78 of 255 = 31%
G 86 of 255 = 34%
B 63 of 255 = 25%

78
86
63

R + G + B ~ 30%. #4E563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 86 + 63 = 227 (100%)
R 78 of 227 ~ 34.36%
G 86 of 227 ~ 37.89%
B 63 of 227 ~ 27.75%

%34.36
%37.89
%27.75

CMYK color model

#4E563F color CMYK value is (9,0,27,66).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(9,0,27,66)
C9M0Y27K66 
(9%,0%,27%,66%)
(0.09/0.00/0.27/0.66)	

CMYK percentages

%9.3
%0
%26.74
%66.27

Codes

Color #4E563F in popluar color models

4E563F
RGB788663
HSL81°15.44%29.22%
HSB/HSV81°26.74%33.73%
CMYK9.30%0.00%26.74%
66.27%

Color #4E563F in popluar number systems.

HEX4E563F
Decimal788663
Binary10011101010110111111
Octal11612677

Shades and tints

Shades of #4E563F

#4E563F
(78,86,63)
#474F3A
(71,79,58)
#404835
(64,72,53)
#394130
(57,65,48)
#323A2B
(50,58,43)
#2B3326
(43,51,38)
#242C21
(36,44,33)
#1D251C
(29,37,28)
#161E17
(22,30,23)
#0F1712
(15,23,18)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E563F

#4E563F
(78,86,63)
#5E6550
(94,101,80)
#6E7461
(110,116,97)
#7E8372
(126,131,114)
#8E9283
(142,146,131)
#9EA194
(158,161,148)
#AEB0A5
(174,176,165)
#BEBFB6
(190,191,182)
#CECEC7
(206,206,199)
#DEDDD8
(222,221,216)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E563F; }

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

This text font color is #4E563F.


Background Color

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

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

This div background color is #4E563F.


Border color

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

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

This div border color is #4E563F.


Opacity

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

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

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

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

This text has shadow with #4E563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E563F on black background.


Color preview on white background

This text has color #4E563F on white background.



Black color preview on #4E563F background

This text has black color on #4E563F background.


White color preview on #4E563F background

This text has white color on #4E563F background.