COLOR #D3504E

HEX: #D3504E
RGB: (211,80,78)

Color info

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

RGB color model

#D3504E color RGB value is (211,80,78).

  • red value is 211;
  • green value is 80;
  • blue value is 78.
RGB:
(211,80,78)
(83%,31%,31%)

RGB channels and saturation

R 211 of 255 = 83%
G 80 of 255 = 31%
B 78 of 255 = 31%

211
80
78

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

Portions of RGB colors in percentages

R + G + B =
211 + 80 + 78 = 369 (100%)
R 211 of 369 ~ 57.18%
G 80 of 369 ~ 21.68%
B 78 of 369 ~ 21.14%

%57.18
%21.68
%21.14

CMYK color model

#D3504E color CMYK value is (0,62,63,17).

  • cyan value is 0.00%
  • magenta value is 62.09%
  • yellow value is 63.03%
  • key color value is 17.25%
CMYK:
(0,62,63,17)
C0M62Y63K17 
(0%,62%,63%,17%)
(0.00/0.62/0.63/0.17)	

CMYK percentages

%0
%62.09
%63.03
%17.25

Codes

Color #D3504E in popluar color models

D3504E
RGB2118078
HSL60.18%56.67%
HSB/HSV63.03%82.75%
CMYK0.00%62.09%63.03%
17.25%

Color #D3504E in popluar number systems.

HEXD3504E
Decimal2118078
Binary1101001110100001001110
Octal323120116

Shades and tints

Shades of #D3504E

#D3504E
(211,80,78)
#C04947
(192,73,71)
#AD4240
(173,66,64)
#9A3B39
(154,59,57)
#873432
(135,52,50)
#742D2B
(116,45,43)
#612624
(97,38,36)
#4E1F1D
(78,31,29)
#3B1816
(59,24,22)
#28110F
(40,17,15)
#150A08
(21,10,8)
#000000
(0,0,0)

Tints of #D3504E

#D3504E
(211,80,78)
#D75F5E
(215,95,94)
#DB6E6E
(219,110,110)
#DF7D7E
(223,125,126)
#E38C8E
(227,140,142)
#E79B9E
(231,155,158)
#EBAAAE
(235,170,174)
#EFB9BE
(239,185,190)
#F3C8CE
(243,200,206)
#F7D7DE
(247,215,222)
#FBE6EE
(251,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3504E color. Also use rgb(211,80,78) instead hex code.

Text Font Color

.myTextColor { color: #D3504E; }

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

This text font color is #D3504E.


Background Color

.myBgColor { background-color: #D3504E; }

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

This div background color is #D3504E.


Border color

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

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

This div border color is #D3504E.


Opacity

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

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

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

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

This text has shadow with #D3504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3504E on black background.


Color preview on white background

This text has color #D3504E on white background.



Black color preview on #D3504E background

This text has black color on #D3504E background.


White color preview on #D3504E background

This text has white color on #D3504E background.