COLOR #E37F32

HEX: #E37F32
RGB: (227,127,50)

Color info

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

RGB color model

#E37F32 color RGB value is (227,127,50).

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

RGB channels and saturation

R 227 of 255 = 89%
G 127 of 255 = 50%
B 50 of 255 = 20%

227
127
50

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

Portions of RGB colors in percentages

R + G + B =
227 + 127 + 50 = 404 (100%)
R 227 of 404 ~ 56.19%
G 127 of 404 ~ 31.44%
B 50 of 404 ~ 12.38%

%56.19
%31.44
%12.38

CMYK color model

#E37F32 color CMYK value is (0,44,78,11).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 77.97%
  • key color value is 10.98%
CMYK:
(0,44,78,11)
C0M44Y78K11 
(0%,44%,78%,11%)
(0.00/0.44/0.78/0.11)	

CMYK percentages

%0
%44.05
%77.97
%10.98

Codes

Color #E37F32 in popluar color models

E37F32
RGB22712750
HSL26°75.97%54.31%
HSB/HSV26°77.97%89.02%
CMYK0.00%44.05%77.97%
10.98%

Color #E37F32 in popluar number systems.

HEXE37F32
Decimal22712750
Binary111000111111111110010
Octal34317762

Shades and tints

Shades of #E37F32

#E37F32
(227,127,50)
#CF742E
(207,116,46)
#BB692A
(187,105,42)
#A75E26
(167,94,38)
#935322
(147,83,34)
#7F481E
(127,72,30)
#6B3D1A
(107,61,26)
#573216
(87,50,22)
#432712
(67,39,18)
#2F1C0E
(47,28,14)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #E37F32

#E37F32
(227,127,50)
#E58A44
(229,138,68)
#E79556
(231,149,86)
#E9A068
(233,160,104)
#EBAB7A
(235,171,122)
#EDB68C
(237,182,140)
#EFC19E
(239,193,158)
#F1CCB0
(241,204,176)
#F3D7C2
(243,215,194)
#F5E2D4
(245,226,212)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E37F32; }

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

This text font color is #E37F32.


Background Color

.myBgColor { background-color: #E37F32; }

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

This div background color is #E37F32.


Border color

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

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

This div border color is #E37F32.


Opacity

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

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

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

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

This text has shadow with #E37F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37F32 on black background.


Color preview on white background

This text has color #E37F32 on white background.



Black color preview on #E37F32 background

This text has black color on #E37F32 background.


White color preview on #E37F32 background

This text has white color on #E37F32 background.