COLOR #D04E36

HEX: #D04E36
RGB: (208,78,54)

Color info

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

RGB color model

#D04E36 color RGB value is (208,78,54).

  • red value is 208;
  • green value is 78;
  • blue value is 54.
RGB:
(208,78,54)
(82%,31%,21%)

RGB channels and saturation

R 208 of 255 = 82%
G 78 of 255 = 31%
B 54 of 255 = 21%

208
78
54

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

Portions of RGB colors in percentages

R + G + B =
208 + 78 + 54 = 340 (100%)
R 208 of 340 ~ 61.18%
G 78 of 340 ~ 22.94%
B 54 of 340 ~ 15.88%

%61.18
%22.94
%15.88

CMYK color model

#D04E36 color CMYK value is (0,63,74,18).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 74.04%
  • key color value is 18.43%
CMYK:
(0,63,74,18)
C0M63Y74K18 
(0%,63%,74%,18%)
(0.00/0.63/0.74/0.18)	

CMYK percentages

%0
%62.5
%74.04
%18.43

Codes

Color #D04E36 in popluar color models

D04E36
RGB2087854
HSL62.10%51.37%
HSB/HSV74.04%81.57%
CMYK0.00%62.50%74.04%
18.43%

Color #D04E36 in popluar number systems.

HEXD04E36
Decimal2087854
Binary110100001001110110110
Octal32011666

Shades and tints

Shades of #D04E36

#D04E36
(208,78,54)
#BE4732
(190,71,50)
#AC402E
(172,64,46)
#9A392A
(154,57,42)
#883226
(136,50,38)
#762B22
(118,43,34)
#64241E
(100,36,30)
#521D1A
(82,29,26)
#401616
(64,22,22)
#2E0F12
(46,15,18)
#1C080E
(28,8,14)
#000000
(0,0,0)

Tints of #D04E36

#D04E36
(208,78,54)
#D45E48
(212,94,72)
#D86E5A
(216,110,90)
#DC7E6C
(220,126,108)
#E08E7E
(224,142,126)
#E49E90
(228,158,144)
#E8AEA2
(232,174,162)
#ECBEB4
(236,190,180)
#F0CEC6
(240,206,198)
#F4DED8
(244,222,216)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04E36 color. Also use rgb(208,78,54) instead hex code.

Text Font Color

.myTextColor { color: #D04E36; }

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

This text font color is #D04E36.


Background Color

.myBgColor { background-color: #D04E36; }

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

This div background color is #D04E36.


Border color

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

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

This div border color is #D04E36.


Opacity

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

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

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

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

This text has shadow with #D04E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04E36 on black background.


Color preview on white background

This text has color #D04E36 on white background.



Black color preview on #D04E36 background

This text has black color on #D04E36 background.


White color preview on #D04E36 background

This text has white color on #D04E36 background.