COLOR #D48370

HEX: #D48370
RGB: (212,131,112)

Color info

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

RGB color model

#D48370 color RGB value is (212,131,112).

  • red value is 212;
  • green value is 131;
  • blue value is 112.
RGB:
(212,131,112)
(83%,51%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 131 of 255 = 51%
B 112 of 255 = 44%

212
131
112

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

Portions of RGB colors in percentages

R + G + B =
212 + 131 + 112 = 455 (100%)
R 212 of 455 ~ 46.59%
G 131 of 455 ~ 28.79%
B 112 of 455 ~ 24.62%

%46.59
%28.79
%24.62

CMYK color model

#D48370 color CMYK value is (0,38,47,17).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 47.17%
  • key color value is 16.86%
CMYK:
(0,38,47,17)
C0M38Y47K17 
(0%,38%,47%,17%)
(0.00/0.38/0.47/0.17)	

CMYK percentages

%0
%38.21
%47.17
%16.86

Codes

Color #D48370 in popluar color models

D48370
RGB212131112
HSL11°53.76%63.53%
HSB/HSV11°47.17%83.14%
CMYK0.00%38.21%47.17%
16.86%

Color #D48370 in popluar number systems.

HEXD48370
Decimal212131112
Binary11010100100000111110000
Octal324203160

Shades and tints

Shades of #D48370

#D48370
(212,131,112)
#C17866
(193,120,102)
#AE6D5C
(174,109,92)
#9B6252
(155,98,82)
#885748
(136,87,72)
#754C3E
(117,76,62)
#624134
(98,65,52)
#4F362A
(79,54,42)
#3C2B20
(60,43,32)
#292016
(41,32,22)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #D48370

#D48370
(212,131,112)
#D78E7D
(215,142,125)
#DA998A
(218,153,138)
#DDA497
(221,164,151)
#E0AFA4
(224,175,164)
#E3BAB1
(227,186,177)
#E6C5BE
(230,197,190)
#E9D0CB
(233,208,203)
#ECDBD8
(236,219,216)
#EFE6E5
(239,230,229)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48370 color. Also use rgb(212,131,112) instead hex code.

Text Font Color

.myTextColor { color: #D48370; }

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

This text font color is #D48370.


Background Color

.myBgColor { background-color: #D48370; }

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

This div background color is #D48370.


Border color

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

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

This div border color is #D48370.


Opacity

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

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

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

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

This text has shadow with #D48370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48370 on black background.


Color preview on white background

This text has color #D48370 on white background.



Black color preview on #D48370 background

This text has black color on #D48370 background.


White color preview on #D48370 background

This text has white color on #D48370 background.