COLOR #DF5A2B

HEX: #DF5A2B
RGB: (223,90,43)

Color info

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

RGB color model

#DF5A2B color RGB value is (223,90,43).

  • red value is 223;
  • green value is 90;
  • blue value is 43.
RGB:
(223,90,43)
(87%,35%,17%)

RGB channels and saturation

R 223 of 255 = 87%
G 90 of 255 = 35%
B 43 of 255 = 17%

223
90
43

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

Portions of RGB colors in percentages

R + G + B =
223 + 90 + 43 = 356 (100%)
R 223 of 356 ~ 62.64%
G 90 of 356 ~ 25.28%
B 43 of 356 ~ 12.08%

%62.64
%25.28
%12.08

CMYK color model

#DF5A2B color CMYK value is (0,60,81,13).

  • cyan value is 0.00%
  • magenta value is 59.64%
  • yellow value is 80.72%
  • key color value is 12.55%
CMYK:
(0,60,81,13)
C0M60Y81K13 
(0%,60%,81%,13%)
(0.00/0.60/0.81/0.13)	

CMYK percentages

%0
%59.64
%80.72
%12.55

Codes

Color #DF5A2B in popluar color models

DF5A2B
RGB2239043
HSL16°73.77%52.16%
HSB/HSV16°80.72%87.45%
CMYK0.00%59.64%80.72%
12.55%

Color #DF5A2B in popluar number systems.

HEXDF5A2B
Decimal2239043
Binary110111111011010101011
Octal33713253

Shades and tints

Shades of #DF5A2B

#DF5A2B
(223,90,43)
#CB5228
(203,82,40)
#B74A25
(183,74,37)
#A34222
(163,66,34)
#8F3A1F
(143,58,31)
#7B321C
(123,50,28)
#672A19
(103,42,25)
#532216
(83,34,22)
#3F1A13
(63,26,19)
#2B1210
(43,18,16)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #DF5A2B

#DF5A2B
(223,90,43)
#E1693E
(225,105,62)
#E37851
(227,120,81)
#E58764
(229,135,100)
#E79677
(231,150,119)
#E9A58A
(233,165,138)
#EBB49D
(235,180,157)
#EDC3B0
(237,195,176)
#EFD2C3
(239,210,195)
#F1E1D6
(241,225,214)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5A2B color. Also use rgb(223,90,43) instead hex code.

Text Font Color

.myTextColor { color: #DF5A2B; }

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

This text font color is #DF5A2B.


Background Color

.myBgColor { background-color: #DF5A2B; }

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

This div background color is #DF5A2B.


Border color

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

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

This div border color is #DF5A2B.


Opacity

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

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

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

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

This text has shadow with #DF5A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5A2B on black background.


Color preview on white background

This text has color #DF5A2B on white background.



Black color preview on #DF5A2B background

This text has black color on #DF5A2B background.


White color preview on #DF5A2B background

This text has white color on #DF5A2B background.