COLOR #D05032

HEX: #D05032
RGB: (208,80,50)

Color info

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

RGB color model

#D05032 color RGB value is (208,80,50).

  • red value is 208;
  • green value is 80;
  • blue value is 50.
RGB:
(208,80,50)
(82%,31%,20%)

RGB channels and saturation

R 208 of 255 = 82%
G 80 of 255 = 31%
B 50 of 255 = 20%

208
80
50

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

Portions of RGB colors in percentages

R + G + B =
208 + 80 + 50 = 338 (100%)
R 208 of 338 ~ 61.54%
G 80 of 338 ~ 23.67%
B 50 of 338 ~ 14.79%

%61.54
%23.67
%14.79

CMYK color model

#D05032 color CMYK value is (0,62,76,18).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 75.96%
  • key color value is 18.43%
CMYK:
(0,62,76,18)
C0M62Y76K18 
(0%,62%,76%,18%)
(0.00/0.62/0.76/0.18)	

CMYK percentages

%0
%61.54
%75.96
%18.43

Codes

Color #D05032 in popluar color models

D05032
RGB2088050
HSL11°62.70%50.59%
HSB/HSV11°75.96%81.57%
CMYK0.00%61.54%75.96%
18.43%

Color #D05032 in popluar number systems.

HEXD05032
Decimal2088050
Binary110100001010000110010
Octal32012062

Shades and tints

Shades of #D05032

#D05032
(208,80,50)
#BE492E
(190,73,46)
#AC422A
(172,66,42)
#9A3B26
(154,59,38)
#883422
(136,52,34)
#762D1E
(118,45,30)
#64261A
(100,38,26)
#521F16
(82,31,22)
#401812
(64,24,18)
#2E110E
(46,17,14)
#1C0A0A
(28,10,10)
#000000
(0,0,0)

Tints of #D05032

#D05032
(208,80,50)
#D45F44
(212,95,68)
#D86E56
(216,110,86)
#DC7D68
(220,125,104)
#E08C7A
(224,140,122)
#E49B8C
(228,155,140)
#E8AA9E
(232,170,158)
#ECB9B0
(236,185,176)
#F0C8C2
(240,200,194)
#F4D7D4
(244,215,212)
#F8E6E6
(248,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05032 color. Also use rgb(208,80,50) instead hex code.

Text Font Color

.myTextColor { color: #D05032; }

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

This text font color is #D05032.


Background Color

.myBgColor { background-color: #D05032; }

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

This div background color is #D05032.


Border color

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

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

This div border color is #D05032.


Opacity

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

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

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

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

This text has shadow with #D05032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05032 on black background.


Color preview on white background

This text has color #D05032 on white background.



Black color preview on #D05032 background

This text has black color on #D05032 background.


White color preview on #D05032 background

This text has white color on #D05032 background.