COLOR #DF740F

HEX: #DF740F
RGB: (223,116,15)

Color info

#DF740F contains mainly red color. Web safe color of #DF740F is #CC6600 (or #C60).

RGB color model

#DF740F color RGB value is (223,116,15).

  • red value is 223;
  • green value is 116;
  • blue value is 15.
RGB:
(223,116,15)
(87%,45%,6%)

RGB channels and saturation

R 223 of 255 = 87%
G 116 of 255 = 45%
B 15 of 255 = 6%

223
116
15

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

Portions of RGB colors in percentages

R + G + B =
223 + 116 + 15 = 354 (100%)
R 223 of 354 ~ 62.99%
G 116 of 354 ~ 32.77%
B 15 of 354 ~ 4.24%

%62.99
%32.77

CMYK color model

#DF740F color CMYK value is (0,48,93,13).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 93.27%
  • key color value is 12.55%
CMYK:
(0,48,93,13)
C0M48Y93K13 
(0%,48%,93%,13%)
(0.00/0.48/0.93/0.13)	

CMYK percentages

%0
%47.98
%93.27
%12.55

Codes

Color #DF740F in popluar color models

DF740F
RGB22311615
HSL29°87.39%46.67%
HSB/HSV29°93.27%87.45%
CMYK0.00%47.98%93.27%
12.55%

Color #DF740F in popluar number systems.

HEXDF740F
Decimal22311615
Binary1101111111101001111
Octal33716417

Shades and tints

Shades of #DF740F

#DF740F
(223,116,15)
#CB6A0E
(203,106,14)
#B7600D
(183,96,13)
#A3560C
(163,86,12)
#8F4C0B
(143,76,11)
#7B420A
(123,66,10)
#673809
(103,56,9)
#532E08
(83,46,8)
#3F2407
(63,36,7)
#2B1A06
(43,26,6)
#171005
(23,16,5)
#000000
(0,0,0)

Tints of #DF740F

#DF740F
(223,116,15)
#E18024
(225,128,36)
#E38C39
(227,140,57)
#E5984E
(229,152,78)
#E7A463
(231,164,99)
#E9B078
(233,176,120)
#EBBC8D
(235,188,141)
#EDC8A2
(237,200,162)
#EFD4B7
(239,212,183)
#F1E0CC
(241,224,204)
#F3ECE1
(243,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF740F color. Also use rgb(223,116,15) instead hex code.

Text Font Color

.myTextColor { color: #DF740F; }

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

This text font color is #DF740F.


Background Color

.myBgColor { background-color: #DF740F; }

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

This div background color is #DF740F.


Border color

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

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

This div border color is #DF740F.


Opacity

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

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

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

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

This text has shadow with #DF740F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF740F on black background.


Color preview on white background

This text has color #DF740F on white background.



Black color preview on #DF740F background

This text has black color on #DF740F background.


White color preview on #DF740F background

This text has white color on #DF740F background.