COLOR #E68945

HEX: #E68945
RGB: (230,137,69)

Color info

#E68945 contains mainly red color. Web safe color of #E68945 is #CC9933 (or #C93).

RGB color model

#E68945 color RGB value is (230,137,69).

  • red value is 230;
  • green value is 137;
  • blue value is 69.
RGB:
(230,137,69)
(90%,54%,27%)

RGB channels and saturation

R 230 of 255 = 90%
G 137 of 255 = 54%
B 69 of 255 = 27%

230
137
69

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

Portions of RGB colors in percentages

R + G + B =
230 + 137 + 69 = 436 (100%)
R 230 of 436 ~ 52.75%
G 137 of 436 ~ 31.42%
B 69 of 436 ~ 15.83%

%52.75
%31.42
%15.83

CMYK color model

#E68945 color CMYK value is (0,40,70,10).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 70.00%
  • key color value is 9.80%
CMYK:
(0,40,70,10)
C0M40Y70K10 
(0%,40%,70%,10%)
(0.00/0.40/0.70/0.10)	

CMYK percentages

%0
%40.43
%70
%9.8

Codes

Color #E68945 in popluar color models

E68945
RGB23013769
HSL25°76.30%58.63%
HSB/HSV25°70.00%90.20%
CMYK0.00%40.43%70.00%
9.80%

Color #E68945 in popluar number systems.

HEXE68945
Decimal23013769
Binary11100110100010011000101
Octal346211105

Shades and tints

Shades of #E68945

#E68945
(230,137,69)
#D27D3F
(210,125,63)
#BE7139
(190,113,57)
#AA6533
(170,101,51)
#96592D
(150,89,45)
#824D27
(130,77,39)
#6E4121
(110,65,33)
#5A351B
(90,53,27)
#462915
(70,41,21)
#321D0F
(50,29,15)
#1E1109
(30,17,9)
#000000
(0,0,0)

Tints of #E68945

#E68945
(230,137,69)
#E89355
(232,147,85)
#EA9D65
(234,157,101)
#ECA775
(236,167,117)
#EEB185
(238,177,133)
#F0BB95
(240,187,149)
#F2C5A5
(242,197,165)
#F4CFB5
(244,207,181)
#F6D9C5
(246,217,197)
#F8E3D5
(248,227,213)
#FAEDE5
(250,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68945 color. Also use rgb(230,137,69) instead hex code.

Text Font Color

.myTextColor { color: #E68945; }

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

This text font color is #E68945.


Background Color

.myBgColor { background-color: #E68945; }

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

This div background color is #E68945.


Border color

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

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

This div border color is #E68945.


Opacity

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

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

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

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

This text has shadow with #E68945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68945 on black background.


Color preview on white background

This text has color #E68945 on white background.



Black color preview on #E68945 background

This text has black color on #E68945 background.


White color preview on #E68945 background

This text has white color on #E68945 background.