COLOR #D37517

HEX: #D37517
RGB: (211,117,23)

Color info

#D37517 contains mainly red color. Web safe color of #D37517 is #CC6600 (or #C60).

RGB color model

#D37517 color RGB value is (211,117,23).

  • red value is 211;
  • green value is 117;
  • blue value is 23.
RGB:
(211,117,23)
(83%,46%,9%)

RGB channels and saturation

R 211 of 255 = 83%
G 117 of 255 = 46%
B 23 of 255 = 9%

211
117
23

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

Portions of RGB colors in percentages

R + G + B =
211 + 117 + 23 = 351 (100%)
R 211 of 351 ~ 60.11%
G 117 of 351 ~ 33.33%
B 23 of 351 ~ 6.55%

%60.11
%33.33

CMYK color model

#D37517 color CMYK value is (0,45,89,17).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 89.10%
  • key color value is 17.25%
CMYK:
(0,45,89,17)
C0M45Y89K17 
(0%,45%,89%,17%)
(0.00/0.45/0.89/0.17)	

CMYK percentages

%0
%44.55
%89.1
%17.25

Codes

Color #D37517 in popluar color models

D37517
RGB21111723
HSL30°80.34%45.88%
HSB/HSV30°89.10%82.75%
CMYK0.00%44.55%89.10%
17.25%

Color #D37517 in popluar number systems.

HEXD37517
Decimal21111723
Binary11010011111010110111
Octal32316527

Shades and tints

Shades of #D37517

#D37517
(211,117,23)
#C06B15
(192,107,21)
#AD6113
(173,97,19)
#9A5711
(154,87,17)
#874D0F
(135,77,15)
#74430D
(116,67,13)
#61390B
(97,57,11)
#4E2F09
(78,47,9)
#3B2507
(59,37,7)
#281B05
(40,27,5)
#151103
(21,17,3)
#000000
(0,0,0)

Tints of #D37517

#D37517
(211,117,23)
#D7812C
(215,129,44)
#DB8D41
(219,141,65)
#DF9956
(223,153,86)
#E3A56B
(227,165,107)
#E7B180
(231,177,128)
#EBBD95
(235,189,149)
#EFC9AA
(239,201,170)
#F3D5BF
(243,213,191)
#F7E1D4
(247,225,212)
#FBEDE9
(251,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37517 color. Also use rgb(211,117,23) instead hex code.

Text Font Color

.myTextColor { color: #D37517; }

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

This text font color is #D37517.


Background Color

.myBgColor { background-color: #D37517; }

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

This div background color is #D37517.


Border color

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

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

This div border color is #D37517.


Opacity

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

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

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

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

This text has shadow with #D37517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37517 on black background.


Color preview on white background

This text has color #D37517 on white background.



Black color preview on #D37517 background

This text has black color on #D37517 background.


White color preview on #D37517 background

This text has white color on #D37517 background.