COLOR #4E451F

HEX: #4E451F
RGB: (78,69,31)

Color info

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

RGB color model

#4E451F color RGB value is (78,69,31).

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

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 31 of 255 = 12%

78
69
31

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

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 31 = 178 (100%)
R 78 of 178 ~ 43.82%
G 69 of 178 ~ 38.76%
B 31 of 178 ~ 17.42%

%43.82
%38.76
%17.42

CMYK color model

#4E451F color CMYK value is (0,12,60,69).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 60.26%
  • key color value is 69.41%
CMYK:
(0,12,60,69)
C0M12Y60K69 
(0%,12%,60%,69%)
(0.00/0.12/0.60/0.69)	

CMYK percentages

%0
%11.54
%60.26
%69.41

Codes

Color #4E451F in popluar color models

4E451F
RGB786931
HSL49°43.12%21.37%
HSB/HSV49°60.26%30.59%
CMYK0.00%11.54%60.26%
69.41%

Color #4E451F in popluar number systems.

HEX4E451F
Decimal786931
Binary1001110100010111111
Octal11610537

Shades and tints

Shades of #4E451F

#4E451F
(78,69,31)
#473F1D
(71,63,29)
#40391B
(64,57,27)
#393319
(57,51,25)
#322D17
(50,45,23)
#2B2715
(43,39,21)
#242113
(36,33,19)
#1D1B11
(29,27,17)
#16150F
(22,21,15)
#0F0F0D
(15,15,13)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E451F

#4E451F
(78,69,31)
#5E5533
(94,85,51)
#6E6547
(110,101,71)
#7E755B
(126,117,91)
#8E856F
(142,133,111)
#9E9583
(158,149,131)
#AEA597
(174,165,151)
#BEB5AB
(190,181,171)
#CEC5BF
(206,197,191)
#DED5D3
(222,213,211)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E451F; }

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

This text font color is #4E451F.


Background Color

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

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

This div background color is #4E451F.


Border color

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

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

This div border color is #4E451F.


Opacity

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

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

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

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

This text has shadow with #4E451F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E451F on black background.


Color preview on white background

This text has color #4E451F on white background.



Black color preview on #4E451F background

This text has black color on #4E451F background.


White color preview on #4E451F background

This text has white color on #4E451F background.