COLOR #D3B39A

HEX: #D3B39A
RGB: (211,179,154)

Color info

#D3B39A contains red, green and blue colors in about the same proportion. Web safe color of #D3B39A is #CC9999 (or #C99).

RGB color model

#D3B39A color RGB value is (211,179,154).

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

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 154 of 255 = 60%

211
179
154

R + G + B ~ 71%. #D3B39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 154 = 544 (100%)
R 211 of 544 ~ 38.79%
G 179 of 544 ~ 32.9%
B 154 of 544 ~ 28.31%

%38.79
%32.9
%28.31

CMYK color model

#D3B39A color CMYK value is (0,15,27,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 27.01%
  • key color value is 17.25%
CMYK:
(0,15,27,17)
C0M15Y27K17 
(0%,15%,27%,17%)
(0.00/0.15/0.27/0.17)	

CMYK percentages

%0
%15.17
%27.01
%17.25

Codes

Color #D3B39A in popluar color models

D3B39A
RGB211179154
HSL26°39.31%71.57%
HSB/HSV26°27.01%82.75%
CMYK0.00%15.17%27.01%
17.25%

Color #D3B39A in popluar number systems.

HEXD3B39A
Decimal211179154
Binary110100111011001110011010
Octal323263232

Shades and tints

Shades of #D3B39A

#D3B39A
(211,179,154)
#C0A38C
(192,163,140)
#AD937E
(173,147,126)
#9A8370
(154,131,112)
#877362
(135,115,98)
#746354
(116,99,84)
#615346
(97,83,70)
#4E4338
(78,67,56)
#3B332A
(59,51,42)
#28231C
(40,35,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #D3B39A

#D3B39A
(211,179,154)
#D7B9A3
(215,185,163)
#DBBFAC
(219,191,172)
#DFC5B5
(223,197,181)
#E3CBBE
(227,203,190)
#E7D1C7
(231,209,199)
#EBD7D0
(235,215,208)
#EFDDD9
(239,221,217)
#F3E3E2
(243,227,226)
#F7E9EB
(247,233,235)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B39A; }

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

This text font color is #D3B39A.


Background Color

.myBgColor { background-color: #D3B39A; }

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

This div background color is #D3B39A.


Border color

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

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

This div border color is #D3B39A.


Opacity

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

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

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

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

This text has shadow with #D3B39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B39A on black background.


Color preview on white background

This text has color #D3B39A on white background.



Black color preview on #D3B39A background

This text has black color on #D3B39A background.


White color preview on #D3B39A background

This text has white color on #D3B39A background.