COLOR #D4682C

HEX: #D4682C
RGB: (212,104,44)

Color info

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

RGB color model

#D4682C color RGB value is (212,104,44).

  • red value is 212;
  • green value is 104;
  • blue value is 44.
RGB:
(212,104,44)
(83%,41%,17%)

RGB channels and saturation

R 212 of 255 = 83%
G 104 of 255 = 41%
B 44 of 255 = 17%

212
104
44

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

Portions of RGB colors in percentages

R + G + B =
212 + 104 + 44 = 360 (100%)
R 212 of 360 ~ 58.89%
G 104 of 360 ~ 28.89%
B 44 of 360 ~ 12.22%

%58.89
%28.89
%12.22

CMYK color model

#D4682C color CMYK value is (0,51,79,17).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 79.25%
  • key color value is 16.86%
CMYK:
(0,51,79,17)
C0M51Y79K17 
(0%,51%,79%,17%)
(0.00/0.51/0.79/0.17)	

CMYK percentages

%0
%50.94
%79.25
%16.86

Codes

Color #D4682C in popluar color models

D4682C
RGB21210444
HSL21°66.14%50.20%
HSB/HSV21°79.25%83.14%
CMYK0.00%50.94%79.25%
16.86%

Color #D4682C in popluar number systems.

HEXD4682C
Decimal21210444
Binary110101001101000101100
Octal32415054

Shades and tints

Shades of #D4682C

#D4682C
(212,104,44)
#C15F28
(193,95,40)
#AE5624
(174,86,36)
#9B4D20
(155,77,32)
#88441C
(136,68,28)
#753B18
(117,59,24)
#623214
(98,50,20)
#4F2910
(79,41,16)
#3C200C
(60,32,12)
#291708
(41,23,8)
#160E04
(22,14,4)
#000000
(0,0,0)

Tints of #D4682C

#D4682C
(212,104,44)
#D7753F
(215,117,63)
#DA8252
(218,130,82)
#DD8F65
(221,143,101)
#E09C78
(224,156,120)
#E3A98B
(227,169,139)
#E6B69E
(230,182,158)
#E9C3B1
(233,195,177)
#ECD0C4
(236,208,196)
#EFDDD7
(239,221,215)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4682C color. Also use rgb(212,104,44) instead hex code.

Text Font Color

.myTextColor { color: #D4682C; }

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

This text font color is #D4682C.


Background Color

.myBgColor { background-color: #D4682C; }

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

This div background color is #D4682C.


Border color

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

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

This div border color is #D4682C.


Opacity

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

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

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

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

This text has shadow with #D4682C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4682C on black background.


Color preview on white background

This text has color #D4682C on white background.



Black color preview on #D4682C background

This text has black color on #D4682C background.


White color preview on #D4682C background

This text has white color on #D4682C background.