COLOR #D04657

HEX: #D04657
RGB: (208,70,87)

Color info

#D04657 contains mainly red color. Web safe color of #D04657 is #CC3366 (or #C36).

RGB color model

#D04657 color RGB value is (208,70,87).

  • red value is 208;
  • green value is 70;
  • blue value is 87.
RGB:
(208,70,87)
(82%,27%,34%)

RGB channels and saturation

R 208 of 255 = 82%
G 70 of 255 = 27%
B 87 of 255 = 34%

208
70
87

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

Portions of RGB colors in percentages

R + G + B =
208 + 70 + 87 = 365 (100%)
R 208 of 365 ~ 56.99%
G 70 of 365 ~ 19.18%
B 87 of 365 ~ 23.84%

%56.99
%19.18
%23.84

CMYK color model

#D04657 color CMYK value is (0,66,58,18).

  • cyan value is 0.00%
  • magenta value is 66.35%
  • yellow value is 58.17%
  • key color value is 18.43%
CMYK:
(0,66,58,18)
C0M66Y58K18 
(0%,66%,58%,18%)
(0.00/0.66/0.58/0.18)	

CMYK percentages

%0
%66.35
%58.17
%18.43

Codes

Color #D04657 in popluar color models

D04657
RGB2087087
HSL353°59.48%54.51%
HSB/HSV353°66.35%81.57%
CMYK0.00%66.35%58.17%
18.43%

Color #D04657 in popluar number systems.

HEXD04657
Decimal2087087
Binary1101000010001101010111
Octal320106127

Shades and tints

Shades of #D04657

#D04657
(208,70,87)
#BE4050
(190,64,80)
#AC3A49
(172,58,73)
#9A3442
(154,52,66)
#882E3B
(136,46,59)
#762834
(118,40,52)
#64222D
(100,34,45)
#521C26
(82,28,38)
#40161F
(64,22,31)
#2E1018
(46,16,24)
#1C0A11
(28,10,17)
#000000
(0,0,0)

Tints of #D04657

#D04657
(208,70,87)
#D45666
(212,86,102)
#D86675
(216,102,117)
#DC7684
(220,118,132)
#E08693
(224,134,147)
#E496A2
(228,150,162)
#E8A6B1
(232,166,177)
#ECB6C0
(236,182,192)
#F0C6CF
(240,198,207)
#F4D6DE
(244,214,222)
#F8E6ED
(248,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04657 color. Also use rgb(208,70,87) instead hex code.

Text Font Color

.myTextColor { color: #D04657; }

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

This text font color is #D04657.


Background Color

.myBgColor { background-color: #D04657; }

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

This div background color is #D04657.


Border color

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

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

This div border color is #D04657.


Opacity

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

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

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

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

This text has shadow with #D04657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04657 on black background.


Color preview on white background

This text has color #D04657 on white background.



Black color preview on #D04657 background

This text has black color on #D04657 background.


White color preview on #D04657 background

This text has white color on #D04657 background.