COLOR #D47611

HEX: #D47611
RGB: (212,118,17)

Color info

#D47611 contains mainly red color. Web safe color of #D47611 is #CC6600 (or #C60).

RGB color model

#D47611 color RGB value is (212,118,17).

  • red value is 212;
  • green value is 118;
  • blue value is 17.
RGB:
(212,118,17)
(83%,46%,7%)

RGB channels and saturation

R 212 of 255 = 83%
G 118 of 255 = 46%
B 17 of 255 = 7%

212
118
17

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

Portions of RGB colors in percentages

R + G + B =
212 + 118 + 17 = 347 (100%)
R 212 of 347 ~ 61.1%
G 118 of 347 ~ 34.01%
B 17 of 347 ~ 4.9%

%61.1
%34.01

CMYK color model

#D47611 color CMYK value is (0,44,92,17).

  • cyan value is 0.00%
  • magenta value is 44.34%
  • yellow value is 91.98%
  • key color value is 16.86%
CMYK:
(0,44,92,17)
C0M44Y92K17 
(0%,44%,92%,17%)
(0.00/0.44/0.92/0.17)	

CMYK percentages

%0
%44.34
%91.98
%16.86

Codes

Color #D47611 in popluar color models

D47611
RGB21211817
HSL31°85.15%44.90%
HSB/HSV31°91.98%83.14%
CMYK0.00%44.34%91.98%
16.86%

Color #D47611 in popluar number systems.

HEXD47611
Decimal21211817
Binary11010100111011010001
Octal32416621

Shades and tints

Shades of #D47611

#D47611
(212,118,17)
#C16C10
(193,108,16)
#AE620F
(174,98,15)
#9B580E
(155,88,14)
#884E0D
(136,78,13)
#75440C
(117,68,12)
#623A0B
(98,58,11)
#4F300A
(79,48,10)
#3C2609
(60,38,9)
#291C08
(41,28,8)
#161207
(22,18,7)
#000000
(0,0,0)

Tints of #D47611

#D47611
(212,118,17)
#D78226
(215,130,38)
#DA8E3B
(218,142,59)
#DD9A50
(221,154,80)
#E0A665
(224,166,101)
#E3B27A
(227,178,122)
#E6BE8F
(230,190,143)
#E9CAA4
(233,202,164)
#ECD6B9
(236,214,185)
#EFE2CE
(239,226,206)
#F2EEE3
(242,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47611 color. Also use rgb(212,118,17) instead hex code.

Text Font Color

.myTextColor { color: #D47611; }

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

This text font color is #D47611.


Background Color

.myBgColor { background-color: #D47611; }

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

This div background color is #D47611.


Border color

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

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

This div border color is #D47611.


Opacity

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

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

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

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

This text has shadow with #D47611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47611 on black background.


Color preview on white background

This text has color #D47611 on white background.



Black color preview on #D47611 background

This text has black color on #D47611 background.


White color preview on #D47611 background

This text has white color on #D47611 background.