COLOR #D8641E

HEX: #D8641E
RGB: (216,100,30)

Color info

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

RGB color model

#D8641E color RGB value is (216,100,30).

  • red value is 216;
  • green value is 100;
  • blue value is 30.
RGB:
(216,100,30)
(85%,39%,12%)

RGB channels and saturation

R 216 of 255 = 85%
G 100 of 255 = 39%
B 30 of 255 = 12%

216
100
30

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

Portions of RGB colors in percentages

R + G + B =
216 + 100 + 30 = 346 (100%)
R 216 of 346 ~ 62.43%
G 100 of 346 ~ 28.9%
B 30 of 346 ~ 8.67%

%62.43
%28.9

CMYK color model

#D8641E color CMYK value is (0,54,86,15).

  • cyan value is 0.00%
  • magenta value is 53.70%
  • yellow value is 86.11%
  • key color value is 15.29%
CMYK:
(0,54,86,15)
C0M54Y86K15 
(0%,54%,86%,15%)
(0.00/0.54/0.86/0.15)	

CMYK percentages

%0
%53.7
%86.11
%15.29

Codes

Color #D8641E in popluar color models

D8641E
RGB21610030
HSL23°75.61%48.24%
HSB/HSV23°86.11%84.71%
CMYK0.00%53.70%86.11%
15.29%

Color #D8641E in popluar number systems.

HEXD8641E
Decimal21610030
Binary11011000110010011110
Octal33014436

Shades and tints

Shades of #D8641E

#D8641E
(216,100,30)
#C55B1C
(197,91,28)
#B2521A
(178,82,26)
#9F4918
(159,73,24)
#8C4016
(140,64,22)
#793714
(121,55,20)
#662E12
(102,46,18)
#532510
(83,37,16)
#401C0E
(64,28,14)
#2D130C
(45,19,12)
#1A0A0A
(26,10,10)
#000000
(0,0,0)

Tints of #D8641E

#D8641E
(216,100,30)
#DB7232
(219,114,50)
#DE8046
(222,128,70)
#E18E5A
(225,142,90)
#E49C6E
(228,156,110)
#E7AA82
(231,170,130)
#EAB896
(234,184,150)
#EDC6AA
(237,198,170)
#F0D4BE
(240,212,190)
#F3E2D2
(243,226,210)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8641E color. Also use rgb(216,100,30) instead hex code.

Text Font Color

.myTextColor { color: #D8641E; }

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

This text font color is #D8641E.


Background Color

.myBgColor { background-color: #D8641E; }

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

This div background color is #D8641E.


Border color

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

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

This div border color is #D8641E.


Opacity

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

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

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

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

This text has shadow with #D8641E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8641E on black background.


Color preview on white background

This text has color #D8641E on white background.



Black color preview on #D8641E background

This text has black color on #D8641E background.


White color preview on #D8641E background

This text has white color on #D8641E background.