COLOR #4E250F

HEX: #4E250F
RGB: (78,37,15)

Color info

#4E250F contains mainly red and green colors. Web safe color of #4E250F is #663300 (or #630).

RGB color model

#4E250F color RGB value is (78,37,15).

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

RGB channels and saturation

R 78 of 255 = 31%
G 37 of 255 = 15%
B 15 of 255 = 6%

78
37
15

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

Portions of RGB colors in percentages

R + G + B =
78 + 37 + 15 = 130 (100%)
R 78 of 130 ~ 60%
G 37 of 130 ~ 28.46%
B 15 of 130 ~ 11.54%

%60
%28.46
%11.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.56%
  • yellow value is 80.77%
  • key color value is 69.41%
CMYK:
(0,53,81,69)
C0M53Y81K69 
(0%,53%,81%,69%)
(0.00/0.53/0.81/0.69)	

CMYK percentages

%0
%52.56
%80.77
%69.41

Codes

Color #4E250F in popluar color models

4E250F
RGB783715
HSL21°67.74%18.24%
HSB/HSV21°80.77%30.59%
CMYK0.00%52.56%80.77%
69.41%

Color #4E250F in popluar number systems.

HEX4E250F
Decimal783715
Binary10011101001011111
Octal1164517

Shades and tints

Shades of #4E250F

#4E250F
(78,37,15)
#47220E
(71,34,14)
#401F0D
(64,31,13)
#391C0C
(57,28,12)
#32190B
(50,25,11)
#2B160A
(43,22,10)
#241309
(36,19,9)
#1D1008
(29,16,8)
#160D07
(22,13,7)
#0F0A06
(15,10,6)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #4E250F

#4E250F
(78,37,15)
#5E3824
(94,56,36)
#6E4B39
(110,75,57)
#7E5E4E
(126,94,78)
#8E7163
(142,113,99)
#9E8478
(158,132,120)
#AE978D
(174,151,141)
#BEAAA2
(190,170,162)
#CEBDB7
(206,189,183)
#DED0CC
(222,208,204)
#EEE3E1
(238,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E250F; }

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

This text font color is #4E250F.


Background Color

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

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

This div background color is #4E250F.


Border color

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

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

This div border color is #4E250F.


Opacity

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

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

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

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

This text has shadow with #4E250F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E250F on black background.


Color preview on white background

This text has color #4E250F on white background.



Black color preview on #4E250F background

This text has black color on #4E250F background.


White color preview on #4E250F background

This text has white color on #4E250F background.