COLOR #D07413

HEX: #D07413
RGB: (208,116,19)

Color info

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

RGB color model

#D07413 color RGB value is (208,116,19).

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

RGB channels and saturation

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

208
116
19

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

Portions of RGB colors in percentages

R + G + B =
208 + 116 + 19 = 343 (100%)
R 208 of 343 ~ 60.64%
G 116 of 343 ~ 33.82%
B 19 of 343 ~ 5.54%

%60.64
%33.82

CMYK color model

#D07413 color CMYK value is (0,44,91,18).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 90.87%
  • key color value is 18.43%
CMYK:
(0,44,91,18)
C0M44Y91K18 
(0%,44%,91%,18%)
(0.00/0.44/0.91/0.18)	

CMYK percentages

%0
%44.23
%90.87
%18.43

Codes

Color #D07413 in popluar color models

D07413
RGB20811619
HSL31°83.26%44.51%
HSB/HSV31°90.87%81.57%
CMYK0.00%44.23%90.87%
18.43%

Color #D07413 in popluar number systems.

HEXD07413
Decimal20811619
Binary11010000111010010011
Octal32016423

Shades and tints

Shades of #D07413

#D07413
(208,116,19)
#BE6A12
(190,106,18)
#AC6011
(172,96,17)
#9A5610
(154,86,16)
#884C0F
(136,76,15)
#76420E
(118,66,14)
#64380D
(100,56,13)
#522E0C
(82,46,12)
#40240B
(64,36,11)
#2E1A0A
(46,26,10)
#1C1009
(28,16,9)
#000000
(0,0,0)

Tints of #D07413

#D07413
(208,116,19)
#D48028
(212,128,40)
#D88C3D
(216,140,61)
#DC9852
(220,152,82)
#E0A467
(224,164,103)
#E4B07C
(228,176,124)
#E8BC91
(232,188,145)
#ECC8A6
(236,200,166)
#F0D4BB
(240,212,187)
#F4E0D0
(244,224,208)
#F8ECE5
(248,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07413; }

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

This text font color is #D07413.


Background Color

.myBgColor { background-color: #D07413; }

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

This div background color is #D07413.


Border color

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

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

This div border color is #D07413.


Opacity

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

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

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

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

This text has shadow with #D07413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07413 on black background.


Color preview on white background

This text has color #D07413 on white background.



Black color preview on #D07413 background

This text has black color on #D07413 background.


White color preview on #D07413 background

This text has white color on #D07413 background.