COLOR #D04517

HEX: #D04517
RGB: (208,69,23)

Color info

#D04517 contains mainly red color. Web safe color of #D04517 is #CC3300 (or #C30).

RGB color model

#D04517 color RGB value is (208,69,23).

  • red value is 208;
  • green value is 69;
  • blue value is 23.
RGB:
(208,69,23)
(82%,27%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 69 of 255 = 27%
B 23 of 255 = 9%

208
69
23

R + G + B ~ 39%. #D04517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 69 + 23 = 300 (100%)
R 208 of 300 ~ 69.33%
G 69 of 300 ~ 23%
B 23 of 300 ~ 7.67%

%69.33
%23

CMYK color model

#D04517 color CMYK value is (0,67,89,18).

  • cyan value is 0.00%
  • magenta value is 66.83%
  • yellow value is 88.94%
  • key color value is 18.43%
CMYK:
(0,67,89,18)
C0M67Y89K18 
(0%,67%,89%,18%)
(0.00/0.67/0.89/0.18)	

CMYK percentages

%0
%66.83
%88.94
%18.43

Codes

Color #D04517 in popluar color models

D04517
RGB2086923
HSL15°80.09%45.29%
HSB/HSV15°88.94%81.57%
CMYK0.00%66.83%88.94%
18.43%

Color #D04517 in popluar number systems.

HEXD04517
Decimal2086923
Binary11010000100010110111
Octal32010527

Shades and tints

Shades of #D04517

#D04517
(208,69,23)
#BE3F15
(190,63,21)
#AC3913
(172,57,19)
#9A3311
(154,51,17)
#882D0F
(136,45,15)
#76270D
(118,39,13)
#64210B
(100,33,11)
#521B09
(82,27,9)
#401507
(64,21,7)
#2E0F05
(46,15,5)
#1C0903
(28,9,3)
#000000
(0,0,0)

Tints of #D04517

#D04517
(208,69,23)
#D4552C
(212,85,44)
#D86541
(216,101,65)
#DC7556
(220,117,86)
#E0856B
(224,133,107)
#E49580
(228,149,128)
#E8A595
(232,165,149)
#ECB5AA
(236,181,170)
#F0C5BF
(240,197,191)
#F4D5D4
(244,213,212)
#F8E5E9
(248,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04517 color. Also use rgb(208,69,23) instead hex code.

Text Font Color

.myTextColor { color: #D04517; }

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

This text font color is #D04517.


Background Color

.myBgColor { background-color: #D04517; }

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

This div background color is #D04517.


Border color

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

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

This div border color is #D04517.


Opacity

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

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

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

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

This text has shadow with #D04517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04517 on black background.


Color preview on white background

This text has color #D04517 on white background.



Black color preview on #D04517 background

This text has black color on #D04517 background.


White color preview on #D04517 background

This text has white color on #D04517 background.