COLOR #D45520

HEX: #D45520
RGB: (212,85,32)

Color info

#D45520 contains mainly red color. Web safe color of #D45520 is #CC6633 (or #C63).

RGB color model

#D45520 color RGB value is (212,85,32).

  • red value is 212;
  • green value is 85;
  • blue value is 32.
RGB:
(212,85,32)
(83%,33%,13%)

RGB channels and saturation

R 212 of 255 = 83%
G 85 of 255 = 33%
B 32 of 255 = 13%

212
85
32

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

Portions of RGB colors in percentages

R + G + B =
212 + 85 + 32 = 329 (100%)
R 212 of 329 ~ 64.44%
G 85 of 329 ~ 25.84%
B 32 of 329 ~ 9.73%

%64.44
%25.84
%9.73

CMYK color model

#D45520 color CMYK value is (0,60,85,17).

  • cyan value is 0.00%
  • magenta value is 59.91%
  • yellow value is 84.91%
  • key color value is 16.86%
CMYK:
(0,60,85,17)
C0M60Y85K17 
(0%,60%,85%,17%)
(0.00/0.60/0.85/0.17)	

CMYK percentages

%0
%59.91
%84.91
%16.86

Codes

Color #D45520 in popluar color models

D45520
RGB2128532
HSL18°73.77%47.84%
HSB/HSV18°84.91%83.14%
CMYK0.00%59.91%84.91%
16.86%

Color #D45520 in popluar number systems.

HEXD45520
Decimal2128532
Binary110101001010101100000
Octal32412540

Shades and tints

Shades of #D45520

#D45520
(212,85,32)
#C14E1E
(193,78,30)
#AE471C
(174,71,28)
#9B401A
(155,64,26)
#883918
(136,57,24)
#753216
(117,50,22)
#622B14
(98,43,20)
#4F2412
(79,36,18)
#3C1D10
(60,29,16)
#29160E
(41,22,14)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #D45520

#D45520
(212,85,32)
#D76434
(215,100,52)
#DA7348
(218,115,72)
#DD825C
(221,130,92)
#E09170
(224,145,112)
#E3A084
(227,160,132)
#E6AF98
(230,175,152)
#E9BEAC
(233,190,172)
#ECCDC0
(236,205,192)
#EFDCD4
(239,220,212)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D45520 color. Also use rgb(212,85,32) instead hex code.

Text Font Color

.myTextColor { color: #D45520; }

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

This text font color is #D45520.


Background Color

.myBgColor { background-color: #D45520; }

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

This div background color is #D45520.


Border color

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

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

This div border color is #D45520.


Opacity

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

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

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

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

This text has shadow with #D45520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D45520 on black background.


Color preview on white background

This text has color #D45520 on white background.



Black color preview on #D45520 background

This text has black color on #D45520 background.


White color preview on #D45520 background

This text has white color on #D45520 background.