COLOR #D48B76

HEX: #D48B76
RGB: (212,139,118)

Color info

#D48B76 contains mainly red color. Web safe color of #D48B76 is #CC9966 (or #C96).

RGB color model

#D48B76 color RGB value is (212,139,118).

  • red value is 212;
  • green value is 139;
  • blue value is 118.
RGB:
(212,139,118)
(83%,55%,46%)

RGB channels and saturation

R 212 of 255 = 83%
G 139 of 255 = 55%
B 118 of 255 = 46%

212
139
118

R + G + B ~ 61%. #D48B76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 139 + 118 = 469 (100%)
R 212 of 469 ~ 45.2%
G 139 of 469 ~ 29.64%
B 118 of 469 ~ 25.16%

%45.2
%29.64
%25.16

CMYK color model

#D48B76 color CMYK value is (0,34,44,17).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 44.34%
  • key color value is 16.86%
CMYK:
(0,34,44,17)
C0M34Y44K17 
(0%,34%,44%,17%)
(0.00/0.34/0.44/0.17)	

CMYK percentages

%0
%34.43
%44.34
%16.86

Codes

Color #D48B76 in popluar color models

D48B76
RGB212139118
HSL13°52.22%64.71%
HSB/HSV13°44.34%83.14%
CMYK0.00%34.43%44.34%
16.86%

Color #D48B76 in popluar number systems.

HEXD48B76
Decimal212139118
Binary11010100100010111110110
Octal324213166

Shades and tints

Shades of #D48B76

#D48B76
(212,139,118)
#C17F6C
(193,127,108)
#AE7362
(174,115,98)
#9B6758
(155,103,88)
#885B4E
(136,91,78)
#754F44
(117,79,68)
#62433A
(98,67,58)
#4F3730
(79,55,48)
#3C2B26
(60,43,38)
#291F1C
(41,31,28)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #D48B76

#D48B76
(212,139,118)
#D79582
(215,149,130)
#DA9F8E
(218,159,142)
#DDA99A
(221,169,154)
#E0B3A6
(224,179,166)
#E3BDB2
(227,189,178)
#E6C7BE
(230,199,190)
#E9D1CA
(233,209,202)
#ECDBD6
(236,219,214)
#EFE5E2
(239,229,226)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48B76 color. Also use rgb(212,139,118) instead hex code.

Text Font Color

.myTextColor { color: #D48B76; }

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

This text font color is #D48B76.


Background Color

.myBgColor { background-color: #D48B76; }

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

This div background color is #D48B76.


Border color

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

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

This div border color is #D48B76.


Opacity

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

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

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

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

This text has shadow with #D48B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48B76 on black background.


Color preview on white background

This text has color #D48B76 on white background.



Black color preview on #D48B76 background

This text has black color on #D48B76 background.


White color preview on #D48B76 background

This text has white color on #D48B76 background.