COLOR #D47C69

HEX: #D47C69
RGB: (212,124,105)

Color info

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

RGB color model

#D47C69 color RGB value is (212,124,105).

  • red value is 212;
  • green value is 124;
  • blue value is 105.
RGB:
(212,124,105)
(83%,49%,41%)

RGB channels and saturation

R 212 of 255 = 83%
G 124 of 255 = 49%
B 105 of 255 = 41%

212
124
105

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

Portions of RGB colors in percentages

R + G + B =
212 + 124 + 105 = 441 (100%)
R 212 of 441 ~ 48.07%
G 124 of 441 ~ 28.12%
B 105 of 441 ~ 23.81%

%48.07
%28.12
%23.81

CMYK color model

#D47C69 color CMYK value is (0,42,50,17).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 50.47%
  • key color value is 16.86%
CMYK:
(0,42,50,17)
C0M42Y50K17 
(0%,42%,50%,17%)
(0.00/0.42/0.50/0.17)	

CMYK percentages

%0
%41.51
%50.47
%16.86

Codes

Color #D47C69 in popluar color models

D47C69
RGB212124105
HSL11°55.44%62.16%
HSB/HSV11°50.47%83.14%
CMYK0.00%41.51%50.47%
16.86%

Color #D47C69 in popluar number systems.

HEXD47C69
Decimal212124105
Binary1101010011111001101001
Octal324174151

Shades and tints

Shades of #D47C69

#D47C69
(212,124,105)
#C17160
(193,113,96)
#AE6657
(174,102,87)
#9B5B4E
(155,91,78)
#885045
(136,80,69)
#75453C
(117,69,60)
#623A33
(98,58,51)
#4F2F2A
(79,47,42)
#3C2421
(60,36,33)
#291918
(41,25,24)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #D47C69

#D47C69
(212,124,105)
#D78776
(215,135,118)
#DA9283
(218,146,131)
#DD9D90
(221,157,144)
#E0A89D
(224,168,157)
#E3B3AA
(227,179,170)
#E6BEB7
(230,190,183)
#E9C9C4
(233,201,196)
#ECD4D1
(236,212,209)
#EFDFDE
(239,223,222)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47C69 color. Also use rgb(212,124,105) instead hex code.

Text Font Color

.myTextColor { color: #D47C69; }

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

This text font color is #D47C69.


Background Color

.myBgColor { background-color: #D47C69; }

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

This div background color is #D47C69.


Border color

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

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

This div border color is #D47C69.


Opacity

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

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

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

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

This text has shadow with #D47C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47C69 on black background.


Color preview on white background

This text has color #D47C69 on white background.



Black color preview on #D47C69 background

This text has black color on #D47C69 background.


White color preview on #D47C69 background

This text has white color on #D47C69 background.