COLOR #D0474E

HEX: #D0474E
RGB: (208,71,78)

Color info

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

RGB color model

#D0474E color RGB value is (208,71,78).

  • red value is 208;
  • green value is 71;
  • blue value is 78.
RGB:
(208,71,78)
(82%,28%,31%)

RGB channels and saturation

R 208 of 255 = 82%
G 71 of 255 = 28%
B 78 of 255 = 31%

208
71
78

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

Portions of RGB colors in percentages

R + G + B =
208 + 71 + 78 = 357 (100%)
R 208 of 357 ~ 58.26%
G 71 of 357 ~ 19.89%
B 78 of 357 ~ 21.85%

%58.26
%19.89
%21.85

CMYK color model

#D0474E color CMYK value is (0,66,63,18).

  • cyan value is 0.00%
  • magenta value is 65.87%
  • yellow value is 62.50%
  • key color value is 18.43%
CMYK:
(0,66,63,18)
C0M66Y63K18 
(0%,66%,63%,18%)
(0.00/0.66/0.63/0.18)	

CMYK percentages

%0
%65.87
%62.5
%18.43

Codes

Color #D0474E in popluar color models

D0474E
RGB2087178
HSL357°59.31%54.71%
HSB/HSV357°65.87%81.57%
CMYK0.00%65.87%62.50%
18.43%

Color #D0474E in popluar number systems.

HEXD0474E
Decimal2087178
Binary1101000010001111001110
Octal320107116

Shades and tints

Shades of #D0474E

#D0474E
(208,71,78)
#BE4147
(190,65,71)
#AC3B40
(172,59,64)
#9A3539
(154,53,57)
#882F32
(136,47,50)
#76292B
(118,41,43)
#642324
(100,35,36)
#521D1D
(82,29,29)
#401716
(64,23,22)
#2E110F
(46,17,15)
#1C0B08
(28,11,8)
#000000
(0,0,0)

Tints of #D0474E

#D0474E
(208,71,78)
#D4575E
(212,87,94)
#D8676E
(216,103,110)
#DC777E
(220,119,126)
#E0878E
(224,135,142)
#E4979E
(228,151,158)
#E8A7AE
(232,167,174)
#ECB7BE
(236,183,190)
#F0C7CE
(240,199,206)
#F4D7DE
(244,215,222)
#F8E7EE
(248,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0474E color. Also use rgb(208,71,78) instead hex code.

Text Font Color

.myTextColor { color: #D0474E; }

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

This text font color is #D0474E.


Background Color

.myBgColor { background-color: #D0474E; }

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

This div background color is #D0474E.


Border color

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

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

This div border color is #D0474E.


Opacity

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

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

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

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

This text has shadow with #D0474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0474E on black background.


Color preview on white background

This text has color #D0474E on white background.



Black color preview on #D0474E background

This text has black color on #D0474E background.


White color preview on #D0474E background

This text has white color on #D0474E background.