COLOR #D3700D

HEX: #D3700D
RGB: (211,112,13)

Color info

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

RGB color model

#D3700D color RGB value is (211,112,13).

  • red value is 211;
  • green value is 112;
  • blue value is 13.
RGB:
(211,112,13)
(83%,44%,5%)

RGB channels and saturation

R 211 of 255 = 83%
G 112 of 255 = 44%
B 13 of 255 = 5%

211
112
13

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

Portions of RGB colors in percentages

R + G + B =
211 + 112 + 13 = 336 (100%)
R 211 of 336 ~ 62.8%
G 112 of 336 ~ 33.33%
B 13 of 336 ~ 3.87%

%62.8
%33.33

CMYK color model

#D3700D color CMYK value is (0,47,94,17).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 93.84%
  • key color value is 17.25%
CMYK:
(0,47,94,17)
C0M47Y94K17 
(0%,47%,94%,17%)
(0.00/0.47/0.94/0.17)	

CMYK percentages

%0
%46.92
%93.84
%17.25

Codes

Color #D3700D in popluar color models

D3700D
RGB21111213
HSL30°88.39%43.92%
HSB/HSV30°93.84%82.75%
CMYK0.00%46.92%93.84%
17.25%

Color #D3700D in popluar number systems.

HEXD3700D
Decimal21111213
Binary1101001111100001101
Octal32316015

Shades and tints

Shades of #D3700D

#D3700D
(211,112,13)
#C0660C
(192,102,12)
#AD5C0B
(173,92,11)
#9A520A
(154,82,10)
#874809
(135,72,9)
#743E08
(116,62,8)
#613407
(97,52,7)
#4E2A06
(78,42,6)
#3B2005
(59,32,5)
#281604
(40,22,4)
#150C03
(21,12,3)
#000000
(0,0,0)

Tints of #D3700D

#D3700D
(211,112,13)
#D77D23
(215,125,35)
#DB8A39
(219,138,57)
#DF974F
(223,151,79)
#E3A465
(227,164,101)
#E7B17B
(231,177,123)
#EBBE91
(235,190,145)
#EFCBA7
(239,203,167)
#F3D8BD
(243,216,189)
#F7E5D3
(247,229,211)
#FBF2E9
(251,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3700D color. Also use rgb(211,112,13) instead hex code.

Text Font Color

.myTextColor { color: #D3700D; }

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

This text font color is #D3700D.


Background Color

.myBgColor { background-color: #D3700D; }

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

This div background color is #D3700D.


Border color

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

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

This div border color is #D3700D.


Opacity

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

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

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

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

This text has shadow with #D3700D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3700D on black background.


Color preview on white background

This text has color #D3700D on white background.



Black color preview on #D3700D background

This text has black color on #D3700D background.


White color preview on #D3700D background

This text has white color on #D3700D background.