COLOR #E27C2B

HEX: #E27C2B
RGB: (226,124,43)

Color info

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

RGB color model

#E27C2B color RGB value is (226,124,43).

  • red value is 226;
  • green value is 124;
  • blue value is 43.
RGB:
(226,124,43)
(89%,49%,17%)

RGB channels and saturation

R 226 of 255 = 89%
G 124 of 255 = 49%
B 43 of 255 = 17%

226
124
43

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

Portions of RGB colors in percentages

R + G + B =
226 + 124 + 43 = 393 (100%)
R 226 of 393 ~ 57.51%
G 124 of 393 ~ 31.55%
B 43 of 393 ~ 10.94%

%57.51
%31.55
%10.94

CMYK color model

#E27C2B color CMYK value is (0,45,81,11).

  • cyan value is 0.00%
  • magenta value is 45.13%
  • yellow value is 80.97%
  • key color value is 11.37%
CMYK:
(0,45,81,11)
C0M45Y81K11 
(0%,45%,81%,11%)
(0.00/0.45/0.81/0.11)	

CMYK percentages

%0
%45.13
%80.97
%11.37

Codes

Color #E27C2B in popluar color models

E27C2B
RGB22612443
HSL27°75.93%52.75%
HSB/HSV27°80.97%88.63%
CMYK0.00%45.13%80.97%
11.37%

Color #E27C2B in popluar number systems.

HEXE27C2B
Decimal22612443
Binary111000101111100101011
Octal34217453

Shades and tints

Shades of #E27C2B

#E27C2B
(226,124,43)
#CE7128
(206,113,40)
#BA6625
(186,102,37)
#A65B22
(166,91,34)
#92501F
(146,80,31)
#7E451C
(126,69,28)
#6A3A19
(106,58,25)
#562F16
(86,47,22)
#422413
(66,36,19)
#2E1910
(46,25,16)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #E27C2B

#E27C2B
(226,124,43)
#E4873E
(228,135,62)
#E69251
(230,146,81)
#E89D64
(232,157,100)
#EAA877
(234,168,119)
#ECB38A
(236,179,138)
#EEBE9D
(238,190,157)
#F0C9B0
(240,201,176)
#F2D4C3
(242,212,195)
#F4DFD6
(244,223,214)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27C2B color. Also use rgb(226,124,43) instead hex code.

Text Font Color

.myTextColor { color: #E27C2B; }

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

This text font color is #E27C2B.


Background Color

.myBgColor { background-color: #E27C2B; }

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

This div background color is #E27C2B.


Border color

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

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

This div border color is #E27C2B.


Opacity

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

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

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

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

This text has shadow with #E27C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27C2B on black background.


Color preview on white background

This text has color #E27C2B on white background.



Black color preview on #E27C2B background

This text has black color on #E27C2B background.


White color preview on #E27C2B background

This text has white color on #E27C2B background.