COLOR #4E3C34

HEX: #4E3C34
RGB: (78,60,52)

Color info

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

RGB color model

#4E3C34 color RGB value is (78,60,52).

  • red value is 78;
  • green value is 60;
  • blue value is 52.
RGB:
(78,60,52)
(31%,24%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 60 of 255 = 24%
B 52 of 255 = 20%

78
60
52

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

Portions of RGB colors in percentages

R + G + B =
78 + 60 + 52 = 190 (100%)
R 78 of 190 ~ 41.05%
G 60 of 190 ~ 31.58%
B 52 of 190 ~ 27.37%

%41.05
%31.58
%27.37

CMYK color model

#4E3C34 color CMYK value is (0,23,33,69).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 33.33%
  • key color value is 69.41%
CMYK:
(0,23,33,69)
C0M23Y33K69 
(0%,23%,33%,69%)
(0.00/0.23/0.33/0.69)	

CMYK percentages

%0
%23.08
%33.33
%69.41

Codes

Color #4E3C34 in popluar color models

4E3C34
RGB786052
HSL18°20.00%25.49%
HSB/HSV18°33.33%30.59%
CMYK0.00%23.08%33.33%
69.41%

Color #4E3C34 in popluar number systems.

HEX4E3C34
Decimal786052
Binary1001110111100110100
Octal1167464

Shades and tints

Shades of #4E3C34

#4E3C34
(78,60,52)
#473730
(71,55,48)
#40322C
(64,50,44)
#392D28
(57,45,40)
#322824
(50,40,36)
#2B2320
(43,35,32)
#241E1C
(36,30,28)
#1D1918
(29,25,24)
#161414
(22,20,20)
#0F0F10
(15,15,16)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #4E3C34

#4E3C34
(78,60,52)
#5E4D46
(94,77,70)
#6E5E58
(110,94,88)
#7E6F6A
(126,111,106)
#8E807C
(142,128,124)
#9E918E
(158,145,142)
#AEA2A0
(174,162,160)
#BEB3B2
(190,179,178)
#CEC4C4
(206,196,196)
#DED5D6
(222,213,214)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3C34 color. Also use rgb(78,60,52) instead hex code.

Text Font Color

.myTextColor { color: #4E3C34; }

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

This text font color is #4E3C34.


Background Color

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

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

This div background color is #4E3C34.


Border color

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

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

This div border color is #4E3C34.


Opacity

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

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

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

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

This text has shadow with #4E3C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3C34 on black background.


Color preview on white background

This text has color #4E3C34 on white background.



Black color preview on #4E3C34 background

This text has black color on #4E3C34 background.


White color preview on #4E3C34 background

This text has white color on #4E3C34 background.