COLOR #DF7F2F

HEX: #DF7F2F
RGB: (223,127,47)

Color info

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

RGB color model

#DF7F2F color RGB value is (223,127,47).

  • red value is 223;
  • green value is 127;
  • blue value is 47.
RGB:
(223,127,47)
(87%,50%,18%)

RGB channels and saturation

R 223 of 255 = 87%
G 127 of 255 = 50%
B 47 of 255 = 18%

223
127
47

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

Portions of RGB colors in percentages

R + G + B =
223 + 127 + 47 = 397 (100%)
R 223 of 397 ~ 56.17%
G 127 of 397 ~ 31.99%
B 47 of 397 ~ 11.84%

%56.17
%31.99
%11.84

CMYK color model

#DF7F2F color CMYK value is (0,43,79,13).

  • cyan value is 0.00%
  • magenta value is 43.05%
  • yellow value is 78.92%
  • key color value is 12.55%
CMYK:
(0,43,79,13)
C0M43Y79K13 
(0%,43%,79%,13%)
(0.00/0.43/0.79/0.13)	

CMYK percentages

%0
%43.05
%78.92
%12.55

Codes

Color #DF7F2F in popluar color models

DF7F2F
RGB22312747
HSL27°73.33%52.94%
HSB/HSV27°78.92%87.45%
CMYK0.00%43.05%78.92%
12.55%

Color #DF7F2F in popluar number systems.

HEXDF7F2F
Decimal22312747
Binary110111111111111101111
Octal33717757

Shades and tints

Shades of #DF7F2F

#DF7F2F
(223,127,47)
#CB742B
(203,116,43)
#B76927
(183,105,39)
#A35E23
(163,94,35)
#8F531F
(143,83,31)
#7B481B
(123,72,27)
#673D17
(103,61,23)
#533213
(83,50,19)
#3F270F
(63,39,15)
#2B1C0B
(43,28,11)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #DF7F2F

#DF7F2F
(223,127,47)
#E18A41
(225,138,65)
#E39553
(227,149,83)
#E5A065
(229,160,101)
#E7AB77
(231,171,119)
#E9B689
(233,182,137)
#EBC19B
(235,193,155)
#EDCCAD
(237,204,173)
#EFD7BF
(239,215,191)
#F1E2D1
(241,226,209)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7F2F color. Also use rgb(223,127,47) instead hex code.

Text Font Color

.myTextColor { color: #DF7F2F; }

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

This text font color is #DF7F2F.


Background Color

.myBgColor { background-color: #DF7F2F; }

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

This div background color is #DF7F2F.


Border color

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

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

This div border color is #DF7F2F.


Opacity

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

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

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

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

This text has shadow with #DF7F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7F2F on black background.


Color preview on white background

This text has color #DF7F2F on white background.



Black color preview on #DF7F2F background

This text has black color on #DF7F2F background.


White color preview on #DF7F2F background

This text has white color on #DF7F2F background.