COLOR #D46C61

HEX: #D46C61
RGB: (212,108,97)

Color info

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

RGB color model

#D46C61 color RGB value is (212,108,97).

  • red value is 212;
  • green value is 108;
  • blue value is 97.
RGB:
(212,108,97)
(83%,42%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 108 of 255 = 42%
B 97 of 255 = 38%

212
108
97

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

Portions of RGB colors in percentages

R + G + B =
212 + 108 + 97 = 417 (100%)
R 212 of 417 ~ 50.84%
G 108 of 417 ~ 25.9%
B 97 of 417 ~ 23.26%

%50.84
%25.9
%23.26

CMYK color model

#D46C61 color CMYK value is (0,49,54,17).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 54.25%
  • key color value is 16.86%
CMYK:
(0,49,54,17)
C0M49Y54K17 
(0%,49%,54%,17%)
(0.00/0.49/0.54/0.17)	

CMYK percentages

%0
%49.06
%54.25
%16.86

Codes

Color #D46C61 in popluar color models

D46C61
RGB21210897
HSL57.21%60.59%
HSB/HSV54.25%83.14%
CMYK0.00%49.06%54.25%
16.86%

Color #D46C61 in popluar number systems.

HEXD46C61
Decimal21210897
Binary1101010011011001100001
Octal324154141

Shades and tints

Shades of #D46C61

#D46C61
(212,108,97)
#C16359
(193,99,89)
#AE5A51
(174,90,81)
#9B5149
(155,81,73)
#884841
(136,72,65)
#753F39
(117,63,57)
#623631
(98,54,49)
#4F2D29
(79,45,41)
#3C2421
(60,36,33)
#291B19
(41,27,25)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #D46C61

#D46C61
(212,108,97)
#D7796F
(215,121,111)
#DA867D
(218,134,125)
#DD938B
(221,147,139)
#E0A099
(224,160,153)
#E3ADA7
(227,173,167)
#E6BAB5
(230,186,181)
#E9C7C3
(233,199,195)
#ECD4D1
(236,212,209)
#EFE1DF
(239,225,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46C61 color. Also use rgb(212,108,97) instead hex code.

Text Font Color

.myTextColor { color: #D46C61; }

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

This text font color is #D46C61.


Background Color

.myBgColor { background-color: #D46C61; }

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

This div background color is #D46C61.


Border color

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

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

This div border color is #D46C61.


Opacity

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

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

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

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

This text has shadow with #D46C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46C61 on black background.


Color preview on white background

This text has color #D46C61 on white background.



Black color preview on #D46C61 background

This text has black color on #D46C61 background.


White color preview on #D46C61 background

This text has white color on #D46C61 background.