COLOR #E67A4E

HEX: #E67A4E
RGB: (230,122,78)

Color info

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

RGB color model

#E67A4E color RGB value is (230,122,78).

  • red value is 230;
  • green value is 122;
  • blue value is 78.
RGB:
(230,122,78)
(90%,48%,31%)

RGB channels and saturation

R 230 of 255 = 90%
G 122 of 255 = 48%
B 78 of 255 = 31%

230
122
78

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

Portions of RGB colors in percentages

R + G + B =
230 + 122 + 78 = 430 (100%)
R 230 of 430 ~ 53.49%
G 122 of 430 ~ 28.37%
B 78 of 430 ~ 18.14%

%53.49
%28.37
%18.14

CMYK color model

#E67A4E color CMYK value is (0,47,66,10).

  • cyan value is 0.00%
  • magenta value is 46.96%
  • yellow value is 66.09%
  • key color value is 9.80%
CMYK:
(0,47,66,10)
C0M47Y66K10 
(0%,47%,66%,10%)
(0.00/0.47/0.66/0.10)	

CMYK percentages

%0
%46.96
%66.09
%9.8

Codes

Color #E67A4E in popluar color models

E67A4E
RGB23012278
HSL17°75.25%60.39%
HSB/HSV17°66.09%90.20%
CMYK0.00%46.96%66.09%
9.80%

Color #E67A4E in popluar number systems.

HEXE67A4E
Decimal23012278
Binary1110011011110101001110
Octal346172116

Shades and tints

Shades of #E67A4E

#E67A4E
(230,122,78)
#D26F47
(210,111,71)
#BE6440
(190,100,64)
#AA5939
(170,89,57)
#964E32
(150,78,50)
#82432B
(130,67,43)
#6E3824
(110,56,36)
#5A2D1D
(90,45,29)
#462216
(70,34,22)
#32170F
(50,23,15)
#1E0C08
(30,12,8)
#000000
(0,0,0)

Tints of #E67A4E

#E67A4E
(230,122,78)
#E8865E
(232,134,94)
#EA926E
(234,146,110)
#EC9E7E
(236,158,126)
#EEAA8E
(238,170,142)
#F0B69E
(240,182,158)
#F2C2AE
(242,194,174)
#F4CEBE
(244,206,190)
#F6DACE
(246,218,206)
#F8E6DE
(248,230,222)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67A4E color. Also use rgb(230,122,78) instead hex code.

Text Font Color

.myTextColor { color: #E67A4E; }

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

This text font color is #E67A4E.


Background Color

.myBgColor { background-color: #E67A4E; }

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

This div background color is #E67A4E.


Border color

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

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

This div border color is #E67A4E.


Opacity

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

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

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

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

This text has shadow with #E67A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67A4E on black background.


Color preview on white background

This text has color #E67A4E on white background.



Black color preview on #E67A4E background

This text has black color on #E67A4E background.


White color preview on #E67A4E background

This text has white color on #E67A4E background.