COLOR #D46D55

HEX: #D46D55
RGB: (212,109,85)

Color info

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

RGB color model

#D46D55 color RGB value is (212,109,85).

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

RGB channels and saturation

R 212 of 255 = 83%
G 109 of 255 = 43%
B 85 of 255 = 33%

212
109
85

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

Portions of RGB colors in percentages

R + G + B =
212 + 109 + 85 = 406 (100%)
R 212 of 406 ~ 52.22%
G 109 of 406 ~ 26.85%
B 85 of 406 ~ 20.94%

%52.22
%26.85
%20.94

CMYK color model

#D46D55 color CMYK value is (0,49,60,17).

  • cyan value is 0.00%
  • magenta value is 48.58%
  • yellow value is 59.91%
  • key color value is 16.86%
CMYK:
(0,49,60,17)
C0M49Y60K17 
(0%,49%,60%,17%)
(0.00/0.49/0.60/0.17)	

CMYK percentages

%0
%48.58
%59.91
%16.86

Codes

Color #D46D55 in popluar color models

D46D55
RGB21210985
HSL11°59.62%58.24%
HSB/HSV11°59.91%83.14%
CMYK0.00%48.58%59.91%
16.86%

Color #D46D55 in popluar number systems.

HEXD46D55
Decimal21210985
Binary1101010011011011010101
Octal324155125

Shades and tints

Shades of #D46D55

#D46D55
(212,109,85)
#C1644E
(193,100,78)
#AE5B47
(174,91,71)
#9B5240
(155,82,64)
#884939
(136,73,57)
#754032
(117,64,50)
#62372B
(98,55,43)
#4F2E24
(79,46,36)
#3C251D
(60,37,29)
#291C16
(41,28,22)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #D46D55

#D46D55
(212,109,85)
#D77A64
(215,122,100)
#DA8773
(218,135,115)
#DD9482
(221,148,130)
#E0A191
(224,161,145)
#E3AEA0
(227,174,160)
#E6BBAF
(230,187,175)
#E9C8BE
(233,200,190)
#ECD5CD
(236,213,205)
#EFE2DC
(239,226,220)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D46D55; }

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

This text font color is #D46D55.


Background Color

.myBgColor { background-color: #D46D55; }

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

This div background color is #D46D55.


Border color

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

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

This div border color is #D46D55.


Opacity

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

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

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

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

This text has shadow with #D46D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46D55 on black background.


Color preview on white background

This text has color #D46D55 on white background.



Black color preview on #D46D55 background

This text has black color on #D46D55 background.


White color preview on #D46D55 background

This text has white color on #D46D55 background.