COLOR #D84A4C

HEX: #D84A4C
RGB: (216,74,76)

Color info

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

RGB color model

#D84A4C color RGB value is (216,74,76).

  • red value is 216;
  • green value is 74;
  • blue value is 76.
RGB:
(216,74,76)
(85%,29%,30%)

RGB channels and saturation

R 216 of 255 = 85%
G 74 of 255 = 29%
B 76 of 255 = 30%

216
74
76

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

Portions of RGB colors in percentages

R + G + B =
216 + 74 + 76 = 366 (100%)
R 216 of 366 ~ 59.02%
G 74 of 366 ~ 20.22%
B 76 of 366 ~ 20.77%

%59.02
%20.22
%20.77

CMYK color model

#D84A4C color CMYK value is (0,66,65,15).

  • cyan value is 0.00%
  • magenta value is 65.74%
  • yellow value is 64.81%
  • key color value is 15.29%
CMYK:
(0,66,65,15)
C0M66Y65K15 
(0%,66%,65%,15%)
(0.00/0.66/0.65/0.15)	

CMYK percentages

%0
%65.74
%64.81
%15.29

Codes

Color #D84A4C in popluar color models

D84A4C
RGB2167476
HSL359°64.55%56.86%
HSB/HSV359°65.74%84.71%
CMYK0.00%65.74%64.81%
15.29%

Color #D84A4C in popluar number systems.

HEXD84A4C
Decimal2167476
Binary1101100010010101001100
Octal330112114

Shades and tints

Shades of #D84A4C

#D84A4C
(216,74,76)
#C54446
(197,68,70)
#B23E40
(178,62,64)
#9F383A
(159,56,58)
#8C3234
(140,50,52)
#792C2E
(121,44,46)
#662628
(102,38,40)
#532022
(83,32,34)
#401A1C
(64,26,28)
#2D1416
(45,20,22)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #D84A4C

#D84A4C
(216,74,76)
#DB5A5C
(219,90,92)
#DE6A6C
(222,106,108)
#E17A7C
(225,122,124)
#E48A8C
(228,138,140)
#E79A9C
(231,154,156)
#EAAAAC
(234,170,172)
#EDBABC
(237,186,188)
#F0CACC
(240,202,204)
#F3DADC
(243,218,220)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D84A4C color. Also use rgb(216,74,76) instead hex code.

Text Font Color

.myTextColor { color: #D84A4C; }

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

This text font color is #D84A4C.


Background Color

.myBgColor { background-color: #D84A4C; }

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

This div background color is #D84A4C.


Border color

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

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

This div border color is #D84A4C.


Opacity

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

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

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

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

This text has shadow with #D84A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D84A4C on black background.


Color preview on white background

This text has color #D84A4C on white background.



Black color preview on #D84A4C background

This text has black color on #D84A4C background.


White color preview on #D84A4C background

This text has white color on #D84A4C background.