COLOR #4E2518

HEX: #4E2518
RGB: (78,37,24)

Color info

#4E2518 contains red, green and blue colors in about the same proportion. Web safe color of #4E2518 is #663300 (or #630).

RGB color model

#4E2518 color RGB value is (78,37,24).

  • red value is 78;
  • green value is 37;
  • blue value is 24.
RGB:
(78,37,24)
(31%,15%,9%)

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 24 of 255 = 9%

78
37
24

R + G + B ~ 18%. #4E2518 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 37 + 24 = 139 (100%)
R 78 of 139 ~ 56.12%
G 37 of 139 ~ 26.62%
B 24 of 139 ~ 17.27%

%56.12
%26.62
%17.27

CMYK color model

#4E2518 color CMYK value is (0,53,69,69).

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 69.23%
  • key color value is 69.41%
CMYK:
(0,53,69,69)
C0M53Y69K69 
(0%,53%,69%,69%)
(0.00/0.53/0.69/0.69)	

CMYK percentages

%0
%52.56
%69.23
%69.41

Codes

Color #4E2518 in popluar color models

4E2518
RGB783724
HSL14°52.94%20.00%
HSB/HSV14°69.23%30.59%
CMYK0.00%52.56%69.23%
69.41%

Color #4E2518 in popluar number systems.

HEX4E2518
Decimal783724
Binary100111010010111000
Octal1164530

Shades and tints

Shades of #4E2518

#4E2518
(78,37,24)
#472216
(71,34,22)
#401F14
(64,31,20)
#391C12
(57,28,18)
#321910
(50,25,16)
#2B160E
(43,22,14)
#24130C
(36,19,12)
#1D100A
(29,16,10)
#160D08
(22,13,8)
#0F0A06
(15,10,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #4E2518

#4E2518
(78,37,24)
#5E382D
(94,56,45)
#6E4B42
(110,75,66)
#7E5E57
(126,94,87)
#8E716C
(142,113,108)
#9E8481
(158,132,129)
#AE9796
(174,151,150)
#BEAAAB
(190,170,171)
#CEBDC0
(206,189,192)
#DED0D5
(222,208,213)
#EEE3EA
(238,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2518 color. Also use rgb(78,37,24) instead hex code.

Text Font Color

.myTextColor { color: #4E2518; }

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

This text font color is #4E2518.


Background Color

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

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

This div background color is #4E2518.


Border color

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

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

This div border color is #4E2518.


Opacity

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

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

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

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

This text has shadow with #4E2518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2518 on black background.


Color preview on white background

This text has color #4E2518 on white background.



Black color preview on #4E2518 background

This text has black color on #4E2518 background.


White color preview on #4E2518 background

This text has white color on #4E2518 background.