COLOR #D46962

HEX: #D46962
RGB: (212,105,98)

Color info

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

RGB color model

#D46962 color RGB value is (212,105,98).

  • red value is 212;
  • green value is 105;
  • blue value is 98.
RGB:
(212,105,98)
(83%,41%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 105 of 255 = 41%
B 98 of 255 = 38%

212
105
98

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

Portions of RGB colors in percentages

R + G + B =
212 + 105 + 98 = 415 (100%)
R 212 of 415 ~ 51.08%
G 105 of 415 ~ 25.3%
B 98 of 415 ~ 23.61%

%51.08
%25.3
%23.61

CMYK color model

#D46962 color CMYK value is (0,50,54,17).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 53.77%
  • key color value is 16.86%
CMYK:
(0,50,54,17)
C0M50Y54K17 
(0%,50%,54%,17%)
(0.00/0.50/0.54/0.17)	

CMYK percentages

%0
%50.47
%53.77
%16.86

Codes

Color #D46962 in popluar color models

D46962
RGB21210598
HSL57.00%60.78%
HSB/HSV53.77%83.14%
CMYK0.00%50.47%53.77%
16.86%

Color #D46962 in popluar number systems.

HEXD46962
Decimal21210598
Binary1101010011010011100010
Octal324151142

Shades and tints

Shades of #D46962

#D46962
(212,105,98)
#C1605A
(193,96,90)
#AE5752
(174,87,82)
#9B4E4A
(155,78,74)
#884542
(136,69,66)
#753C3A
(117,60,58)
#623332
(98,51,50)
#4F2A2A
(79,42,42)
#3C2122
(60,33,34)
#29181A
(41,24,26)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #D46962

#D46962
(212,105,98)
#D77670
(215,118,112)
#DA837E
(218,131,126)
#DD908C
(221,144,140)
#E09D9A
(224,157,154)
#E3AAA8
(227,170,168)
#E6B7B6
(230,183,182)
#E9C4C4
(233,196,196)
#ECD1D2
(236,209,210)
#EFDEE0
(239,222,224)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46962 color. Also use rgb(212,105,98) instead hex code.

Text Font Color

.myTextColor { color: #D46962; }

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

This text font color is #D46962.


Background Color

.myBgColor { background-color: #D46962; }

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

This div background color is #D46962.


Border color

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

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

This div border color is #D46962.


Opacity

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

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

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

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

This text has shadow with #D46962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46962 on black background.


Color preview on white background

This text has color #D46962 on white background.



Black color preview on #D46962 background

This text has black color on #D46962 background.


White color preview on #D46962 background

This text has white color on #D46962 background.