COLOR #D37407

HEX: #D37407
RGB: (211,116,7)

Color info

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

RGB color model

#D37407 color RGB value is (211,116,7).

  • red value is 211;
  • green value is 116;
  • blue value is 7.
RGB:
(211,116,7)
(83%,45%,3%)

RGB channels and saturation

R 211 of 255 = 83%
G 116 of 255 = 45%
B 7 of 255 = 3%

211
116
7

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

Portions of RGB colors in percentages

R + G + B =
211 + 116 + 7 = 334 (100%)
R 211 of 334 ~ 63.17%
G 116 of 334 ~ 34.73%
B 7 of 334 ~ 2.1%

%63.17
%34.73

CMYK color model

#D37407 color CMYK value is (0,45,97,17).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 96.68%
  • key color value is 17.25%
CMYK:
(0,45,97,17)
C0M45Y97K17 
(0%,45%,97%,17%)
(0.00/0.45/0.97/0.17)	

CMYK percentages

%0
%45.02
%96.68
%17.25

Codes

Color #D37407 in popluar color models

D37407
RGB2111167
HSL32°93.58%42.75%
HSB/HSV32°96.68%82.75%
CMYK0.00%45.02%96.68%
17.25%

Color #D37407 in popluar number systems.

HEXD37407
Decimal2111167
Binary110100111110100111
Octal3231647

Shades and tints

Shades of #D37407

#D37407
(211,116,7)
#C06A07
(192,106,7)
#AD6007
(173,96,7)
#9A5607
(154,86,7)
#874C07
(135,76,7)
#744207
(116,66,7)
#613807
(97,56,7)
#4E2E07
(78,46,7)
#3B2407
(59,36,7)
#281A07
(40,26,7)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #D37407

#D37407
(211,116,7)
#D7801D
(215,128,29)
#DB8C33
(219,140,51)
#DF9849
(223,152,73)
#E3A45F
(227,164,95)
#E7B075
(231,176,117)
#EBBC8B
(235,188,139)
#EFC8A1
(239,200,161)
#F3D4B7
(243,212,183)
#F7E0CD
(247,224,205)
#FBECE3
(251,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37407 color. Also use rgb(211,116,7) instead hex code.

Text Font Color

.myTextColor { color: #D37407; }

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

This text font color is #D37407.


Background Color

.myBgColor { background-color: #D37407; }

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

This div background color is #D37407.


Border color

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

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

This div border color is #D37407.


Opacity

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

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

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

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

This text has shadow with #D37407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37407 on black background.


Color preview on white background

This text has color #D37407 on white background.



Black color preview on #D37407 background

This text has black color on #D37407 background.


White color preview on #D37407 background

This text has white color on #D37407 background.