COLOR #D07345

HEX: #D07345
RGB: (208,115,69)

Color info

#D07345 contains mainly red color. Web safe color of #D07345 is #CC6633 (or #C63).

RGB color model

#D07345 color RGB value is (208,115,69).

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

RGB channels and saturation

R 208 of 255 = 82%
G 115 of 255 = 45%
B 69 of 255 = 27%

208
115
69

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

Portions of RGB colors in percentages

R + G + B =
208 + 115 + 69 = 392 (100%)
R 208 of 392 ~ 53.06%
G 115 of 392 ~ 29.34%
B 69 of 392 ~ 17.6%

%53.06
%29.34
%17.6

CMYK color model

#D07345 color CMYK value is (0,45,67,18).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 66.83%
  • key color value is 18.43%
CMYK:
(0,45,67,18)
C0M45Y67K18 
(0%,45%,67%,18%)
(0.00/0.45/0.67/0.18)	

CMYK percentages

%0
%44.71
%66.83
%18.43

Codes

Color #D07345 in popluar color models

D07345
RGB20811569
HSL20°59.66%54.31%
HSB/HSV20°66.83%81.57%
CMYK0.00%44.71%66.83%
18.43%

Color #D07345 in popluar number systems.

HEXD07345
Decimal20811569
Binary1101000011100111000101
Octal320163105

Shades and tints

Shades of #D07345

#D07345
(208,115,69)
#BE693F
(190,105,63)
#AC5F39
(172,95,57)
#9A5533
(154,85,51)
#884B2D
(136,75,45)
#764127
(118,65,39)
#643721
(100,55,33)
#522D1B
(82,45,27)
#402315
(64,35,21)
#2E190F
(46,25,15)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #D07345

#D07345
(208,115,69)
#D47F55
(212,127,85)
#D88B65
(216,139,101)
#DC9775
(220,151,117)
#E0A385
(224,163,133)
#E4AF95
(228,175,149)
#E8BBA5
(232,187,165)
#ECC7B5
(236,199,181)
#F0D3C5
(240,211,197)
#F4DFD5
(244,223,213)
#F8EBE5
(248,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07345; }

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

This text font color is #D07345.


Background Color

.myBgColor { background-color: #D07345; }

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

This div background color is #D07345.


Border color

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

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

This div border color is #D07345.


Opacity

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

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

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

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

This text has shadow with #D07345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07345 on black background.


Color preview on white background

This text has color #D07345 on white background.



Black color preview on #D07345 background

This text has black color on #D07345 background.


White color preview on #D07345 background

This text has white color on #D07345 background.