COLOR #E1782D

HEX: #E1782D
RGB: (225,120,45)

Color info

#E1782D contains mainly red color. Web safe color of #E1782D is #CC6633 (or #C63).

RGB color model

#E1782D color RGB value is (225,120,45).

  • red value is 225;
  • green value is 120;
  • blue value is 45.
RGB:
(225,120,45)
(88%,47%,18%)

RGB channels and saturation

R 225 of 255 = 88%
G 120 of 255 = 47%
B 45 of 255 = 18%

225
120
45

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

Portions of RGB colors in percentages

R + G + B =
225 + 120 + 45 = 390 (100%)
R 225 of 390 ~ 57.69%
G 120 of 390 ~ 30.77%
B 45 of 390 ~ 11.54%

%57.69
%30.77
%11.54

CMYK color model

#E1782D color CMYK value is (0,47,80,12).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 80.00%
  • key color value is 11.76%
CMYK:
(0,47,80,12)
C0M47Y80K12 
(0%,47%,80%,12%)
(0.00/0.47/0.80/0.12)	

CMYK percentages

%0
%46.67
%80
%11.76

Codes

Color #E1782D in popluar color models

E1782D
RGB22512045
HSL25°75.00%52.94%
HSB/HSV25°80.00%88.24%
CMYK0.00%46.67%80.00%
11.76%

Color #E1782D in popluar number systems.

HEXE1782D
Decimal22512045
Binary111000011111000101101
Octal34117055

Shades and tints

Shades of #E1782D

#E1782D
(225,120,45)
#CD6E29
(205,110,41)
#B96425
(185,100,37)
#A55A21
(165,90,33)
#91501D
(145,80,29)
#7D4619
(125,70,25)
#693C15
(105,60,21)
#553211
(85,50,17)
#41280D
(65,40,13)
#2D1E09
(45,30,9)
#191405
(25,20,5)
#000000
(0,0,0)

Tints of #E1782D

#E1782D
(225,120,45)
#E38440
(227,132,64)
#E59053
(229,144,83)
#E79C66
(231,156,102)
#E9A879
(233,168,121)
#EBB48C
(235,180,140)
#EDC09F
(237,192,159)
#EFCCB2
(239,204,178)
#F1D8C5
(241,216,197)
#F3E4D8
(243,228,216)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1782D color. Also use rgb(225,120,45) instead hex code.

Text Font Color

.myTextColor { color: #E1782D; }

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

This text font color is #E1782D.


Background Color

.myBgColor { background-color: #E1782D; }

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

This div background color is #E1782D.


Border color

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

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

This div border color is #E1782D.


Opacity

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

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

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

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

This text has shadow with #E1782D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1782D on black background.


Color preview on white background

This text has color #E1782D on white background.



Black color preview on #E1782D background

This text has black color on #E1782D background.


White color preview on #E1782D background

This text has white color on #E1782D background.