COLOR #D48057

HEX: #D48057
RGB: (212,128,87)

Color info

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

RGB color model

#D48057 color RGB value is (212,128,87).

  • red value is 212;
  • green value is 128;
  • blue value is 87.
RGB:
(212,128,87)
(83%,50%,34%)

RGB channels and saturation

R 212 of 255 = 83%
G 128 of 255 = 50%
B 87 of 255 = 34%

212
128
87

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

Portions of RGB colors in percentages

R + G + B =
212 + 128 + 87 = 427 (100%)
R 212 of 427 ~ 49.65%
G 128 of 427 ~ 29.98%
B 87 of 427 ~ 20.37%

%49.65
%29.98
%20.37

CMYK color model

#D48057 color CMYK value is (0,40,59,17).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 58.96%
  • key color value is 16.86%
CMYK:
(0,40,59,17)
C0M40Y59K17 
(0%,40%,59%,17%)
(0.00/0.40/0.59/0.17)	

CMYK percentages

%0
%39.62
%58.96
%16.86

Codes

Color #D48057 in popluar color models

D48057
RGB21212887
HSL20°59.24%58.63%
HSB/HSV20°58.96%83.14%
CMYK0.00%39.62%58.96%
16.86%

Color #D48057 in popluar number systems.

HEXD48057
Decimal21212887
Binary11010100100000001010111
Octal324200127

Shades and tints

Shades of #D48057

#D48057
(212,128,87)
#C17550
(193,117,80)
#AE6A49
(174,106,73)
#9B5F42
(155,95,66)
#88543B
(136,84,59)
#754934
(117,73,52)
#623E2D
(98,62,45)
#4F3326
(79,51,38)
#3C281F
(60,40,31)
#291D18
(41,29,24)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #D48057

#D48057
(212,128,87)
#D78B66
(215,139,102)
#DA9675
(218,150,117)
#DDA184
(221,161,132)
#E0AC93
(224,172,147)
#E3B7A2
(227,183,162)
#E6C2B1
(230,194,177)
#E9CDC0
(233,205,192)
#ECD8CF
(236,216,207)
#EFE3DE
(239,227,222)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48057 color. Also use rgb(212,128,87) instead hex code.

Text Font Color

.myTextColor { color: #D48057; }

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

This text font color is #D48057.


Background Color

.myBgColor { background-color: #D48057; }

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

This div background color is #D48057.


Border color

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

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

This div border color is #D48057.


Opacity

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

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

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

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

This text has shadow with #D48057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48057 on black background.


Color preview on white background

This text has color #D48057 on white background.



Black color preview on #D48057 background

This text has black color on #D48057 background.


White color preview on #D48057 background

This text has white color on #D48057 background.