COLOR #E67D3C

HEX: #E67D3C
RGB: (230,125,60)

Color info

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

RGB color model

#E67D3C color RGB value is (230,125,60).

  • red value is 230;
  • green value is 125;
  • blue value is 60.
RGB:
(230,125,60)
(90%,49%,24%)

RGB channels and saturation

R 230 of 255 = 90%
G 125 of 255 = 49%
B 60 of 255 = 24%

230
125
60

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

Portions of RGB colors in percentages

R + G + B =
230 + 125 + 60 = 415 (100%)
R 230 of 415 ~ 55.42%
G 125 of 415 ~ 30.12%
B 60 of 415 ~ 14.46%

%55.42
%30.12
%14.46

CMYK color model

#E67D3C color CMYK value is (0,46,74,10).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 73.91%
  • key color value is 9.80%
CMYK:
(0,46,74,10)
C0M46Y74K10 
(0%,46%,74%,10%)
(0.00/0.46/0.74/0.10)	

CMYK percentages

%0
%45.65
%73.91
%9.8

Codes

Color #E67D3C in popluar color models

E67D3C
RGB23012560
HSL23°77.27%56.86%
HSB/HSV23°73.91%90.20%
CMYK0.00%45.65%73.91%
9.80%

Color #E67D3C in popluar number systems.

HEXE67D3C
Decimal23012560
Binary111001101111101111100
Octal34617574

Shades and tints

Shades of #E67D3C

#E67D3C
(230,125,60)
#D27237
(210,114,55)
#BE6732
(190,103,50)
#AA5C2D
(170,92,45)
#965128
(150,81,40)
#824623
(130,70,35)
#6E3B1E
(110,59,30)
#5A3019
(90,48,25)
#462514
(70,37,20)
#321A0F
(50,26,15)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #E67D3C

#E67D3C
(230,125,60)
#E8884D
(232,136,77)
#EA935E
(234,147,94)
#EC9E6F
(236,158,111)
#EEA980
(238,169,128)
#F0B491
(240,180,145)
#F2BFA2
(242,191,162)
#F4CAB3
(244,202,179)
#F6D5C4
(246,213,196)
#F8E0D5
(248,224,213)
#FAEBE6
(250,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67D3C color. Also use rgb(230,125,60) instead hex code.

Text Font Color

.myTextColor { color: #E67D3C; }

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

This text font color is #E67D3C.


Background Color

.myBgColor { background-color: #E67D3C; }

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

This div background color is #E67D3C.


Border color

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

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

This div border color is #E67D3C.


Opacity

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

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

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

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

This text has shadow with #E67D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67D3C on black background.


Color preview on white background

This text has color #E67D3C on white background.



Black color preview on #E67D3C background

This text has black color on #E67D3C background.


White color preview on #E67D3C background

This text has white color on #E67D3C background.