COLOR #E3831D

HEX: #E3831D
RGB: (227,131,29)

Color info

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

RGB color model

#E3831D color RGB value is (227,131,29).

  • red value is 227;
  • green value is 131;
  • blue value is 29.
RGB:
(227,131,29)
(89%,51%,11%)

RGB channels and saturation

R 227 of 255 = 89%
G 131 of 255 = 51%
B 29 of 255 = 11%

227
131
29

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

Portions of RGB colors in percentages

R + G + B =
227 + 131 + 29 = 387 (100%)
R 227 of 387 ~ 58.66%
G 131 of 387 ~ 33.85%
B 29 of 387 ~ 7.49%

%58.66
%33.85

CMYK color model

#E3831D color CMYK value is (0,42,87,11).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 87.22%
  • key color value is 10.98%
CMYK:
(0,42,87,11)
C0M42Y87K11 
(0%,42%,87%,11%)
(0.00/0.42/0.87/0.11)	

CMYK percentages

%0
%42.29
%87.22
%10.98

Codes

Color #E3831D in popluar color models

E3831D
RGB22713129
HSL31°77.95%50.20%
HSB/HSV31°87.22%89.02%
CMYK0.00%42.29%87.22%
10.98%

Color #E3831D in popluar number systems.

HEXE3831D
Decimal22713129
Binary111000111000001111101
Octal34320335

Shades and tints

Shades of #E3831D

#E3831D
(227,131,29)
#CF781B
(207,120,27)
#BB6D19
(187,109,25)
#A76217
(167,98,23)
#935715
(147,87,21)
#7F4C13
(127,76,19)
#6B4111
(107,65,17)
#57360F
(87,54,15)
#432B0D
(67,43,13)
#2F200B
(47,32,11)
#1B1509
(27,21,9)
#000000
(0,0,0)

Tints of #E3831D

#E3831D
(227,131,29)
#E58E31
(229,142,49)
#E79945
(231,153,69)
#E9A459
(233,164,89)
#EBAF6D
(235,175,109)
#EDBA81
(237,186,129)
#EFC595
(239,197,149)
#F1D0A9
(241,208,169)
#F3DBBD
(243,219,189)
#F5E6D1
(245,230,209)
#F7F1E5
(247,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3831D color. Also use rgb(227,131,29) instead hex code.

Text Font Color

.myTextColor { color: #E3831D; }

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

This text font color is #E3831D.


Background Color

.myBgColor { background-color: #E3831D; }

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

This div background color is #E3831D.


Border color

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

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

This div border color is #E3831D.


Opacity

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

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

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

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

This text has shadow with #E3831D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3831D on black background.


Color preview on white background

This text has color #E3831D on white background.



Black color preview on #E3831D background

This text has black color on #E3831D background.


White color preview on #E3831D background

This text has white color on #E3831D background.