COLOR #D47B27

HEX: #D47B27
RGB: (212,123,39)

Color info

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

RGB color model

#D47B27 color RGB value is (212,123,39).

  • red value is 212;
  • green value is 123;
  • blue value is 39.
RGB:
(212,123,39)
(83%,48%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 123 of 255 = 48%
B 39 of 255 = 15%

212
123
39

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

Portions of RGB colors in percentages

R + G + B =
212 + 123 + 39 = 374 (100%)
R 212 of 374 ~ 56.68%
G 123 of 374 ~ 32.89%
B 39 of 374 ~ 10.43%

%56.68
%32.89
%10.43

CMYK color model

#D47B27 color CMYK value is (0,42,82,17).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 81.60%
  • key color value is 16.86%
CMYK:
(0,42,82,17)
C0M42Y82K17 
(0%,42%,82%,17%)
(0.00/0.42/0.82/0.17)	

CMYK percentages

%0
%41.98
%81.6
%16.86

Codes

Color #D47B27 in popluar color models

D47B27
RGB21212339
HSL29°68.92%49.22%
HSB/HSV29°81.60%83.14%
CMYK0.00%41.98%81.60%
16.86%

Color #D47B27 in popluar number systems.

HEXD47B27
Decimal21212339
Binary110101001111011100111
Octal32417347

Shades and tints

Shades of #D47B27

#D47B27
(212,123,39)
#C17024
(193,112,36)
#AE6521
(174,101,33)
#9B5A1E
(155,90,30)
#884F1B
(136,79,27)
#754418
(117,68,24)
#623915
(98,57,21)
#4F2E12
(79,46,18)
#3C230F
(60,35,15)
#29180C
(41,24,12)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #D47B27

#D47B27
(212,123,39)
#D7873A
(215,135,58)
#DA934D
(218,147,77)
#DD9F60
(221,159,96)
#E0AB73
(224,171,115)
#E3B786
(227,183,134)
#E6C399
(230,195,153)
#E9CFAC
(233,207,172)
#ECDBBF
(236,219,191)
#EFE7D2
(239,231,210)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47B27 color. Also use rgb(212,123,39) instead hex code.

Text Font Color

.myTextColor { color: #D47B27; }

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

This text font color is #D47B27.


Background Color

.myBgColor { background-color: #D47B27; }

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

This div background color is #D47B27.


Border color

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

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

This div border color is #D47B27.


Opacity

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

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

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

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

This text has shadow with #D47B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D47B27 on black background.


Color preview on white background

This text has color #D47B27 on white background.



Black color preview on #D47B27 background

This text has black color on #D47B27 background.


White color preview on #D47B27 background

This text has white color on #D47B27 background.