COLOR #D04F52

HEX: #D04F52
RGB: (208,79,82)

Color info

#D04F52 contains mainly red color. Web safe color of #D04F52 is #CC6666 (or #C66).

RGB color model

#D04F52 color RGB value is (208,79,82).

  • red value is 208;
  • green value is 79;
  • blue value is 82.
RGB:
(208,79,82)
(82%,31%,32%)

RGB channels and saturation

R 208 of 255 = 82%
G 79 of 255 = 31%
B 82 of 255 = 32%

208
79
82

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

Portions of RGB colors in percentages

R + G + B =
208 + 79 + 82 = 369 (100%)
R 208 of 369 ~ 56.37%
G 79 of 369 ~ 21.41%
B 82 of 369 ~ 22.22%

%56.37
%21.41
%22.22

CMYK color model

#D04F52 color CMYK value is (0,62,61,18).

  • cyan value is 0.00%
  • magenta value is 62.02%
  • yellow value is 60.58%
  • key color value is 18.43%
CMYK:
(0,62,61,18)
C0M62Y61K18 
(0%,62%,61%,18%)
(0.00/0.62/0.61/0.18)	

CMYK percentages

%0
%62.02
%60.58
%18.43

Codes

Color #D04F52 in popluar color models

D04F52
RGB2087982
HSL359°57.85%56.27%
HSB/HSV359°62.02%81.57%
CMYK0.00%62.02%60.58%
18.43%

Color #D04F52 in popluar number systems.

HEXD04F52
Decimal2087982
Binary1101000010011111010010
Octal320117122

Shades and tints

Shades of #D04F52

#D04F52
(208,79,82)
#BE484B
(190,72,75)
#AC4144
(172,65,68)
#9A3A3D
(154,58,61)
#883336
(136,51,54)
#762C2F
(118,44,47)
#642528
(100,37,40)
#521E21
(82,30,33)
#40171A
(64,23,26)
#2E1013
(46,16,19)
#1C090C
(28,9,12)
#000000
(0,0,0)

Tints of #D04F52

#D04F52
(208,79,82)
#D45F61
(212,95,97)
#D86F70
(216,111,112)
#DC7F7F
(220,127,127)
#E08F8E
(224,143,142)
#E49F9D
(228,159,157)
#E8AFAC
(232,175,172)
#ECBFBB
(236,191,187)
#F0CFCA
(240,207,202)
#F4DFD9
(244,223,217)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04F52 color. Also use rgb(208,79,82) instead hex code.

Text Font Color

.myTextColor { color: #D04F52; }

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

This text font color is #D04F52.


Background Color

.myBgColor { background-color: #D04F52; }

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

This div background color is #D04F52.


Border color

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

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

This div border color is #D04F52.


Opacity

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

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

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

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

This text has shadow with #D04F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04F52 on black background.


Color preview on white background

This text has color #D04F52 on white background.



Black color preview on #D04F52 background

This text has black color on #D04F52 background.


White color preview on #D04F52 background

This text has white color on #D04F52 background.