COLOR #D4584C

HEX: #D4584C
RGB: (212,88,76)

Color info

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

RGB color model

#D4584C color RGB value is (212,88,76).

  • red value is 212;
  • green value is 88;
  • blue value is 76.
RGB:
(212,88,76)
(83%,35%,30%)

RGB channels and saturation

R 212 of 255 = 83%
G 88 of 255 = 35%
B 76 of 255 = 30%

212
88
76

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

Portions of RGB colors in percentages

R + G + B =
212 + 88 + 76 = 376 (100%)
R 212 of 376 ~ 56.38%
G 88 of 376 ~ 23.4%
B 76 of 376 ~ 20.21%

%56.38
%23.4
%20.21

CMYK color model

#D4584C color CMYK value is (0,58,64,17).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 64.15%
  • key color value is 16.86%
CMYK:
(0,58,64,17)
C0M58Y64K17 
(0%,58%,64%,17%)
(0.00/0.58/0.64/0.17)	

CMYK percentages

%0
%58.49
%64.15
%16.86

Codes

Color #D4584C in popluar color models

D4584C
RGB2128876
HSL61.26%56.47%
HSB/HSV64.15%83.14%
CMYK0.00%58.49%64.15%
16.86%

Color #D4584C in popluar number systems.

HEXD4584C
Decimal2128876
Binary1101010010110001001100
Octal324130114

Shades and tints

Shades of #D4584C

#D4584C
(212,88,76)
#C15046
(193,80,70)
#AE4840
(174,72,64)
#9B403A
(155,64,58)
#883834
(136,56,52)
#75302E
(117,48,46)
#622828
(98,40,40)
#4F2022
(79,32,34)
#3C181C
(60,24,28)
#291016
(41,16,22)
#160810
(22,8,16)
#000000
(0,0,0)

Tints of #D4584C

#D4584C
(212,88,76)
#D7675C
(215,103,92)
#DA766C
(218,118,108)
#DD857C
(221,133,124)
#E0948C
(224,148,140)
#E3A39C
(227,163,156)
#E6B2AC
(230,178,172)
#E9C1BC
(233,193,188)
#ECD0CC
(236,208,204)
#EFDFDC
(239,223,220)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4584C color. Also use rgb(212,88,76) instead hex code.

Text Font Color

.myTextColor { color: #D4584C; }

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

This text font color is #D4584C.


Background Color

.myBgColor { background-color: #D4584C; }

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

This div background color is #D4584C.


Border color

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

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

This div border color is #D4584C.


Opacity

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

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

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

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

This text has shadow with #D4584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4584C on black background.


Color preview on white background

This text has color #D4584C on white background.



Black color preview on #D4584C background

This text has black color on #D4584C background.


White color preview on #D4584C background

This text has white color on #D4584C background.