COLOR #D04B5D

HEX: #D04B5D
RGB: (208,75,93)

Color info

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

RGB color model

#D04B5D color RGB value is (208,75,93).

  • red value is 208;
  • green value is 75;
  • blue value is 93.
RGB:
(208,75,93)
(82%,29%,36%)

RGB channels and saturation

R 208 of 255 = 82%
G 75 of 255 = 29%
B 93 of 255 = 36%

208
75
93

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

Portions of RGB colors in percentages

R + G + B =
208 + 75 + 93 = 376 (100%)
R 208 of 376 ~ 55.32%
G 75 of 376 ~ 19.95%
B 93 of 376 ~ 24.73%

%55.32
%19.95
%24.73

CMYK color model

#D04B5D color CMYK value is (0,64,55,18).

  • cyan value is 0.00%
  • magenta value is 63.94%
  • yellow value is 55.29%
  • key color value is 18.43%
CMYK:
(0,64,55,18)
C0M64Y55K18 
(0%,64%,55%,18%)
(0.00/0.64/0.55/0.18)	

CMYK percentages

%0
%63.94
%55.29
%18.43

Codes

Color #D04B5D in popluar color models

D04B5D
RGB2087593
HSL352°58.59%55.49%
HSB/HSV352°63.94%81.57%
CMYK0.00%63.94%55.29%
18.43%

Color #D04B5D in popluar number systems.

HEXD04B5D
Decimal2087593
Binary1101000010010111011101
Octal320113135

Shades and tints

Shades of #D04B5D

#D04B5D
(208,75,93)
#BE4555
(190,69,85)
#AC3F4D
(172,63,77)
#9A3945
(154,57,69)
#88333D
(136,51,61)
#762D35
(118,45,53)
#64272D
(100,39,45)
#522125
(82,33,37)
#401B1D
(64,27,29)
#2E1515
(46,21,21)
#1C0F0D
(28,15,13)
#000000
(0,0,0)

Tints of #D04B5D

#D04B5D
(208,75,93)
#D45B6B
(212,91,107)
#D86B79
(216,107,121)
#DC7B87
(220,123,135)
#E08B95
(224,139,149)
#E49BA3
(228,155,163)
#E8ABB1
(232,171,177)
#ECBBBF
(236,187,191)
#F0CBCD
(240,203,205)
#F4DBDB
(244,219,219)
#F8EBE9
(248,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D04B5D color. Also use rgb(208,75,93) instead hex code.

Text Font Color

.myTextColor { color: #D04B5D; }

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

This text font color is #D04B5D.


Background Color

.myBgColor { background-color: #D04B5D; }

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

This div background color is #D04B5D.


Border color

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

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

This div border color is #D04B5D.


Opacity

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

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

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

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

This text has shadow with #D04B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D04B5D on black background.


Color preview on white background

This text has color #D04B5D on white background.



Black color preview on #D04B5D background

This text has black color on #D04B5D background.


White color preview on #D04B5D background

This text has white color on #D04B5D background.