COLOR #D06E4F

HEX: #D06E4F
RGB: (208,110,79)

Color info

#D06E4F contains mainly red color. Web safe color of #D06E4F is #CC6666 (or #C66).

RGB color model

#D06E4F color RGB value is (208,110,79).

  • red value is 208;
  • green value is 110;
  • blue value is 79.
RGB:
(208,110,79)
(82%,43%,31%)

RGB channels and saturation

R 208 of 255 = 82%
G 110 of 255 = 43%
B 79 of 255 = 31%

208
110
79

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

Portions of RGB colors in percentages

R + G + B =
208 + 110 + 79 = 397 (100%)
R 208 of 397 ~ 52.39%
G 110 of 397 ~ 27.71%
B 79 of 397 ~ 19.9%

%52.39
%27.71
%19.9

CMYK color model

#D06E4F color CMYK value is (0,47,62,18).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 62.02%
  • key color value is 18.43%
CMYK:
(0,47,62,18)
C0M47Y62K18 
(0%,47%,62%,18%)
(0.00/0.47/0.62/0.18)	

CMYK percentages

%0
%47.12
%62.02
%18.43

Codes

Color #D06E4F in popluar color models

D06E4F
RGB20811079
HSL14°57.85%56.27%
HSB/HSV14°62.02%81.57%
CMYK0.00%47.12%62.02%
18.43%

Color #D06E4F in popluar number systems.

HEXD06E4F
Decimal20811079
Binary1101000011011101001111
Octal320156117

Shades and tints

Shades of #D06E4F

#D06E4F
(208,110,79)
#BE6448
(190,100,72)
#AC5A41
(172,90,65)
#9A503A
(154,80,58)
#884633
(136,70,51)
#763C2C
(118,60,44)
#643225
(100,50,37)
#52281E
(82,40,30)
#401E17
(64,30,23)
#2E1410
(46,20,16)
#1C0A09
(28,10,9)
#000000
(0,0,0)

Tints of #D06E4F

#D06E4F
(208,110,79)
#D47B5F
(212,123,95)
#D8886F
(216,136,111)
#DC957F
(220,149,127)
#E0A28F
(224,162,143)
#E4AF9F
(228,175,159)
#E8BCAF
(232,188,175)
#ECC9BF
(236,201,191)
#F0D6CF
(240,214,207)
#F4E3DF
(244,227,223)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D06E4F color. Also use rgb(208,110,79) instead hex code.

Text Font Color

.myTextColor { color: #D06E4F; }

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

This text font color is #D06E4F.


Background Color

.myBgColor { background-color: #D06E4F; }

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

This div background color is #D06E4F.


Border color

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

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

This div border color is #D06E4F.


Opacity

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

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

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

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

This text has shadow with #D06E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D06E4F on black background.


Color preview on white background

This text has color #D06E4F on white background.



Black color preview on #D06E4F background

This text has black color on #D06E4F background.


White color preview on #D06E4F background

This text has white color on #D06E4F background.