COLOR #DC5E39

HEX: #DC5E39
RGB: (220,94,57)

Color info

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

RGB color model

#DC5E39 color RGB value is (220,94,57).

  • red value is 220;
  • green value is 94;
  • blue value is 57.
RGB:
(220,94,57)
(86%,37%,22%)

RGB channels and saturation

R 220 of 255 = 86%
G 94 of 255 = 37%
B 57 of 255 = 22%

220
94
57

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

Portions of RGB colors in percentages

R + G + B =
220 + 94 + 57 = 371 (100%)
R 220 of 371 ~ 59.3%
G 94 of 371 ~ 25.34%
B 57 of 371 ~ 15.36%

%59.3
%25.34
%15.36

CMYK color model

#DC5E39 color CMYK value is (0,57,74,14).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 74.09%
  • key color value is 13.73%
CMYK:
(0,57,74,14)
C0M57Y74K14 
(0%,57%,74%,14%)
(0.00/0.57/0.74/0.14)	

CMYK percentages

%0
%57.27
%74.09
%13.73

Codes

Color #DC5E39 in popluar color models

DC5E39
RGB2209457
HSL14°69.96%54.31%
HSB/HSV14°74.09%86.27%
CMYK0.00%57.27%74.09%
13.73%

Color #DC5E39 in popluar number systems.

HEXDC5E39
Decimal2209457
Binary110111001011110111001
Octal33413671

Shades and tints

Shades of #DC5E39

#DC5E39
(220,94,57)
#C85634
(200,86,52)
#B44E2F
(180,78,47)
#A0462A
(160,70,42)
#8C3E25
(140,62,37)
#783620
(120,54,32)
#642E1B
(100,46,27)
#502616
(80,38,22)
#3C1E11
(60,30,17)
#28160C
(40,22,12)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #DC5E39

#DC5E39
(220,94,57)
#DF6C4B
(223,108,75)
#E27A5D
(226,122,93)
#E5886F
(229,136,111)
#E89681
(232,150,129)
#EBA493
(235,164,147)
#EEB2A5
(238,178,165)
#F1C0B7
(241,192,183)
#F4CEC9
(244,206,201)
#F7DCDB
(247,220,219)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC5E39 color. Also use rgb(220,94,57) instead hex code.

Text Font Color

.myTextColor { color: #DC5E39; }

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

This text font color is #DC5E39.


Background Color

.myBgColor { background-color: #DC5E39; }

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

This div background color is #DC5E39.


Border color

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

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

This div border color is #DC5E39.


Opacity

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

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

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

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

This text has shadow with #DC5E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC5E39 on black background.


Color preview on white background

This text has color #DC5E39 on white background.



Black color preview on #DC5E39 background

This text has black color on #DC5E39 background.


White color preview on #DC5E39 background

This text has white color on #DC5E39 background.