COLOR #DC5748

HEX: #DC5748
RGB: (220,87,72)

Color info

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

RGB color model

#DC5748 color RGB value is (220,87,72).

  • red value is 220;
  • green value is 87;
  • blue value is 72.
RGB:
(220,87,72)
(86%,34%,28%)

RGB channels and saturation

R 220 of 255 = 86%
G 87 of 255 = 34%
B 72 of 255 = 28%

220
87
72

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

Portions of RGB colors in percentages

R + G + B =
220 + 87 + 72 = 379 (100%)
R 220 of 379 ~ 58.05%
G 87 of 379 ~ 22.96%
B 72 of 379 ~ 19%

%58.05
%22.96
%19

CMYK color model

#DC5748 color CMYK value is (0,60,67,14).

  • cyan value is 0.00%
  • magenta value is 60.45%
  • yellow value is 67.27%
  • key color value is 13.73%
CMYK:
(0,60,67,14)
C0M60Y67K14 
(0%,60%,67%,14%)
(0.00/0.60/0.67/0.14)	

CMYK percentages

%0
%60.45
%67.27
%13.73

Codes

Color #DC5748 in popluar color models

DC5748
RGB2208772
HSL67.89%57.25%
HSB/HSV67.27%86.27%
CMYK0.00%60.45%67.27%
13.73%

Color #DC5748 in popluar number systems.

HEXDC5748
Decimal2208772
Binary1101110010101111001000
Octal334127110

Shades and tints

Shades of #DC5748

#DC5748
(220,87,72)
#C85042
(200,80,66)
#B4493C
(180,73,60)
#A04236
(160,66,54)
#8C3B30
(140,59,48)
#78342A
(120,52,42)
#642D24
(100,45,36)
#50261E
(80,38,30)
#3C1F18
(60,31,24)
#281812
(40,24,18)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #DC5748

#DC5748
(220,87,72)
#DF6658
(223,102,88)
#E27568
(226,117,104)
#E58478
(229,132,120)
#E89388
(232,147,136)
#EBA298
(235,162,152)
#EEB1A8
(238,177,168)
#F1C0B8
(241,192,184)
#F4CFC8
(244,207,200)
#F7DED8
(247,222,216)
#FAEDE8
(250,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5748 color. Also use rgb(220,87,72) instead hex code.

Text Font Color

.myTextColor { color: #DC5748; }

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

This text font color is #DC5748.


Background Color

.myBgColor { background-color: #DC5748; }

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

This div background color is #DC5748.


Border color

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

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

This div border color is #DC5748.


Opacity

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

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

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

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

This text has shadow with #DC5748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5748 on black background.


Color preview on white background

This text has color #DC5748 on white background.



Black color preview on #DC5748 background

This text has black color on #DC5748 background.


White color preview on #DC5748 background

This text has white color on #DC5748 background.