COLOR #E46D3D

HEX: #E46D3D
RGB: (228,109,61)

Color info

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

RGB color model

#E46D3D color RGB value is (228,109,61).

  • red value is 228;
  • green value is 109;
  • blue value is 61.
RGB:
(228,109,61)
(89%,43%,24%)

RGB channels and saturation

R 228 of 255 = 89%
G 109 of 255 = 43%
B 61 of 255 = 24%

228
109
61

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

Portions of RGB colors in percentages

R + G + B =
228 + 109 + 61 = 398 (100%)
R 228 of 398 ~ 57.29%
G 109 of 398 ~ 27.39%
B 61 of 398 ~ 15.33%

%57.29
%27.39
%15.33

CMYK color model

#E46D3D color CMYK value is (0,52,73,11).

  • cyan value is 0.00%
  • magenta value is 52.19%
  • yellow value is 73.25%
  • key color value is 10.59%
CMYK:
(0,52,73,11)
C0M52Y73K11 
(0%,52%,73%,11%)
(0.00/0.52/0.73/0.11)	

CMYK percentages

%0
%52.19
%73.25
%10.59

Codes

Color #E46D3D in popluar color models

E46D3D
RGB22810961
HSL17°75.57%56.67%
HSB/HSV17°73.25%89.41%
CMYK0.00%52.19%73.25%
10.59%

Color #E46D3D in popluar number systems.

HEXE46D3D
Decimal22810961
Binary111001001101101111101
Octal34415575

Shades and tints

Shades of #E46D3D

#E46D3D
(228,109,61)
#D06438
(208,100,56)
#BC5B33
(188,91,51)
#A8522E
(168,82,46)
#944929
(148,73,41)
#804024
(128,64,36)
#6C371F
(108,55,31)
#582E1A
(88,46,26)
#442515
(68,37,21)
#301C10
(48,28,16)
#1C130B
(28,19,11)
#000000
(0,0,0)

Tints of #E46D3D

#E46D3D
(228,109,61)
#E67A4E
(230,122,78)
#E8875F
(232,135,95)
#EA9470
(234,148,112)
#ECA181
(236,161,129)
#EEAE92
(238,174,146)
#F0BBA3
(240,187,163)
#F2C8B4
(242,200,180)
#F4D5C5
(244,213,197)
#F6E2D6
(246,226,214)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46D3D color. Also use rgb(228,109,61) instead hex code.

Text Font Color

.myTextColor { color: #E46D3D; }

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

This text font color is #E46D3D.


Background Color

.myBgColor { background-color: #E46D3D; }

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

This div background color is #E46D3D.


Border color

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

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

This div border color is #E46D3D.


Opacity

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

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

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

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

This text has shadow with #E46D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46D3D on black background.


Color preview on white background

This text has color #E46D3D on white background.



Black color preview on #E46D3D background

This text has black color on #E46D3D background.


White color preview on #E46D3D background

This text has white color on #E46D3D background.