COLOR #D47562

HEX: #D47562 RGB: (212,117,98)

Color info

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

RGB color model

#D47562 color RGB value is (212,117,98).

RGB: (212,117,98) (83%, 46%, 38%)

RGB channels and saturation

R 212 of 255 = 83%
G 117 of 255 = 46%
B 98 of 255 = 38%

212
117
98

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

Portions of RGB colors in percentages

R + G + B = 212 + 117 + 98 = 427 (100%)
R 212 of 427 ~ 49.65%
G 117 of 427 ~ 27.4%
B 98 of 427 ~ 22.95'%

%49.65
%27.4
%22.95

CMYK color model

#D47562 color CMYK value is (0,45,54,17).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 53.77%
  • key color value is 16.86%
CMYK: (0,45,54,17) C0M45Y54K17 (0%,45%,54%,17%) (0.00/0.45/0.54/0.17) 

CMYK percentages

%0
%44.81
%53.77
%16.86

Codes

Color #D47562 in popluar color models

D4 75 62
RGB 212 117 98
HSL 10° 57.00% 60.78%
HSB/HSV 10° 53.77% 83.14%
CMYK 0.00% 44.81% 53.77%
16.86%

Color #D47562 in popluar number systems.

HEX D4 75 62
Decimal 212 117 98
Binary 11010100 1110101 1100010
Octal 324 165 142

Shades and tints

Shades of #D47562

#D47562
(212,117,98)
#C16B5A
(193,107,90)
#AE6152
(174,97,82)
#9B574A
(155,87,74)
#884D42
(136,77,66)
#75433A
(117,67,58)
#623932
(98,57,50)
#4F2F2A
(79,47,42)
#3C2522
(60,37,34)
#291B1A
(41,27,26)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #D47562

#D47562
(212,117,98)
#D78170
(215,129,112)
#DA8D7E
(218,141,126)
#DD998C
(221,153,140)
#E0A59A
(224,165,154)
#E3B1A8
(227,177,168)
#E6BDB6
(230,189,182)
#E9C9C4
(233,201,196)
#ECD5D2
(236,213,210)
#EFE1E0
(239,225,224)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47562 color. Also use rgb(212,117,98) instead hex code.

Text Font Color

.myTextColor { color: #D47562; }

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

This text font color is #D47562.

Background Color

.myBgColor { background-color: #D47562; }

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

This div background color is #D47562.

Border color

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

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

This div border color is #D47562.

Opacity

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

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

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

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

This text has shadow with #D47562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47562.

Preview

Color preview on black background

This text has color #D47562 on black background.


Color preview on white background

This text has color #D47562 on white background.


Black color preview on #D47562 background

This text has black color on #D47562 background.


White color preview on #D47562 background

This text has white color on #D47562 background.


Related colors

Complementary color

Complementary color for #hex is #2B8A9D.


I love getcolorcode.com

Triadic colors

1 #62D475 and #7562D4 with #D47562 are triadic colors.

2 #6275D4 and #75D462 with #D47562 are triadic colors.