COLOR #D46F48

HEX: #D46F48
RGB: (212,111,72)

Color info

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

RGB color model

#D46F48 color RGB value is (212,111,72).

  • red value is 212;
  • green value is 111;
  • blue value is 72.
RGB:
(212,111,72)
(83%,44%,28%)

RGB channels and saturation

R 212 of 255 = 83%
G 111 of 255 = 44%
B 72 of 255 = 28%

212
111
72

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

Portions of RGB colors in percentages

R + G + B =
212 + 111 + 72 = 395 (100%)
R 212 of 395 ~ 53.67%
G 111 of 395 ~ 28.1%
B 72 of 395 ~ 18.23%

%53.67
%28.1
%18.23

CMYK color model

#D46F48 color CMYK value is (0,48,66,17).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 66.04%
  • key color value is 16.86%
CMYK:
(0,48,66,17)
C0M48Y66K17 
(0%,48%,66%,17%)
(0.00/0.48/0.66/0.17)	

CMYK percentages

%0
%47.64
%66.04
%16.86

Codes

Color #D46F48 in popluar color models

D46F48
RGB21211172
HSL17°61.95%55.69%
HSB/HSV17°66.04%83.14%
CMYK0.00%47.64%66.04%
16.86%

Color #D46F48 in popluar number systems.

HEXD46F48
Decimal21211172
Binary1101010011011111001000
Octal324157110

Shades and tints

Shades of #D46F48

#D46F48
(212,111,72)
#C16542
(193,101,66)
#AE5B3C
(174,91,60)
#9B5136
(155,81,54)
#884730
(136,71,48)
#753D2A
(117,61,42)
#623324
(98,51,36)
#4F291E
(79,41,30)
#3C1F18
(60,31,24)
#291512
(41,21,18)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #D46F48

#D46F48
(212,111,72)
#D77C58
(215,124,88)
#DA8968
(218,137,104)
#DD9678
(221,150,120)
#E0A388
(224,163,136)
#E3B098
(227,176,152)
#E6BDA8
(230,189,168)
#E9CAB8
(233,202,184)
#ECD7C8
(236,215,200)
#EFE4D8
(239,228,216)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46F48 color. Also use rgb(212,111,72) instead hex code.

Text Font Color

.myTextColor { color: #D46F48; }

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

This text font color is #D46F48.


Background Color

.myBgColor { background-color: #D46F48; }

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

This div background color is #D46F48.


Border color

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

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

This div border color is #D46F48.


Opacity

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

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

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

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

This text has shadow with #D46F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46F48 on black background.


Color preview on white background

This text has color #D46F48 on white background.



Black color preview on #D46F48 background

This text has black color on #D46F48 background.


White color preview on #D46F48 background

This text has white color on #D46F48 background.