COLOR #D47043

HEX: #D47043
RGB: (212,112,67)

Color info

#D47043 contains mainly red color. Web safe color of #D47043 is #CC6633 (or #C63).

RGB color model

#D47043 color RGB value is (212,112,67).

  • red value is 212;
  • green value is 112;
  • blue value is 67.
RGB:
(212,112,67)
(83%,44%,26%)

RGB channels and saturation

R 212 of 255 = 83%
G 112 of 255 = 44%
B 67 of 255 = 26%

212
112
67

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

Portions of RGB colors in percentages

R + G + B =
212 + 112 + 67 = 391 (100%)
R 212 of 391 ~ 54.22%
G 112 of 391 ~ 28.64%
B 67 of 391 ~ 17.14%

%54.22
%28.64
%17.14

CMYK color model

#D47043 color CMYK value is (0,47,68,17).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 68.40%
  • key color value is 16.86%
CMYK:
(0,47,68,17)
C0M47Y68K17 
(0%,47%,68%,17%)
(0.00/0.47/0.68/0.17)	

CMYK percentages

%0
%47.17
%68.4
%16.86

Codes

Color #D47043 in popluar color models

D47043
RGB21211267
HSL19°62.77%54.71%
HSB/HSV19°68.40%83.14%
CMYK0.00%47.17%68.40%
16.86%

Color #D47043 in popluar number systems.

HEXD47043
Decimal21211267
Binary1101010011100001000011
Octal324160103

Shades and tints

Shades of #D47043

#D47043
(212,112,67)
#C1663D
(193,102,61)
#AE5C37
(174,92,55)
#9B5231
(155,82,49)
#88482B
(136,72,43)
#753E25
(117,62,37)
#62341F
(98,52,31)
#4F2A19
(79,42,25)
#3C2013
(60,32,19)
#29160D
(41,22,13)
#160C07
(22,12,7)
#000000
(0,0,0)

Tints of #D47043

#D47043
(212,112,67)
#D77D54
(215,125,84)
#DA8A65
(218,138,101)
#DD9776
(221,151,118)
#E0A487
(224,164,135)
#E3B198
(227,177,152)
#E6BEA9
(230,190,169)
#E9CBBA
(233,203,186)
#ECD8CB
(236,216,203)
#EFE5DC
(239,229,220)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47043 color. Also use rgb(212,112,67) instead hex code.

Text Font Color

.myTextColor { color: #D47043; }

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

This text font color is #D47043.


Background Color

.myBgColor { background-color: #D47043; }

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

This div background color is #D47043.


Border color

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

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

This div border color is #D47043.


Opacity

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

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

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

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

This text has shadow with #D47043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47043 on black background.


Color preview on white background

This text has color #D47043 on white background.



Black color preview on #D47043 background

This text has black color on #D47043 background.


White color preview on #D47043 background

This text has white color on #D47043 background.