COLOR #D3896F

HEX: #D3896F RGB: (211,137,111)

Color info

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

RGB color model

#D3896F color RGB value is (211,137,111).

RGB: (211,137,111) (83%, 54%, 44%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 111 of 255 = 44%

211
137
111

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

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 111 = 459 (100%)
R 211 of 459 ~ 45.97%
G 137 of 459 ~ 29.85%
B 111 of 459 ~ 24.18'%

%45.97
%29.85
%24.18

CMYK color model

#D3896F color CMYK value is (0,35,47,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 47.39%
  • key color value is 17.25%
CMYK: (0,35,47,17) C0M35Y47K17 (0%,35%,47%,17%) (0.00/0.35/0.47/0.17) 

CMYK percentages

%0
%35.07
%47.39
%17.25

Codes

Color #D3896F in popluar color models

D3 89 6F
RGB 211 137 111
HSL 16° 53.19% 63.14%
HSB/HSV 16° 47.39% 82.75%
CMYK 0.00% 35.07% 47.39%
17.25%

Color #D3896F in popluar number systems.

HEX D3 89 6F
Decimal 211 137 111
Binary 11010011 10001001 1101111
Octal 323 211 157

Shades and tints

Shades of #D3896F

#D3896F
(211,137,111)
#C07D65
(192,125,101)
#AD715B
(173,113,91)
#9A6551
(154,101,81)
#875947
(135,89,71)
#744D3D
(116,77,61)
#614133
(97,65,51)
#4E3529
(78,53,41)
#3B291F
(59,41,31)
#281D15
(40,29,21)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #D3896F

#D3896F
(211,137,111)
#D7937C
(215,147,124)
#DB9D89
(219,157,137)
#DFA796
(223,167,150)
#E3B1A3
(227,177,163)
#E7BBB0
(231,187,176)
#EBC5BD
(235,197,189)
#EFCFCA
(239,207,202)
#F3D9D7
(243,217,215)
#F7E3E4
(247,227,228)
#FBEDF1
(251,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3896F color. Also use rgb(211,137,111) instead hex code.

Text Font Color

.myTextColor { color: #D3896F; }

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

This text font color is #D3896F.

Background Color

.myBgColor { background-color: #D3896F; }

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

This div background color is #D3896F.

Border color

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

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

This div border color is #D3896F.

Opacity

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

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

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

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

This text has shadow with #D3896F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3896F.

Preview

Color preview on black background

This text has color #D3896F on black background.


Color preview on white background

This text has color #D3896F on white background.


Black color preview on #D3896F background

This text has black color on #D3896F background.


White color preview on #D3896F background

This text has white color on #D3896F background.


Related colors

Complementary color

Complementary color for #hex is #2C7690.


I love getcolorcode.com

Triadic colors

1 #6FD389 and #896FD3 with #D3896F are triadic colors.

2 #6F89D3 and #89D36F with #D3896F are triadic colors.