COLOR #4E451D

HEX: #4E451D
RGB: (78,69,29)

Color info

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

RGB color model

#4E451D color RGB value is (78,69,29).

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

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 29 of 255 = 11%

78
69
29

R + G + B ~ 23%. #4E451D is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 29 = 176 (100%)
R 78 of 176 ~ 44.32%
G 69 of 176 ~ 39.2%
B 29 of 176 ~ 16.48%

%44.32
%39.2
%16.48

CMYK color model

#4E451D color CMYK value is (0,12,63,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 62.82%
  • key color value is 69.41%
CMYK:
(0,12,63,69)
C0M12Y63K69 
(0%,12%,63%,69%)
(0.00/0.12/0.63/0.69)	

CMYK percentages

%0
%11.54
%62.82
%69.41

Codes

Color #4E451D in popluar color models

4E451D
RGB786929
HSL49°45.79%20.98%
HSB/HSV49°62.82%30.59%
CMYK0.00%11.54%62.82%
69.41%

Color #4E451D in popluar number systems.

HEX4E451D
Decimal786929
Binary1001110100010111101
Octal11610535

Shades and tints

Shades of #4E451D

#4E451D
(78,69,29)
#473F1B
(71,63,27)
#403919
(64,57,25)
#393317
(57,51,23)
#322D15
(50,45,21)
#2B2713
(43,39,19)
#242111
(36,33,17)
#1D1B0F
(29,27,15)
#16150D
(22,21,13)
#0F0F0B
(15,15,11)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #4E451D

#4E451D
(78,69,29)
#5E5531
(94,85,49)
#6E6545
(110,101,69)
#7E7559
(126,117,89)
#8E856D
(142,133,109)
#9E9581
(158,149,129)
#AEA595
(174,165,149)
#BEB5A9
(190,181,169)
#CEC5BD
(206,197,189)
#DED5D1
(222,213,209)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E451D; }

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

This text font color is #4E451D.


Background Color

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

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

This div background color is #4E451D.


Border color

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

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

This div border color is #4E451D.


Opacity

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

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

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

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

This text has shadow with #4E451D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E451D on black background.


Color preview on white background

This text has color #4E451D on white background.



Black color preview on #4E451D background

This text has black color on #4E451D background.


White color preview on #4E451D background

This text has white color on #4E451D background.