COLOR #D05D4A

HEX: #D05D4A
RGB: (208,93,74)

Color info

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

RGB color model

#D05D4A color RGB value is (208,93,74).

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

RGB channels and saturation

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

208
93
74

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

Portions of RGB colors in percentages

R + G + B =
208 + 93 + 74 = 375 (100%)
R 208 of 375 ~ 55.47%
G 93 of 375 ~ 24.8%
B 74 of 375 ~ 19.73%

%55.47
%24.8
%19.73

CMYK color model

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

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

CMYK percentages

%0
%55.29
%64.42
%18.43

Codes

Color #D05D4A in popluar color models

D05D4A
RGB2089374
HSL58.77%55.29%
HSB/HSV64.42%81.57%
CMYK0.00%55.29%64.42%
18.43%

Color #D05D4A in popluar number systems.

HEXD05D4A
Decimal2089374
Binary1101000010111011001010
Octal320135112

Shades and tints

Shades of #D05D4A

#D05D4A
(208,93,74)
#BE5544
(190,85,68)
#AC4D3E
(172,77,62)
#9A4538
(154,69,56)
#883D32
(136,61,50)
#76352C
(118,53,44)
#642D26
(100,45,38)
#522520
(82,37,32)
#401D1A
(64,29,26)
#2E1514
(46,21,20)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #D05D4A

#D05D4A
(208,93,74)
#D46B5A
(212,107,90)
#D8796A
(216,121,106)
#DC877A
(220,135,122)
#E0958A
(224,149,138)
#E4A39A
(228,163,154)
#E8B1AA
(232,177,170)
#ECBFBA
(236,191,186)
#F0CDCA
(240,205,202)
#F4DBDA
(244,219,218)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D05D4A; }

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

This text font color is #D05D4A.


Background Color

.myBgColor { background-color: #D05D4A; }

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

This div background color is #D05D4A.


Border color

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

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

This div border color is #D05D4A.


Opacity

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

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

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

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

This text has shadow with #D05D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05D4A on black background.


Color preview on white background

This text has color #D05D4A on white background.



Black color preview on #D05D4A background

This text has black color on #D05D4A background.


White color preview on #D05D4A background

This text has white color on #D05D4A background.