COLOR #4E0E25

HEX: #4E0E25
RGB: (78,14,37)

Color info

#4E0E25 contains mainly red and blue colors. Web safe color of #4E0E25 is #660033 (or #603).

RGB color model

#4E0E25 color RGB value is (78,14,37).

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

RGB channels and saturation

R 78 of 255 = 31%
G 14 of 255 = 5%
B 37 of 255 = 15%

78
14
37

R + G + B ~ 17%. #4E0E25 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 14 + 37 = 129 (100%)
R 78 of 129 ~ 60.47%
G 14 of 129 ~ 10.85%
B 37 of 129 ~ 28.68%

%60.47
%10.85
%28.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 82.05%
  • yellow value is 52.56%
  • key color value is 69.41%
CMYK:
(0,82,53,69)
C0M82Y53K69 
(0%,82%,53%,69%)
(0.00/0.82/0.53/0.69)	

CMYK percentages

%0
%82.05
%52.56
%69.41

Codes

Color #4E0E25 in popluar color models

4E0E25
RGB781437
HSL338°69.57%18.04%
HSB/HSV338°82.05%30.59%
CMYK0.00%82.05%52.56%
69.41%

Color #4E0E25 in popluar number systems.

HEX4E0E25
Decimal781437
Binary10011101110100101
Octal1161645

Shades and tints

Shades of #4E0E25

#4E0E25
(78,14,37)
#470D22
(71,13,34)
#400C1F
(64,12,31)
#390B1C
(57,11,28)
#320A19
(50,10,25)
#2B0916
(43,9,22)
#240813
(36,8,19)
#1D0710
(29,7,16)
#16060D
(22,6,13)
#0F050A
(15,5,10)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #4E0E25

#4E0E25
(78,14,37)
#5E2338
(94,35,56)
#6E384B
(110,56,75)
#7E4D5E
(126,77,94)
#8E6271
(142,98,113)
#9E7784
(158,119,132)
#AE8C97
(174,140,151)
#BEA1AA
(190,161,170)
#CEB6BD
(206,182,189)
#DECBD0
(222,203,208)
#EEE0E3
(238,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0E25; }

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

This text font color is #4E0E25.


Background Color

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

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

This div background color is #4E0E25.


Border color

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

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

This div border color is #4E0E25.


Opacity

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

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

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

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

This text has shadow with #4E0E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0E25 on black background.


Color preview on white background

This text has color #4E0E25 on white background.



Black color preview on #4E0E25 background

This text has black color on #4E0E25 background.


White color preview on #4E0E25 background

This text has white color on #4E0E25 background.