COLOR #D4802E

HEX: #D4802E
RGB: (212,128,46)

Color info

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

RGB color model

#D4802E color RGB value is (212,128,46).

  • red value is 212;
  • green value is 128;
  • blue value is 46.
RGB:
(212,128,46)
(83%,50%,18%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 46 of 255 = 18%

212
128
46

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 46 = 386 (100%)
R 212 of 386 ~ 54.92%
G 128 of 386 ~ 33.16%
B 46 of 386 ~ 11.92%

%54.92
%33.16
%11.92

CMYK color model

#D4802E color CMYK value is (0,40,78,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 78.30%
  • key color value is 16.86%
CMYK:
(0,40,78,17)
C0M40Y78K17 
(0%,40%,78%,17%)
(0.00/0.40/0.78/0.17)	

CMYK percentages

%0
%39.62
%78.3
%16.86

Codes

Color #D4802E in popluar color models

D4802E
RGB21212846
HSL30°65.87%50.59%
HSB/HSV30°78.30%83.14%
CMYK0.00%39.62%78.30%
16.86%

Color #D4802E in popluar number systems.

HEXD4802E
Decimal21212846
Binary1101010010000000101110
Octal32420056

Shades and tints

Shades of #D4802E

#D4802E
(212,128,46)
#C1752A
(193,117,42)
#AE6A26
(174,106,38)
#9B5F22
(155,95,34)
#88541E
(136,84,30)
#75491A
(117,73,26)
#623E16
(98,62,22)
#4F3312
(79,51,18)
#3C280E
(60,40,14)
#291D0A
(41,29,10)
#161206
(22,18,6)
#000000
(0,0,0)

Tints of #D4802E

#D4802E
(212,128,46)
#D78B41
(215,139,65)
#DA9654
(218,150,84)
#DDA167
(221,161,103)
#E0AC7A
(224,172,122)
#E3B78D
(227,183,141)
#E6C2A0
(230,194,160)
#E9CDB3
(233,205,179)
#ECD8C6
(236,216,198)
#EFE3D9
(239,227,217)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4802E color. Also use rgb(212,128,46) instead hex code.

Text Font Color

.myTextColor { color: #D4802E; }

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

This text font color is #D4802E.


Background Color

.myBgColor { background-color: #D4802E; }

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

This div background color is #D4802E.


Border color

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

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

This div border color is #D4802E.


Opacity

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

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

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

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

This text has shadow with #D4802E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4802E on black background.


Color preview on white background

This text has color #D4802E on white background.



Black color preview on #D4802E background

This text has black color on #D4802E background.


White color preview on #D4802E background

This text has white color on #D4802E background.