COLOR #4E3D31

HEX: #4E3D31
RGB: (78,61,49)

Color info

#4E3D31 contains red, green and blue colors in about the same proportion. Web safe color of #4E3D31 is #663333 (or #633).

RGB color model

#4E3D31 color RGB value is (78,61,49).

  • red value is 78;
  • green value is 61;
  • blue value is 49.
RGB:
(78,61,49)
(31%,24%,19%)

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 49 of 255 = 19%

78
61
49

R + G + B ~ 25%. #4E3D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 49 = 188 (100%)
R 78 of 188 ~ 41.49%
G 61 of 188 ~ 32.45%
B 49 of 188 ~ 26.06%

%41.49
%32.45
%26.06

CMYK color model

#4E3D31 color CMYK value is (0,22,37,69).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(0,22,37,69)
C0M22Y37K69 
(0%,22%,37%,69%)
(0.00/0.22/0.37/0.69)	

CMYK percentages

%0
%21.79
%37.18
%69.41

Codes

Color #4E3D31 in popluar color models

4E3D31
RGB786149
HSL25°22.83%24.90%
HSB/HSV25°37.18%30.59%
CMYK0.00%21.79%37.18%
69.41%

Color #4E3D31 in popluar number systems.

HEX4E3D31
Decimal786149
Binary1001110111101110001
Octal1167561

Shades and tints

Shades of #4E3D31

#4E3D31
(78,61,49)
#47382D
(71,56,45)
#403329
(64,51,41)
#392E25
(57,46,37)
#322921
(50,41,33)
#2B241D
(43,36,29)
#241F19
(36,31,25)
#1D1A15
(29,26,21)
#161511
(22,21,17)
#0F100D
(15,16,13)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E3D31

#4E3D31
(78,61,49)
#5E4E43
(94,78,67)
#6E5F55
(110,95,85)
#7E7067
(126,112,103)
#8E8179
(142,129,121)
#9E928B
(158,146,139)
#AEA39D
(174,163,157)
#BEB4AF
(190,180,175)
#CEC5C1
(206,197,193)
#DED6D3
(222,214,211)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3D31 color. Also use rgb(78,61,49) instead hex code.

Text Font Color

.myTextColor { color: #4E3D31; }

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

This text font color is #4E3D31.


Background Color

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

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

This div background color is #4E3D31.


Border color

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

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

This div border color is #4E3D31.


Opacity

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

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

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

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

This text has shadow with #4E3D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D31 on black background.


Color preview on white background

This text has color #4E3D31 on white background.



Black color preview on #4E3D31 background

This text has black color on #4E3D31 background.


White color preview on #4E3D31 background

This text has white color on #4E3D31 background.