COLOR #4E453C

HEX: #4E453C
RGB: (78,69,60)

Color info

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

RGB color model

#4E453C color RGB value is (78,69,60).

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

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 60 of 255 = 24%

78
69
60

R + G + B ~ 27%. #4E453C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 60 = 207 (100%)
R 78 of 207 ~ 37.68%
G 69 of 207 ~ 33.33%
B 60 of 207 ~ 28.99%

%37.68
%33.33
%28.99

CMYK color model

#4E453C color CMYK value is (0,12,23,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(0,12,23,69)
C0M12Y23K69 
(0%,12%,23%,69%)
(0.00/0.12/0.23/0.69)	

CMYK percentages

%0
%11.54
%23.08
%69.41

Codes

Color #4E453C in popluar color models

4E453C
RGB786960
HSL30°13.04%27.06%
HSB/HSV30°23.08%30.59%
CMYK0.00%11.54%23.08%
69.41%

Color #4E453C in popluar number systems.

HEX4E453C
Decimal786960
Binary10011101000101111100
Octal11610574

Shades and tints

Shades of #4E453C

#4E453C
(78,69,60)
#473F37
(71,63,55)
#403932
(64,57,50)
#39332D
(57,51,45)
#322D28
(50,45,40)
#2B2723
(43,39,35)
#24211E
(36,33,30)
#1D1B19
(29,27,25)
#161514
(22,21,20)
#0F0F0F
(15,15,15)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E453C

#4E453C
(78,69,60)
#5E554D
(94,85,77)
#6E655E
(110,101,94)
#7E756F
(126,117,111)
#8E8580
(142,133,128)
#9E9591
(158,149,145)
#AEA5A2
(174,165,162)
#BEB5B3
(190,181,179)
#CEC5C4
(206,197,196)
#DED5D5
(222,213,213)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E453C; }

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

This text font color is #4E453C.


Background Color

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

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

This div background color is #4E453C.


Border color

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

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

This div border color is #4E453C.


Opacity

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

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

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

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

This text has shadow with #4E453C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E453C on black background.


Color preview on white background

This text has color #4E453C on white background.



Black color preview on #4E453C background

This text has black color on #4E453C background.


White color preview on #4E453C background

This text has white color on #4E453C background.