COLOR #D8463D

HEX: #D8463D
RGB: (216,70,61)

Color info

#D8463D contains mainly red color. Web safe color of #D8463D is #CC3333 (or #C33).

RGB color model

#D8463D color RGB value is (216,70,61).

  • red value is 216;
  • green value is 70;
  • blue value is 61.
RGB:
(216,70,61)
(85%,27%,24%)

RGB channels and saturation

R 216 of 255 = 85%
G 70 of 255 = 27%
B 61 of 255 = 24%

216
70
61

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

Portions of RGB colors in percentages

R + G + B =
216 + 70 + 61 = 347 (100%)
R 216 of 347 ~ 62.25%
G 70 of 347 ~ 20.17%
B 61 of 347 ~ 17.58%

%62.25
%20.17
%17.58

CMYK color model

#D8463D color CMYK value is (0,68,72,15).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 71.76%
  • key color value is 15.29%
CMYK:
(0,68,72,15)
C0M68Y72K15 
(0%,68%,72%,15%)
(0.00/0.68/0.72/0.15)	

CMYK percentages

%0
%67.59
%71.76
%15.29

Codes

Color #D8463D in popluar color models

D8463D
RGB2167061
HSL66.52%54.31%
HSB/HSV71.76%84.71%
CMYK0.00%67.59%71.76%
15.29%

Color #D8463D in popluar number systems.

HEXD8463D
Decimal2167061
Binary110110001000110111101
Octal33010675

Shades and tints

Shades of #D8463D

#D8463D
(216,70,61)
#C54038
(197,64,56)
#B23A33
(178,58,51)
#9F342E
(159,52,46)
#8C2E29
(140,46,41)
#792824
(121,40,36)
#66221F
(102,34,31)
#531C1A
(83,28,26)
#401615
(64,22,21)
#2D1010
(45,16,16)
#1A0A0B
(26,10,11)
#000000
(0,0,0)

Tints of #D8463D

#D8463D
(216,70,61)
#DB564E
(219,86,78)
#DE665F
(222,102,95)
#E17670
(225,118,112)
#E48681
(228,134,129)
#E79692
(231,150,146)
#EAA6A3
(234,166,163)
#EDB6B4
(237,182,180)
#F0C6C5
(240,198,197)
#F3D6D6
(243,214,214)
#F6E6E7
(246,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8463D color. Also use rgb(216,70,61) instead hex code.

Text Font Color

.myTextColor { color: #D8463D; }

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

This text font color is #D8463D.


Background Color

.myBgColor { background-color: #D8463D; }

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

This div background color is #D8463D.


Border color

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

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

This div border color is #D8463D.


Opacity

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

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

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

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

This text has shadow with #D8463D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8463D on black background.


Color preview on white background

This text has color #D8463D on white background.



Black color preview on #D8463D background

This text has black color on #D8463D background.


White color preview on #D8463D background

This text has white color on #D8463D background.