COLOR #E37D1F

HEX: #E37D1F
RGB: (227,125,31)

Renk bilgisi

#E37D1F contains mainly red color. #E37D1F ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E37D1F color RGB value is (227,125,31).

  • kırmız ton 227;
  • yeşil ton 125;
  • mavi ton 31.
RGB:
(227,125,31)
(89%,49%,12%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 125 of 255 = 49%
B 31 of 255 = 12%

227
125
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 125 + 31 = 383 (100%)
R 227 of 383 ~ 59.27%
G 125 of 383 ~ 32.64%
B 31 of 383 ~ 8.09%

%59.27
%32.64

CMYK RENK MODELİ

#E37D1F rengi CMYK tonu (0,45,86,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.93%
  • sarı tonu 86.34%
  • ana renk tonu 10.98%
CMYK:
(0,45,86,11)
C0M45Y86K11 
(0%,45%,86%,11%)
(0.00/0.45/0.86/0.11)	

CMYK yüzdeleri

%0
%44.93
%86.34
%10.98

Codes

Color #E37D1F in popluar color models

E37D1F
RGB22712531
HSL29°77.78%50.59%
HSB/HSV29°86.34%89.02%
CMYK0.00%44.93%86.34%
10.98%

Color #E37D1F in popluar number systems.

HEXE37D1F
Decimal22712531
Binary11100011111110111111
Octal34317537

Shades and tints

Shades of #E37D1F

#E37D1F
(227,125,31)
#CF721D
(207,114,29)
#BB671B
(187,103,27)
#A75C19
(167,92,25)
#935117
(147,81,23)
#7F4615
(127,70,21)
#6B3B13
(107,59,19)
#573011
(87,48,17)
#43250F
(67,37,15)
#2F1A0D
(47,26,13)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #E37D1F

#E37D1F
(227,125,31)
#E58833
(229,136,51)
#E79347
(231,147,71)
#E99E5B
(233,158,91)
#EBA96F
(235,169,111)
#EDB483
(237,180,131)
#EFBF97
(239,191,151)
#F1CAAB
(241,202,171)
#F3D5BF
(243,213,191)
#F5E0D3
(245,224,211)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37D1F color. Also use rgb(227,125,31) instead hex code.

Text Font Color

.myTextColor { color: #E37D1F; }

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

This text font color is #E37D1F.


Background Color

.myBgColor { background-color: #E37D1F; }

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

This div background color is #E37D1F.


Border color

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

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

This div border color is #E37D1F.


Opacity

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

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

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

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

This text has shadow with #E37D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37D1F on black background.


Color preview on white background

This text has color #E37D1F on white background.



Black color preview on #E37D1F background

This text has black color on #E37D1F background.


White color preview on #E37D1F background

This text has white color on #E37D1F background.