COLOR #E3540E

HEX: #E3540E
RGB: (227,84,14)

Color info

#E3540E contains mainly red color. Web safe color of #E3540E is #CC6600 (or #C60).

RGB color model

#E3540E color RGB value is (227,84,14).

  • red value is 227;
  • green value is 84;
  • blue value is 14.
RGB:
(227,84,14)
(89%,33%,5%)

RGB channels and saturation

R 227 of 255 = 89%
G 84 of 255 = 33%
B 14 of 255 = 5%

227
84
14

R + G + B ~ 42%. #E3540E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 84 + 14 = 325 (100%)
R 227 of 325 ~ 69.85%
G 84 of 325 ~ 25.85%
B 14 of 325 ~ 4.31%

%69.85
%25.85

CMYK color model

#E3540E color CMYK value is (0,63,94,11).

  • cyan value is 0.00%
  • magenta value is 63.00%
  • yellow value is 93.83%
  • key color value is 10.98%
CMYK:
(0,63,94,11)
C0M63Y94K11 
(0%,63%,94%,11%)
(0.00/0.63/0.94/0.11)	

CMYK percentages

%0
%63
%93.83
%10.98

Codes

Color #E3540E in popluar color models

E3540E
RGB2278414
HSL20°88.38%47.25%
HSB/HSV20°93.83%89.02%
CMYK0.00%63.00%93.83%
10.98%

Color #E3540E in popluar number systems.

HEXE3540E
Decimal2278414
Binary1110001110101001110
Octal34312416

Shades and tints

Shades of #E3540E

#E3540E
(227,84,14)
#CF4D0D
(207,77,13)
#BB460C
(187,70,12)
#A73F0B
(167,63,11)
#93380A
(147,56,10)
#7F3109
(127,49,9)
#6B2A08
(107,42,8)
#572307
(87,35,7)
#431C06
(67,28,6)
#2F1505
(47,21,5)
#1B0E04
(27,14,4)
#000000
(0,0,0)

Tints of #E3540E

#E3540E
(227,84,14)
#E56323
(229,99,35)
#E77238
(231,114,56)
#E9814D
(233,129,77)
#EB9062
(235,144,98)
#ED9F77
(237,159,119)
#EFAE8C
(239,174,140)
#F1BDA1
(241,189,161)
#F3CCB6
(243,204,182)
#F5DBCB
(245,219,203)
#F7EAE0
(247,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3540E color. Also use rgb(227,84,14) instead hex code.

Text Font Color

.myTextColor { color: #E3540E; }

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

This text font color is #E3540E.


Background Color

.myBgColor { background-color: #E3540E; }

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

This div background color is #E3540E.


Border color

.myBorderColor { border: 1px solid #E3540E; }

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

This div border color is #E3540E.


Opacity

.myOpacity80 { color: #E3540E; opacity: 0.8; }

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

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

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

This text has shadow with #E3540E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3540E on black background.


Color preview on white background

This text has color #E3540E on white background.



Black color preview on #E3540E background

This text has black color on #E3540E background.


White color preview on #E3540E background

This text has white color on #E3540E background.