COLOR #E67E61

HEX: #E67E61
RGB: (230,126,97)

Color info

#E67E61 contains mainly red color. Web safe color of #E67E61 is #CC6666 (or #C66).

RGB color model

#E67E61 color RGB value is (230,126,97).

  • red value is 230;
  • green value is 126;
  • blue value is 97.
RGB:
(230,126,97)
(90%,49%,38%)

RGB channels and saturation

R 230 of 255 = 90%
G 126 of 255 = 49%
B 97 of 255 = 38%

230
126
97

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

Portions of RGB colors in percentages

R + G + B =
230 + 126 + 97 = 453 (100%)
R 230 of 453 ~ 50.77%
G 126 of 453 ~ 27.81%
B 97 of 453 ~ 21.41%

%50.77
%27.81
%21.41

CMYK color model

#E67E61 color CMYK value is (0,45,58,10).

  • cyan value is 0.00%
  • magenta value is 45.22%
  • yellow value is 57.83%
  • key color value is 9.80%
CMYK:
(0,45,58,10)
C0M45Y58K10 
(0%,45%,58%,10%)
(0.00/0.45/0.58/0.10)	

CMYK percentages

%0
%45.22
%57.83
%9.8

Codes

Color #E67E61 in popluar color models

E67E61
RGB23012697
HSL13°72.68%64.12%
HSB/HSV13°57.83%90.20%
CMYK0.00%45.22%57.83%
9.80%

Color #E67E61 in popluar number systems.

HEXE67E61
Decimal23012697
Binary1110011011111101100001
Octal346176141

Shades and tints

Shades of #E67E61

#E67E61
(230,126,97)
#D27359
(210,115,89)
#BE6851
(190,104,81)
#AA5D49
(170,93,73)
#965241
(150,82,65)
#824739
(130,71,57)
#6E3C31
(110,60,49)
#5A3129
(90,49,41)
#462621
(70,38,33)
#321B19
(50,27,25)
#1E1011
(30,16,17)
#000000
(0,0,0)

Tints of #E67E61

#E67E61
(230,126,97)
#E8896F
(232,137,111)
#EA947D
(234,148,125)
#EC9F8B
(236,159,139)
#EEAA99
(238,170,153)
#F0B5A7
(240,181,167)
#F2C0B5
(242,192,181)
#F4CBC3
(244,203,195)
#F6D6D1
(246,214,209)
#F8E1DF
(248,225,223)
#FAECED
(250,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67E61 color. Also use rgb(230,126,97) instead hex code.

Text Font Color

.myTextColor { color: #E67E61; }

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

This text font color is #E67E61.


Background Color

.myBgColor { background-color: #E67E61; }

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

This div background color is #E67E61.


Border color

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

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

This div border color is #E67E61.


Opacity

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

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

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

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

This text has shadow with #E67E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67E61 on black background.


Color preview on white background

This text has color #E67E61 on white background.



Black color preview on #E67E61 background

This text has black color on #E67E61 background.


White color preview on #E67E61 background

This text has white color on #E67E61 background.