COLOR #D47F55

HEX: #D47F55
RGB: (212,127,85)

Color info

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

RGB color model

#D47F55 color RGB value is (212,127,85).

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

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 85 of 255 = 33%

212
127
85

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

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 85 = 424 (100%)
R 212 of 424 ~ 50%
G 127 of 424 ~ 29.95%
B 85 of 424 ~ 20.05%

%50
%29.95
%20.05

CMYK color model

#D47F55 color CMYK value is (0,40,60,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,40,60,17)
C0M40Y60K17 
(0%,40%,60%,17%)
(0.00/0.40/0.60/0.17)	

CMYK percentages

%0
%40.09
%59.91
%16.86

Codes

Color #D47F55 in popluar color models

D47F55
RGB21212785
HSL20°59.62%58.24%
HSB/HSV20°59.91%83.14%
CMYK0.00%40.09%59.91%
16.86%

Color #D47F55 in popluar number systems.

HEXD47F55
Decimal21212785
Binary1101010011111111010101
Octal324177125

Shades and tints

Shades of #D47F55

#D47F55
(212,127,85)
#C1744E
(193,116,78)
#AE6947
(174,105,71)
#9B5E40
(155,94,64)
#885339
(136,83,57)
#754832
(117,72,50)
#623D2B
(98,61,43)
#4F3224
(79,50,36)
#3C271D
(60,39,29)
#291C16
(41,28,22)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #D47F55

#D47F55
(212,127,85)
#D78A64
(215,138,100)
#DA9573
(218,149,115)
#DDA082
(221,160,130)
#E0AB91
(224,171,145)
#E3B6A0
(227,182,160)
#E6C1AF
(230,193,175)
#E9CCBE
(233,204,190)
#ECD7CD
(236,215,205)
#EFE2DC
(239,226,220)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47F55; }

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

This text font color is #D47F55.


Background Color

.myBgColor { background-color: #D47F55; }

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

This div background color is #D47F55.


Border color

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

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

This div border color is #D47F55.


Opacity

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

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

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

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

This text has shadow with #D47F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47F55 on black background.


Color preview on white background

This text has color #D47F55 on white background.



Black color preview on #D47F55 background

This text has black color on #D47F55 background.


White color preview on #D47F55 background

This text has white color on #D47F55 background.