COLOR #D45A25

HEX: #D45A25
RGB: (212,90,37)

Color info

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

RGB color model

#D45A25 color RGB value is (212,90,37).

  • red value is 212;
  • green value is 90;
  • blue value is 37.
RGB:
(212,90,37)
(83%,35%,15%)

RGB channels and saturation

R 212 of 255 = 83%
G 90 of 255 = 35%
B 37 of 255 = 15%

212
90
37

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

Portions of RGB colors in percentages

R + G + B =
212 + 90 + 37 = 339 (100%)
R 212 of 339 ~ 62.54%
G 90 of 339 ~ 26.55%
B 37 of 339 ~ 10.91%

%62.54
%26.55
%10.91

CMYK color model

#D45A25 color CMYK value is (0,58,83,17).

  • cyan value is 0.00%
  • magenta value is 57.55%
  • yellow value is 82.55%
  • key color value is 16.86%
CMYK:
(0,58,83,17)
C0M58Y83K17 
(0%,58%,83%,17%)
(0.00/0.58/0.83/0.17)	

CMYK percentages

%0
%57.55
%82.55
%16.86

Codes

Color #D45A25 in popluar color models

D45A25
RGB2129037
HSL18°70.28%48.82%
HSB/HSV18°82.55%83.14%
CMYK0.00%57.55%82.55%
16.86%

Color #D45A25 in popluar number systems.

HEXD45A25
Decimal2129037
Binary110101001011010100101
Octal32413245

Shades and tints

Shades of #D45A25

#D45A25
(212,90,37)
#C15222
(193,82,34)
#AE4A1F
(174,74,31)
#9B421C
(155,66,28)
#883A19
(136,58,25)
#753216
(117,50,22)
#622A13
(98,42,19)
#4F2210
(79,34,16)
#3C1A0D
(60,26,13)
#29120A
(41,18,10)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #D45A25

#D45A25
(212,90,37)
#D76938
(215,105,56)
#DA784B
(218,120,75)
#DD875E
(221,135,94)
#E09671
(224,150,113)
#E3A584
(227,165,132)
#E6B497
(230,180,151)
#E9C3AA
(233,195,170)
#ECD2BD
(236,210,189)
#EFE1D0
(239,225,208)
#F2F0E3
(242,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D45A25 color. Also use rgb(212,90,37) instead hex code.

Text Font Color

.myTextColor { color: #D45A25; }

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

This text font color is #D45A25.


Background Color

.myBgColor { background-color: #D45A25; }

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

This div background color is #D45A25.


Border color

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

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

This div border color is #D45A25.


Opacity

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

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

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

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

This text has shadow with #D45A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D45A25 on black background.


Color preview on white background

This text has color #D45A25 on white background.



Black color preview on #D45A25 background

This text has black color on #D45A25 background.


White color preview on #D45A25 background

This text has white color on #D45A25 background.