COLOR #D47F71

HEX: #D47F71
RGB: (212,127,113)

Renk bilgisi

#D47F71 contains mainly red color. #D47F71 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D47F71 color RGB value is (212,127,113).

  • kırmız ton 212;
  • yeşil ton 127;
  • mavi ton 113.
RGB:
(212,127,113)
(83%,50%,44%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 127 of 255 = 50%
B 113 of 255 = 44%

212
127
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 127 + 113 = 452 (100%)
R 212 of 452 ~ 46.9%
G 127 of 452 ~ 28.1%
B 113 of 452 ~ 25%

%46.9
%28.1
%25

CMYK RENK MODELİ

#D47F71 rengi CMYK tonu (0,40,47,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.09%
  • sarı tonu 46.70%
  • ana renk tonu 16.86%
CMYK:
(0,40,47,17)
C0M40Y47K17 
(0%,40%,47%,17%)
(0.00/0.40/0.47/0.17)	

CMYK yüzdeleri

%0
%40.09
%46.7
%16.86

Codes

Color #D47F71 in popluar color models

D47F71
RGB212127113
HSL53.51%63.73%
HSB/HSV46.70%83.14%
CMYK0.00%40.09%46.70%
16.86%

Color #D47F71 in popluar number systems.

HEXD47F71
Decimal212127113
Binary1101010011111111110001
Octal324177161

Shades and tints

Shades of #D47F71

#D47F71
(212,127,113)
#C17467
(193,116,103)
#AE695D
(174,105,93)
#9B5E53
(155,94,83)
#885349
(136,83,73)
#75483F
(117,72,63)
#623D35
(98,61,53)
#4F322B
(79,50,43)
#3C2721
(60,39,33)
#291C17
(41,28,23)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #D47F71

#D47F71
(212,127,113)
#D78A7D
(215,138,125)
#DA9589
(218,149,137)
#DDA095
(221,160,149)
#E0ABA1
(224,171,161)
#E3B6AD
(227,182,173)
#E6C1B9
(230,193,185)
#E9CCC5
(233,204,197)
#ECD7D1
(236,215,209)
#EFE2DD
(239,226,221)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47F71; }

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

This text font color is #D47F71.


Background Color

.myBgColor { background-color: #D47F71; }

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

This div background color is #D47F71.


Border color

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

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

This div border color is #D47F71.


Opacity

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

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

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

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

This text has shadow with #D47F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47F71 on black background.


Color preview on white background

This text has color #D47F71 on white background.



Black color preview on #D47F71 background

This text has black color on #D47F71 background.


White color preview on #D47F71 background

This text has white color on #D47F71 background.