COLOR #E65C47

HEX: #E65C47
RGB: (230,92,71)

Color info

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

RGB color model

#E65C47 color RGB value is (230,92,71).

  • red value is 230;
  • green value is 92;
  • blue value is 71.
RGB:
(230,92,71)
(90%,36%,28%)

RGB channels and saturation

R 230 of 255 = 90%
G 92 of 255 = 36%
B 71 of 255 = 28%

230
92
71

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

Portions of RGB colors in percentages

R + G + B =
230 + 92 + 71 = 393 (100%)
R 230 of 393 ~ 58.52%
G 92 of 393 ~ 23.41%
B 71 of 393 ~ 18.07%

%58.52
%23.41
%18.07

CMYK color model

#E65C47 color CMYK value is (0,60,69,10).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 69.13%
  • key color value is 9.80%
CMYK:
(0,60,69,10)
C0M60Y69K10 
(0%,60%,69%,10%)
(0.00/0.60/0.69/0.10)	

CMYK percentages

%0
%60
%69.13
%9.8

Codes

Color #E65C47 in popluar color models

E65C47
RGB2309271
HSL76.08%59.02%
HSB/HSV69.13%90.20%
CMYK0.00%60.00%69.13%
9.80%

Color #E65C47 in popluar number systems.

HEXE65C47
Decimal2309271
Binary1110011010111001000111
Octal346134107

Shades and tints

Shades of #E65C47

#E65C47
(230,92,71)
#D25441
(210,84,65)
#BE4C3B
(190,76,59)
#AA4435
(170,68,53)
#963C2F
(150,60,47)
#823429
(130,52,41)
#6E2C23
(110,44,35)
#5A241D
(90,36,29)
#461C17
(70,28,23)
#321411
(50,20,17)
#1E0C0B
(30,12,11)
#000000
(0,0,0)

Tints of #E65C47

#E65C47
(230,92,71)
#E86A57
(232,106,87)
#EA7867
(234,120,103)
#EC8677
(236,134,119)
#EE9487
(238,148,135)
#F0A297
(240,162,151)
#F2B0A7
(242,176,167)
#F4BEB7
(244,190,183)
#F6CCC7
(246,204,199)
#F8DAD7
(248,218,215)
#FAE8E7
(250,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65C47 color. Also use rgb(230,92,71) instead hex code.

Text Font Color

.myTextColor { color: #E65C47; }

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

This text font color is #E65C47.


Background Color

.myBgColor { background-color: #E65C47; }

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

This div background color is #E65C47.


Border color

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

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

This div border color is #E65C47.


Opacity

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

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

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

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

This text has shadow with #E65C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65C47 on black background.


Color preview on white background

This text has color #E65C47 on white background.



Black color preview on #E65C47 background

This text has black color on #E65C47 background.


White color preview on #E65C47 background

This text has white color on #E65C47 background.