COLOR #D39D83

HEX: #D39D83
RGB: (211,157,131)

Color info

#D39D83 contains mainly red and green colors. Web safe color of #D39D83 is #CC9999 (or #C99).

RGB color model

#D39D83 color RGB value is (211,157,131).

  • red value is 211;
  • green value is 157;
  • blue value is 131.
RGB:
(211,157,131)
(83%,62%,51%)

RGB channels and saturation

R 211 of 255 = 83%
G 157 of 255 = 62%
B 131 of 255 = 51%

211
157
131

R + G + B ~ 65%. #D39D83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 157 + 131 = 499 (100%)
R 211 of 499 ~ 42.28%
G 157 of 499 ~ 31.46%
B 131 of 499 ~ 26.25%

%42.28
%31.46
%26.25

CMYK color model

#D39D83 color CMYK value is (0,26,38,17).

  • cyan value is 0.00%
  • magenta value is 25.59%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(0,26,38,17)
C0M26Y38K17 
(0%,26%,38%,17%)
(0.00/0.26/0.38/0.17)	

CMYK percentages

%0
%25.59
%37.91
%17.25

Codes

Color #D39D83 in popluar color models

D39D83
RGB211157131
HSL20°47.62%67.06%
HSB/HSV20°37.91%82.75%
CMYK0.00%25.59%37.91%
17.25%

Color #D39D83 in popluar number systems.

HEXD39D83
Decimal211157131
Binary110100111001110110000011
Octal323235203

Shades and tints

Shades of #D39D83

#D39D83
(211,157,131)
#C08F78
(192,143,120)
#AD816D
(173,129,109)
#9A7362
(154,115,98)
#876557
(135,101,87)
#74574C
(116,87,76)
#614941
(97,73,65)
#4E3B36
(78,59,54)
#3B2D2B
(59,45,43)
#281F20
(40,31,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #D39D83

#D39D83
(211,157,131)
#D7A58E
(215,165,142)
#DBAD99
(219,173,153)
#DFB5A4
(223,181,164)
#E3BDAF
(227,189,175)
#E7C5BA
(231,197,186)
#EBCDC5
(235,205,197)
#EFD5D0
(239,213,208)
#F3DDDB
(243,221,219)
#F7E5E6
(247,229,230)
#FBEDF1
(251,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39D83 color. Also use rgb(211,157,131) instead hex code.

Text Font Color

.myTextColor { color: #D39D83; }

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

This text font color is #D39D83.


Background Color

.myBgColor { background-color: #D39D83; }

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

This div background color is #D39D83.


Border color

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

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

This div border color is #D39D83.


Opacity

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

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

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

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

This text has shadow with #D39D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39D83 on black background.


Color preview on white background

This text has color #D39D83 on white background.



Black color preview on #D39D83 background

This text has black color on #D39D83 background.


White color preview on #D39D83 background

This text has white color on #D39D83 background.