COLOR #D47A61

HEX: #D47A61
RGB: (212,122,97)

Color info

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

RGB color model

#D47A61 color RGB value is (212,122,97).

  • red value is 212;
  • green value is 122;
  • blue value is 97.
RGB:
(212,122,97)
(83%,48%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 122 of 255 = 48%
B 97 of 255 = 38%

212
122
97

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

Portions of RGB colors in percentages

R + G + B =
212 + 122 + 97 = 431 (100%)
R 212 of 431 ~ 49.19%
G 122 of 431 ~ 28.31%
B 97 of 431 ~ 22.51%

%49.19
%28.31
%22.51

CMYK color model

#D47A61 color CMYK value is (0,42,54,17).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 54.25%
  • key color value is 16.86%
CMYK:
(0,42,54,17)
C0M42Y54K17 
(0%,42%,54%,17%)
(0.00/0.42/0.54/0.17)	

CMYK percentages

%0
%42.45
%54.25
%16.86

Codes

Color #D47A61 in popluar color models

D47A61
RGB21212297
HSL13°57.21%60.59%
HSB/HSV13°54.25%83.14%
CMYK0.00%42.45%54.25%
16.86%

Color #D47A61 in popluar number systems.

HEXD47A61
Decimal21212297
Binary1101010011110101100001
Octal324172141

Shades and tints

Shades of #D47A61

#D47A61
(212,122,97)
#C16F59
(193,111,89)
#AE6451
(174,100,81)
#9B5949
(155,89,73)
#884E41
(136,78,65)
#754339
(117,67,57)
#623831
(98,56,49)
#4F2D29
(79,45,41)
#3C2221
(60,34,33)
#291719
(41,23,25)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #D47A61

#D47A61
(212,122,97)
#D7866F
(215,134,111)
#DA927D
(218,146,125)
#DD9E8B
(221,158,139)
#E0AA99
(224,170,153)
#E3B6A7
(227,182,167)
#E6C2B5
(230,194,181)
#E9CEC3
(233,206,195)
#ECDAD1
(236,218,209)
#EFE6DF
(239,230,223)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47A61 color. Also use rgb(212,122,97) instead hex code.

Text Font Color

.myTextColor { color: #D47A61; }

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

This text font color is #D47A61.


Background Color

.myBgColor { background-color: #D47A61; }

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

This div background color is #D47A61.


Border color

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

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

This div border color is #D47A61.


Opacity

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

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

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

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

This text has shadow with #D47A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47A61 on black background.


Color preview on white background

This text has color #D47A61 on white background.



Black color preview on #D47A61 background

This text has black color on #D47A61 background.


White color preview on #D47A61 background

This text has white color on #D47A61 background.