COLOR #D07313

HEX: #D07313
RGB: (208,115,19)

Color info

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

RGB color model

#D07313 color RGB value is (208,115,19).

  • red value is 208;
  • green value is 115;
  • blue value is 19.
RGB:
(208,115,19)
(82%,45%,7%)

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 19 of 255 = 7%

208
115
19

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

Portions of RGB colors in percentages

R + G + B =
208 + 115 + 19 = 342 (100%)
R 208 of 342 ~ 60.82%
G 115 of 342 ~ 33.63%
B 19 of 342 ~ 5.56%

%60.82
%33.63

CMYK color model

#D07313 color CMYK value is (0,45,91,18).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 90.87%
  • key color value is 18.43%
CMYK:
(0,45,91,18)
C0M45Y91K18 
(0%,45%,91%,18%)
(0.00/0.45/0.91/0.18)	

CMYK percentages

%0
%44.71
%90.87
%18.43

Codes

Color #D07313 in popluar color models

D07313
RGB20811519
HSL30°83.26%44.51%
HSB/HSV30°90.87%81.57%
CMYK0.00%44.71%90.87%
18.43%

Color #D07313 in popluar number systems.

HEXD07313
Decimal20811519
Binary11010000111001110011
Octal32016323

Shades and tints

Shades of #D07313

#D07313
(208,115,19)
#BE6912
(190,105,18)
#AC5F11
(172,95,17)
#9A5510
(154,85,16)
#884B0F
(136,75,15)
#76410E
(118,65,14)
#64370D
(100,55,13)
#522D0C
(82,45,12)
#40230B
(64,35,11)
#2E190A
(46,25,10)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #D07313

#D07313
(208,115,19)
#D47F28
(212,127,40)
#D88B3D
(216,139,61)
#DC9752
(220,151,82)
#E0A367
(224,163,103)
#E4AF7C
(228,175,124)
#E8BB91
(232,187,145)
#ECC7A6
(236,199,166)
#F0D3BB
(240,211,187)
#F4DFD0
(244,223,208)
#F8EBE5
(248,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D07313 color. Also use rgb(208,115,19) instead hex code.

Text Font Color

.myTextColor { color: #D07313; }

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

This text font color is #D07313.


Background Color

.myBgColor { background-color: #D07313; }

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

This div background color is #D07313.


Border color

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

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

This div border color is #D07313.


Opacity

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

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

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

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

This text has shadow with #D07313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07313 on black background.


Color preview on white background

This text has color #D07313 on white background.



Black color preview on #D07313 background

This text has black color on #D07313 background.


White color preview on #D07313 background

This text has white color on #D07313 background.