COLOR #D47F6E

HEX: #D47F6E
RGB: (212,127,110)

Color info

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

RGB color model

#D47F6E color RGB value is (212,127,110).

  • red value is 212;
  • green value is 127;
  • blue value is 110.
RGB:
(212,127,110)
(83%,50%,43%)

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 110 of 255 = 43%

212
127
110

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

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 110 = 449 (100%)
R 212 of 449 ~ 47.22%
G 127 of 449 ~ 28.29%
B 110 of 449 ~ 24.5%

%47.22
%28.29
%24.5

CMYK color model

#D47F6E color CMYK value is (0,40,48,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 48.11%
  • key color value is 16.86%
CMYK:
(0,40,48,17)
C0M40Y48K17 
(0%,40%,48%,17%)
(0.00/0.40/0.48/0.17)	

CMYK percentages

%0
%40.09
%48.11
%16.86

Codes

Color #D47F6E in popluar color models

D47F6E
RGB212127110
HSL10°54.26%63.14%
HSB/HSV10°48.11%83.14%
CMYK0.00%40.09%48.11%
16.86%

Color #D47F6E in popluar number systems.

HEXD47F6E
Decimal212127110
Binary1101010011111111101110
Octal324177156

Shades and tints

Shades of #D47F6E

#D47F6E
(212,127,110)
#C17464
(193,116,100)
#AE695A
(174,105,90)
#9B5E50
(155,94,80)
#885346
(136,83,70)
#75483C
(117,72,60)
#623D32
(98,61,50)
#4F3228
(79,50,40)
#3C271E
(60,39,30)
#291C14
(41,28,20)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #D47F6E

#D47F6E
(212,127,110)
#D78A7B
(215,138,123)
#DA9588
(218,149,136)
#DDA095
(221,160,149)
#E0ABA2
(224,171,162)
#E3B6AF
(227,182,175)
#E6C1BC
(230,193,188)
#E9CCC9
(233,204,201)
#ECD7D6
(236,215,214)
#EFE2E3
(239,226,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47F6E color. Also use rgb(212,127,110) instead hex code.

Text Font Color

.myTextColor { color: #D47F6E; }

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

This text font color is #D47F6E.


Background Color

.myBgColor { background-color: #D47F6E; }

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

This div background color is #D47F6E.


Border color

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

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

This div border color is #D47F6E.


Opacity

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

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

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

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

This text has shadow with #D47F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47F6E on black background.


Color preview on white background

This text has color #D47F6E on white background.



Black color preview on #D47F6E background

This text has black color on #D47F6E background.


White color preview on #D47F6E background

This text has white color on #D47F6E background.