COLOR #D47F28

HEX: #D47F28
RGB: (212,127,40)

Color info

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

RGB color model

#D47F28 color RGB value is (212,127,40).

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

RGB channels and saturation

R 212 of 255 = 83%
G 127 of 255 = 50%
B 40 of 255 = 16%

212
127
40

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

Portions of RGB colors in percentages

R + G + B =
212 + 127 + 40 = 379 (100%)
R 212 of 379 ~ 55.94%
G 127 of 379 ~ 33.51%
B 40 of 379 ~ 10.55%

%55.94
%33.51
%10.55

CMYK color model

#D47F28 color CMYK value is (0,40,81,17).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 81.13%
  • key color value is 16.86%
CMYK:
(0,40,81,17)
C0M40Y81K17 
(0%,40%,81%,17%)
(0.00/0.40/0.81/0.17)	

CMYK percentages

%0
%40.09
%81.13
%16.86

Codes

Color #D47F28 in popluar color models

D47F28
RGB21212740
HSL30°68.25%49.41%
HSB/HSV30°81.13%83.14%
CMYK0.00%40.09%81.13%
16.86%

Color #D47F28 in popluar number systems.

HEXD47F28
Decimal21212740
Binary110101001111111101000
Octal32417750

Shades and tints

Shades of #D47F28

#D47F28
(212,127,40)
#C17425
(193,116,37)
#AE6922
(174,105,34)
#9B5E1F
(155,94,31)
#88531C
(136,83,28)
#754819
(117,72,25)
#623D16
(98,61,22)
#4F3213
(79,50,19)
#3C2710
(60,39,16)
#291C0D
(41,28,13)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #D47F28

#D47F28
(212,127,40)
#D78A3B
(215,138,59)
#DA954E
(218,149,78)
#DDA061
(221,160,97)
#E0AB74
(224,171,116)
#E3B687
(227,182,135)
#E6C19A
(230,193,154)
#E9CCAD
(233,204,173)
#ECD7C0
(236,215,192)
#EFE2D3
(239,226,211)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47F28; }

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

This text font color is #D47F28.


Background Color

.myBgColor { background-color: #D47F28; }

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

This div background color is #D47F28.


Border color

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

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

This div border color is #D47F28.


Opacity

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

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

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

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

This text has shadow with #D47F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47F28 on black background.


Color preview on white background

This text has color #D47F28 on white background.



Black color preview on #D47F28 background

This text has black color on #D47F28 background.


White color preview on #D47F28 background

This text has white color on #D47F28 background.