COLOR #E7832E

HEX: #E7832E
RGB: (231,131,46)

Color info

#E7832E contains mainly red color. Web safe color of #E7832E is #FF9933 (or #F93).

RGB color model

#E7832E color RGB value is (231,131,46).

  • red value is 231;
  • green value is 131;
  • blue value is 46.
RGB:
(231,131,46)
(91%,51%,18%)

RGB channels and saturation

R 231 of 255 = 91%
G 131 of 255 = 51%
B 46 of 255 = 18%

231
131
46

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

Portions of RGB colors in percentages

R + G + B =
231 + 131 + 46 = 408 (100%)
R 231 of 408 ~ 56.62%
G 131 of 408 ~ 32.11%
B 46 of 408 ~ 11.27%

%56.62
%32.11
%11.27

CMYK color model

#E7832E color CMYK value is (0,43,80,9).

  • cyan value is 0.00%
  • magenta value is 43.29%
  • yellow value is 80.09%
  • key color value is 9.41%
CMYK:
(0,43,80,9)
C0M43Y80K9 
(0%,43%,80%,9%)
(0.00/0.43/0.80/0.09)	

CMYK percentages

%0
%43.29
%80.09
%9.41

Codes

Color #E7832E in popluar color models

E7832E
RGB23113146
HSL28°79.40%54.31%
HSB/HSV28°80.09%90.59%
CMYK0.00%43.29%80.09%
9.41%

Color #E7832E in popluar number systems.

HEXE7832E
Decimal23113146
Binary1110011110000011101110
Octal34720356

Shades and tints

Shades of #E7832E

#E7832E
(231,131,46)
#D2782A
(210,120,42)
#BD6D26
(189,109,38)
#A86222
(168,98,34)
#93571E
(147,87,30)
#7E4C1A
(126,76,26)
#694116
(105,65,22)
#543612
(84,54,18)
#3F2B0E
(63,43,14)
#2A200A
(42,32,10)
#151506
(21,21,6)
#000000
(0,0,0)

Tints of #E7832E

#E7832E
(231,131,46)
#E98E41
(233,142,65)
#EB9954
(235,153,84)
#EDA467
(237,164,103)
#EFAF7A
(239,175,122)
#F1BA8D
(241,186,141)
#F3C5A0
(243,197,160)
#F5D0B3
(245,208,179)
#F7DBC6
(247,219,198)
#F9E6D9
(249,230,217)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7832E color. Also use rgb(231,131,46) instead hex code.

Text Font Color

.myTextColor { color: #E7832E; }

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

This text font color is #E7832E.


Background Color

.myBgColor { background-color: #E7832E; }

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

This div background color is #E7832E.


Border color

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

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

This div border color is #E7832E.


Opacity

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

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

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

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

This text has shadow with #E7832E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7832E on black background.


Color preview on white background

This text has color #E7832E on white background.



Black color preview on #E7832E background

This text has black color on #E7832E background.


White color preview on #E7832E background

This text has white color on #E7832E background.