COLOR #E37F3F

HEX: #E37F3F
RGB: (227,127,63)

Color info

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

RGB color model

#E37F3F color RGB value is (227,127,63).

  • red value is 227;
  • green value is 127;
  • blue value is 63.
RGB:
(227,127,63)
(89%,50%,25%)

RGB channels and saturation

R 227 of 255 = 89%
G 127 of 255 = 50%
B 63 of 255 = 25%

227
127
63

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

Portions of RGB colors in percentages

R + G + B =
227 + 127 + 63 = 417 (100%)
R 227 of 417 ~ 54.44%
G 127 of 417 ~ 30.46%
B 63 of 417 ~ 15.11%

%54.44
%30.46
%15.11

CMYK color model

#E37F3F color CMYK value is (0,44,72,11).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 72.25%
  • key color value is 10.98%
CMYK:
(0,44,72,11)
C0M44Y72K11 
(0%,44%,72%,11%)
(0.00/0.44/0.72/0.11)	

CMYK percentages

%0
%44.05
%72.25
%10.98

Codes

Color #E37F3F in popluar color models

E37F3F
RGB22712763
HSL23°74.55%56.86%
HSB/HSV23°72.25%89.02%
CMYK0.00%44.05%72.25%
10.98%

Color #E37F3F in popluar number systems.

HEXE37F3F
Decimal22712763
Binary111000111111111111111
Octal34317777

Shades and tints

Shades of #E37F3F

#E37F3F
(227,127,63)
#CF743A
(207,116,58)
#BB6935
(187,105,53)
#A75E30
(167,94,48)
#93532B
(147,83,43)
#7F4826
(127,72,38)
#6B3D21
(107,61,33)
#57321C
(87,50,28)
#432717
(67,39,23)
#2F1C12
(47,28,18)
#1B110D
(27,17,13)
#000000
(0,0,0)

Tints of #E37F3F

#E37F3F
(227,127,63)
#E58A50
(229,138,80)
#E79561
(231,149,97)
#E9A072
(233,160,114)
#EBAB83
(235,171,131)
#EDB694
(237,182,148)
#EFC1A5
(239,193,165)
#F1CCB6
(241,204,182)
#F3D7C7
(243,215,199)
#F5E2D8
(245,226,216)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37F3F color. Also use rgb(227,127,63) instead hex code.

Text Font Color

.myTextColor { color: #E37F3F; }

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

This text font color is #E37F3F.


Background Color

.myBgColor { background-color: #E37F3F; }

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

This div background color is #E37F3F.


Border color

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

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

This div border color is #E37F3F.


Opacity

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

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

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

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

This text has shadow with #E37F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37F3F on black background.


Color preview on white background

This text has color #E37F3F on white background.



Black color preview on #E37F3F background

This text has black color on #E37F3F background.


White color preview on #E37F3F background

This text has white color on #E37F3F background.