COLOR #4E513B

HEX: #4E513B
RGB: (78,81,59)

Color info

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

RGB color model

#4E513B color RGB value is (78,81,59).

  • red value is 78;
  • green value is 81;
  • blue value is 59.
RGB: (78,81,59) (31%,32%,23%)

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 59 of 255 = 23%

78
81
59

R + G + B ~ 29%. #4E513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 59 = 218 (100%)
R 78 of 218 ~ 35.78%
G 81 of 218 ~ 37.16%
B 59 of 218 ~ 27.06%

%35.78
%37.16
%27.06

CMYK color model

#4E513B color CMYK value is (4,0,27,68).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK: (4,0,27,68) C4M0Y27K68 (4%,0%,27%,68%) (0.04/0.00/0.27/0.68)

CMYK percentages

%3.7
%0
%27.16
%68.24

Codes

Color #4E513B in popluar color models

4E513B
RGB788159
HSL68°15.71%27.45%
HSB/HSV68°27.16%31.76%
CMYK3.70%0.00%27.16%
68.24%

Color #4E513B in popluar number systems.

HEX4E513B
Decimal788159
Binary10011101010001111011
Octal11612173

Shades and tints

Shades of #4E513B

#4E513B
(78,81,59)
#474A36
(71,74,54)
#404331
(64,67,49)
#393C2C
(57,60,44)
#323527
(50,53,39)
#2B2E22
(43,46,34)
#24271D
(36,39,29)
#1D2018
(29,32,24)
#161913
(22,25,19)
#0F120E
(15,18,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E513B

#4E513B
(78,81,59)
#5E604C
(94,96,76)
#6E6F5D
(110,111,93)
#7E7E6E
(126,126,110)
#8E8D7F
(142,141,127)
#9E9C90
(158,156,144)
#AEABA1
(174,171,161)
#BEBAB2
(190,186,178)
#CEC9C3
(206,201,195)
#DED8D4
(222,216,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E513B color. Also use rgb(78,81,59) instead hex code.

Text Font Color

.myTextColor { color: #4E513B; }

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

This text font color is #4E513B.


Background Color

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

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

This div background color is #4E513B.


Border color

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

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

This div border color is #4E513B.


Opacity

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

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

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

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

This text has shadow with #4E513B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E513B on black background.


Color preview on white background

This text has color #4E513B on white background.



Black color preview on #4E513B background

This text has black color on #4E513B background.


White color preview on #4E513B background

This text has white color on #4E513B background.