COLOR #D39A8D

HEX: #D39A8D
RGB: (211,154,141)

Color info

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

RGB color model

#D39A8D color RGB value is (211,154,141).

  • red value is 211;
  • green value is 154;
  • blue value is 141.
RGB:
(211,154,141)
(83%,60%,55%)

RGB channels and saturation

R 211 of 255 = 83%
G 154 of 255 = 60%
B 141 of 255 = 55%

211
154
141

R + G + B ~ 66%. #D39A8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 154 + 141 = 506 (100%)
R 211 of 506 ~ 41.7%
G 154 of 506 ~ 30.43%
B 141 of 506 ~ 27.87%

%41.7
%30.43
%27.87

CMYK color model

#D39A8D color CMYK value is (0,27,33,17).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 33.18%
  • key color value is 17.25%
CMYK:
(0,27,33,17)
C0M27Y33K17 
(0%,27%,33%,17%)
(0.00/0.27/0.33/0.17)	

CMYK percentages

%0
%27.01
%33.18
%17.25

Codes

Color #D39A8D in popluar color models

D39A8D
RGB211154141
HSL11°44.30%69.02%
HSB/HSV11°33.18%82.75%
CMYK0.00%27.01%33.18%
17.25%

Color #D39A8D in popluar number systems.

HEXD39A8D
Decimal211154141
Binary110100111001101010001101
Octal323232215

Shades and tints

Shades of #D39A8D

#D39A8D
(211,154,141)
#C08C81
(192,140,129)
#AD7E75
(173,126,117)
#9A7069
(154,112,105)
#87625D
(135,98,93)
#745451
(116,84,81)
#614645
(97,70,69)
#4E3839
(78,56,57)
#3B2A2D
(59,42,45)
#281C21
(40,28,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #D39A8D

#D39A8D
(211,154,141)
#D7A397
(215,163,151)
#DBACA1
(219,172,161)
#DFB5AB
(223,181,171)
#E3BEB5
(227,190,181)
#E7C7BF
(231,199,191)
#EBD0C9
(235,208,201)
#EFD9D3
(239,217,211)
#F3E2DD
(243,226,221)
#F7EBE7
(247,235,231)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39A8D color. Also use rgb(211,154,141) instead hex code.

Text Font Color

.myTextColor { color: #D39A8D; }

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

This text font color is #D39A8D.


Background Color

.myBgColor { background-color: #D39A8D; }

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

This div background color is #D39A8D.


Border color

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

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

This div border color is #D39A8D.


Opacity

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

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

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

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

This text has shadow with #D39A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39A8D on black background.


Color preview on white background

This text has color #D39A8D on white background.



Black color preview on #D39A8D background

This text has black color on #D39A8D background.


White color preview on #D39A8D background

This text has white color on #D39A8D background.