COLOR #EF4D3F

HEX: #EF4D3F
RGB: (239,77,63)

Color info

#EF4D3F contains mainly red color. Web safe color of #EF4D3F is #FF3333 (or #F33).

RGB color model

#EF4D3F color RGB value is (239,77,63).

  • red value is 239;
  • green value is 77;
  • blue value is 63.
RGB:
(239,77,63)
(94%,30%,25%)

RGB channels and saturation

R 239 of 255 = 94%
G 77 of 255 = 30%
B 63 of 255 = 25%

239
77
63

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

Portions of RGB colors in percentages

R + G + B =
239 + 77 + 63 = 379 (100%)
R 239 of 379 ~ 63.06%
G 77 of 379 ~ 20.32%
B 63 of 379 ~ 16.62%

%63.06
%20.32
%16.62

CMYK color model

#EF4D3F color CMYK value is (0,68,74,6).

  • cyan value is 0.00%
  • magenta value is 67.78%
  • yellow value is 73.64%
  • key color value is 6.27%
CMYK:
(0,68,74,6)
C0M68Y74K6 
(0%,68%,74%,6%)
(0.00/0.68/0.74/0.06)	

CMYK percentages

%0
%67.78
%73.64
%6.27

Codes

Color #EF4D3F in popluar color models

EF4D3F
RGB2397763
HSL84.62%59.22%
HSB/HSV73.64%93.73%
CMYK0.00%67.78%73.64%
6.27%

Color #EF4D3F in popluar number systems.

HEXEF4D3F
Decimal2397763
Binary111011111001101111111
Octal35711577

Shades and tints

Shades of #EF4D3F

#EF4D3F
(239,77,63)
#DA463A
(218,70,58)
#C53F35
(197,63,53)
#B03830
(176,56,48)
#9B312B
(155,49,43)
#862A26
(134,42,38)
#712321
(113,35,33)
#5C1C1C
(92,28,28)
#471517
(71,21,23)
#320E12
(50,14,18)
#1D070D
(29,7,13)
#000000
(0,0,0)

Tints of #EF4D3F

#EF4D3F
(239,77,63)
#F05D50
(240,93,80)
#F16D61
(241,109,97)
#F27D72
(242,125,114)
#F38D83
(243,141,131)
#F49D94
(244,157,148)
#F5ADA5
(245,173,165)
#F6BDB6
(246,189,182)
#F7CDC7
(247,205,199)
#F8DDD8
(248,221,216)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF4D3F color. Also use rgb(239,77,63) instead hex code.

Text Font Color

.myTextColor { color: #EF4D3F; }

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

This text font color is #EF4D3F.


Background Color

.myBgColor { background-color: #EF4D3F; }

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

This div background color is #EF4D3F.


Border color

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

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

This div border color is #EF4D3F.


Opacity

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

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

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

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

This text has shadow with #EF4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4D3F on black background.


Color preview on white background

This text has color #EF4D3F on white background.



Black color preview on #EF4D3F background

This text has black color on #EF4D3F background.


White color preview on #EF4D3F background

This text has white color on #EF4D3F background.