COLOR #4E270D

HEX: #4E270D
RGB: (78,39,13)

Color info

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

RGB color model

#4E270D color RGB value is (78,39,13).

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

RGB channels and saturation

R 78 of 255 = 31%
G 39 of 255 = 15%
B 13 of 255 = 5%

78
39
13

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

Portions of RGB colors in percentages

R + G + B =
78 + 39 + 13 = 130 (100%)
R 78 of 130 ~ 60%
G 39 of 130 ~ 30%
B 13 of 130 ~ 10%

%60
%30
%10

CMYK color model

#4E270D color CMYK value is (0,50,83,69).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 83.33%
  • key color value is 69.41%
CMYK:
(0,50,83,69)
C0M50Y83K69 
(0%,50%,83%,69%)
(0.00/0.50/0.83/0.69)	

CMYK percentages

%0
%50
%83.33
%69.41

Codes

Color #4E270D in popluar color models

4E270D
RGB783913
HSL24°71.43%17.84%
HSB/HSV24°83.33%30.59%
CMYK0.00%50.00%83.33%
69.41%

Color #4E270D in popluar number systems.

HEX4E270D
Decimal783913
Binary10011101001111101
Octal1164715

Shades and tints

Shades of #4E270D

#4E270D
(78,39,13)
#47240C
(71,36,12)
#40210B
(64,33,11)
#391E0A
(57,30,10)
#321B09
(50,27,9)
#2B1808
(43,24,8)
#241507
(36,21,7)
#1D1206
(29,18,6)
#160F05
(22,15,5)
#0F0C04
(15,12,4)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #4E270D

#4E270D
(78,39,13)
#5E3A23
(94,58,35)
#6E4D39
(110,77,57)
#7E604F
(126,96,79)
#8E7365
(142,115,101)
#9E867B
(158,134,123)
#AE9991
(174,153,145)
#BEACA7
(190,172,167)
#CEBFBD
(206,191,189)
#DED2D3
(222,210,211)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E270D color. Also use rgb(78,39,13) instead hex code.

Text Font Color

.myTextColor { color: #4E270D; }

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

This text font color is #4E270D.


Background Color

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

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

This div background color is #4E270D.


Border color

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

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

This div border color is #4E270D.


Opacity

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

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

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

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

This text has shadow with #4E270D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E270D on black background.


Color preview on white background

This text has color #4E270D on white background.



Black color preview on #4E270D background

This text has black color on #4E270D background.


White color preview on #4E270D background

This text has white color on #4E270D background.