COLOR #4E3D2C

HEX: #4E3D2C
RGB: (78,61,44)

Color info

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

RGB color model

#4E3D2C color RGB value is (78,61,44).

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

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 44 of 255 = 17%

78
61
44

R + G + B ~ 24%. #4E3D2C is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 44 = 183 (100%)
R 78 of 183 ~ 42.62%
G 61 of 183 ~ 33.33%
B 44 of 183 ~ 24.04%

%42.62
%33.33
%24.04

CMYK color model

#4E3D2C color CMYK value is (0,22,44,69).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 43.59%
  • key color value is 69.41%
CMYK:
(0,22,44,69)
C0M22Y44K69 
(0%,22%,44%,69%)
(0.00/0.22/0.44/0.69)	

CMYK percentages

%0
%21.79
%43.59
%69.41

Codes

Color #4E3D2C in popluar color models

4E3D2C
RGB786144
HSL30°27.87%23.92%
HSB/HSV30°43.59%30.59%
CMYK0.00%21.79%43.59%
69.41%

Color #4E3D2C in popluar number systems.

HEX4E3D2C
Decimal786144
Binary1001110111101101100
Octal1167554

Shades and tints

Shades of #4E3D2C

#4E3D2C
(78,61,44)
#473828
(71,56,40)
#403324
(64,51,36)
#392E20
(57,46,32)
#32291C
(50,41,28)
#2B2418
(43,36,24)
#241F14
(36,31,20)
#1D1A10
(29,26,16)
#16150C
(22,21,12)
#0F1008
(15,16,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #4E3D2C

#4E3D2C
(78,61,44)
#5E4E3F
(94,78,63)
#6E5F52
(110,95,82)
#7E7065
(126,112,101)
#8E8178
(142,129,120)
#9E928B
(158,146,139)
#AEA39E
(174,163,158)
#BEB4B1
(190,180,177)
#CEC5C4
(206,197,196)
#DED6D7
(222,214,215)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D2C; }

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

This text font color is #4E3D2C.


Background Color

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

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

This div background color is #4E3D2C.


Border color

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

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

This div border color is #4E3D2C.


Opacity

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

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

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

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

This text has shadow with #4E3D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D2C on black background.


Color preview on white background

This text has color #4E3D2C on white background.



Black color preview on #4E3D2C background

This text has black color on #4E3D2C background.


White color preview on #4E3D2C background

This text has white color on #4E3D2C background.