COLOR #E3992A

HEX: #E3992A
RGB: (227,153,42)

Color info

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

RGB color model

#E3992A color RGB value is (227,153,42).

  • red value is 227;
  • green value is 153;
  • blue value is 42.
RGB:
(227,153,42)
(89%,60%,16%)

RGB channels and saturation

R 227 of 255 = 89%
G 153 of 255 = 60%
B 42 of 255 = 16%

227
153
42

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

Portions of RGB colors in percentages

R + G + B =
227 + 153 + 42 = 422 (100%)
R 227 of 422 ~ 53.79%
G 153 of 422 ~ 36.26%
B 42 of 422 ~ 9.95%

%53.79
%36.26
%9.95

CMYK color model

#E3992A color CMYK value is (0,33,81,11).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 81.50%
  • key color value is 10.98%
CMYK:
(0,33,81,11)
C0M33Y81K11 
(0%,33%,81%,11%)
(0.00/0.33/0.81/0.11)	

CMYK percentages

%0
%32.6
%81.5
%10.98

Codes

Color #E3992A in popluar color models

E3992A
RGB22715342
HSL36°76.76%52.75%
HSB/HSV36°81.50%89.02%
CMYK0.00%32.60%81.50%
10.98%

Color #E3992A in popluar number systems.

HEXE3992A
Decimal22715342
Binary1110001110011001101010
Octal34323152

Shades and tints

Shades of #E3992A

#E3992A
(227,153,42)
#CF8C27
(207,140,39)
#BB7F24
(187,127,36)
#A77221
(167,114,33)
#93651E
(147,101,30)
#7F581B
(127,88,27)
#6B4B18
(107,75,24)
#573E15
(87,62,21)
#433112
(67,49,18)
#2F240F
(47,36,15)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #E3992A

#E3992A
(227,153,42)
#E5A23D
(229,162,61)
#E7AB50
(231,171,80)
#E9B463
(233,180,99)
#EBBD76
(235,189,118)
#EDC689
(237,198,137)
#EFCF9C
(239,207,156)
#F1D8AF
(241,216,175)
#F3E1C2
(243,225,194)
#F5EAD5
(245,234,213)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3992A color. Also use rgb(227,153,42) instead hex code.

Text Font Color

.myTextColor { color: #E3992A; }

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

This text font color is #E3992A.


Background Color

.myBgColor { background-color: #E3992A; }

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

This div background color is #E3992A.


Border color

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

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

This div border color is #E3992A.


Opacity

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

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

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

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

This text has shadow with #E3992A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3992A on black background.


Color preview on white background

This text has color #E3992A on white background.



Black color preview on #E3992A background

This text has black color on #E3992A background.


White color preview on #E3992A background

This text has white color on #E3992A background.