COLOR #D47F77

HEX: #D47F77
RGB: (212,127,119)

Color info

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

RGB color model

#D47F77 color RGB value is (212,127,119).

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

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 119 of 255 = 47%

212
127
119

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

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 119 = 458 (100%)
R 212 of 458 ~ 46.29%
G 127 of 458 ~ 27.73%
B 119 of 458 ~ 25.98%

%46.29
%27.73
%25.98

CMYK color model

#D47F77 color CMYK value is (0,40,44,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 43.87%
  • key color value is 16.86%
CMYK:
(0,40,44,17)
C0M40Y44K17 
(0%,40%,44%,17%)
(0.00/0.40/0.44/0.17)	

CMYK percentages

%0
%40.09
%43.87
%16.86

Codes

Color #D47F77 in popluar color models

D47F77
RGB212127119
HSL51.96%64.90%
HSB/HSV43.87%83.14%
CMYK0.00%40.09%43.87%
16.86%

Color #D47F77 in popluar number systems.

HEXD47F77
Decimal212127119
Binary1101010011111111110111
Octal324177167

Shades and tints

Shades of #D47F77

#D47F77
(212,127,119)
#C1746D
(193,116,109)
#AE6963
(174,105,99)
#9B5E59
(155,94,89)
#88534F
(136,83,79)
#754845
(117,72,69)
#623D3B
(98,61,59)
#4F3231
(79,50,49)
#3C2727
(60,39,39)
#291C1D
(41,28,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D47F77

#D47F77
(212,127,119)
#D78A83
(215,138,131)
#DA958F
(218,149,143)
#DDA09B
(221,160,155)
#E0ABA7
(224,171,167)
#E3B6B3
(227,182,179)
#E6C1BF
(230,193,191)
#E9CCCB
(233,204,203)
#ECD7D7
(236,215,215)
#EFE2E3
(239,226,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47F77; }

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

This text font color is #D47F77.


Background Color

.myBgColor { background-color: #D47F77; }

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

This div background color is #D47F77.


Border color

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

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

This div border color is #D47F77.


Opacity

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

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

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

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

This text has shadow with #D47F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47F77 on black background.


Color preview on white background

This text has color #D47F77 on white background.



Black color preview on #D47F77 background

This text has black color on #D47F77 background.


White color preview on #D47F77 background

This text has white color on #D47F77 background.