COLOR #D47E67

HEX: #D47E67
RGB: (212,126,103)

Color info

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

RGB color model

#D47E67 color RGB value is (212,126,103).

  • red value is 212;
  • green value is 126;
  • blue value is 103.
RGB:
(212,126,103)
(83%,49%,40%)

RGB channels and saturation

R 212 of 255 = 83%
G 126 of 255 = 49%
B 103 of 255 = 40%

212
126
103

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

Portions of RGB colors in percentages

R + G + B =
212 + 126 + 103 = 441 (100%)
R 212 of 441 ~ 48.07%
G 126 of 441 ~ 28.57%
B 103 of 441 ~ 23.36%

%48.07
%28.57
%23.36

CMYK color model

#D47E67 color CMYK value is (0,41,51,17).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 51.42%
  • key color value is 16.86%
CMYK:
(0,41,51,17)
C0M41Y51K17 
(0%,41%,51%,17%)
(0.00/0.41/0.51/0.17)	

CMYK percentages

%0
%40.57
%51.42
%16.86

Codes

Color #D47E67 in popluar color models

D47E67
RGB212126103
HSL13°55.90%61.76%
HSB/HSV13°51.42%83.14%
CMYK0.00%40.57%51.42%
16.86%

Color #D47E67 in popluar number systems.

HEXD47E67
Decimal212126103
Binary1101010011111101100111
Octal324176147

Shades and tints

Shades of #D47E67

#D47E67
(212,126,103)
#C1735E
(193,115,94)
#AE6855
(174,104,85)
#9B5D4C
(155,93,76)
#885243
(136,82,67)
#75473A
(117,71,58)
#623C31
(98,60,49)
#4F3128
(79,49,40)
#3C261F
(60,38,31)
#291B16
(41,27,22)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #D47E67

#D47E67
(212,126,103)
#D78974
(215,137,116)
#DA9481
(218,148,129)
#DD9F8E
(221,159,142)
#E0AA9B
(224,170,155)
#E3B5A8
(227,181,168)
#E6C0B5
(230,192,181)
#E9CBC2
(233,203,194)
#ECD6CF
(236,214,207)
#EFE1DC
(239,225,220)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47E67 color. Also use rgb(212,126,103) instead hex code.

Text Font Color

.myTextColor { color: #D47E67; }

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

This text font color is #D47E67.


Background Color

.myBgColor { background-color: #D47E67; }

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

This div background color is #D47E67.


Border color

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

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

This div border color is #D47E67.


Opacity

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

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

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

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

This text has shadow with #D47E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47E67 on black background.


Color preview on white background

This text has color #D47E67 on white background.



Black color preview on #D47E67 background

This text has black color on #D47E67 background.


White color preview on #D47E67 background

This text has white color on #D47E67 background.