COLOR #D3887C

HEX: #D3887C
RGB: (211,136,124)

Color info

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

RGB color model

#D3887C color RGB value is (211,136,124).

  • red value is 211;
  • green value is 136;
  • blue value is 124.
RGB:
(211,136,124)
(83%,53%,49%)

RGB channels and saturation

R 211 of 255 = 83%
G 136 of 255 = 53%
B 124 of 255 = 49%

211
136
124

R + G + B ~ 62%. #D3887C is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 136 + 124 = 471 (100%)
R 211 of 471 ~ 44.8%
G 136 of 471 ~ 28.87%
B 124 of 471 ~ 26.33%

%44.8
%28.87
%26.33

CMYK color model

#D3887C color CMYK value is (0,36,41,17).

  • cyan value is 0.00%
  • magenta value is 35.55%
  • yellow value is 41.23%
  • key color value is 17.25%
CMYK:
(0,36,41,17)
C0M36Y41K17 
(0%,36%,41%,17%)
(0.00/0.36/0.41/0.17)	

CMYK percentages

%0
%35.55
%41.23
%17.25

Codes

Color #D3887C in popluar color models

D3887C
RGB211136124
HSL49.71%65.69%
HSB/HSV41.23%82.75%
CMYK0.00%35.55%41.23%
17.25%

Color #D3887C in popluar number systems.

HEXD3887C
Decimal211136124
Binary11010011100010001111100
Octal323210174

Shades and tints

Shades of #D3887C

#D3887C
(211,136,124)
#C07C71
(192,124,113)
#AD7066
(173,112,102)
#9A645B
(154,100,91)
#875850
(135,88,80)
#744C45
(116,76,69)
#61403A
(97,64,58)
#4E342F
(78,52,47)
#3B2824
(59,40,36)
#281C19
(40,28,25)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #D3887C

#D3887C
(211,136,124)
#D79287
(215,146,135)
#DB9C92
(219,156,146)
#DFA69D
(223,166,157)
#E3B0A8
(227,176,168)
#E7BAB3
(231,186,179)
#EBC4BE
(235,196,190)
#EFCEC9
(239,206,201)
#F3D8D4
(243,216,212)
#F7E2DF
(247,226,223)
#FBECEA
(251,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3887C color. Also use rgb(211,136,124) instead hex code.

Text Font Color

.myTextColor { color: #D3887C; }

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

This text font color is #D3887C.


Background Color

.myBgColor { background-color: #D3887C; }

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

This div background color is #D3887C.


Border color

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

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

This div border color is #D3887C.


Opacity

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

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

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

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

This text has shadow with #D3887C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3887C on black background.


Color preview on white background

This text has color #D3887C on white background.



Black color preview on #D3887C background

This text has black color on #D3887C background.


White color preview on #D3887C background

This text has white color on #D3887C background.