COLOR #D3894B

HEX: #D3894B RGB: (211,137,75)

Color info

#D3894B contains mainly red color. Web safe color of #D3894B is #CC9933 (or #C93).

RGB color model

#D3894B color RGB value is (211,137,75).

RGB: (211,137,75) (83%, 54%, 29%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 75 of 255 = 29%

211
137
75

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

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 75 = 423 (100%)
R 211 of 423 ~ 49.88%
G 137 of 423 ~ 32.39%
B 75 of 423 ~ 17.73'%

%49.88
%32.39
%17.73

CMYK color model

#D3894B color CMYK value is (0,35,64,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 64.45%
  • key color value is 17.25%

CMYK: (0,35,64,17)
C0M35Y64K17 (0%, 35%, 64%, 17%)
(0.00 / 0.35 / 0.64 / 0.17)

CMYK percentages

%0
%35.07
%64.45
%17.25

Codes

Color #D3894B in popluar color models

D3 89 4B
RGB 211 137 75
HSL 27° 60.71% 56.08%
HSB/HSV 27° 64.45% 82.75%
CMYK 0.00% 35.07% 64.45%
17.25%

Color #D3894B in popluar number systems.

HEX D3 89 4B
Decimal 211 137 75
Binary 11010011 10001001 1001011
Octal 323 211 113

Shades and tints

Shades of #D3894B

#D3894B
(211,137,75)
#C07D45
(192,125,69)
#AD713F
(173,113,63)
#9A6539
(154,101,57)
#875933
(135,89,51)
#744D2D
(116,77,45)
#614127
(97,65,39)
#4E3521
(78,53,33)
#3B291B
(59,41,27)
#281D15
(40,29,21)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #D3894B

#D3894B
(211,137,75)
#D7935B
(215,147,91)
#DB9D6B
(219,157,107)
#DFA77B
(223,167,123)
#E3B18B
(227,177,139)
#E7BB9B
(231,187,155)
#EBC5AB
(235,197,171)
#EFCFBB
(239,207,187)
#F3D9CB
(243,217,203)
#F7E3DB
(247,227,219)
#FBEDEB
(251,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3894B; }

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

This text font color is #D3894B.

Background Color

.myBgColor { background-color: #D3894B; }

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

This div background color is #D3894B.

Border color

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

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

This div border color is #D3894B.

Opacity

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

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

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

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

This text has shadow with #D3894B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3894B.

Preview

Color preview on black background

This text has color #D3894B on black background.


Color preview on white background

This text has color #D3894B on white background.


Black color preview on #D3894B background

This text has black color on #D3894B background.


White color preview on #D3894B background

This text has white color on #D3894B background.


Related colors

Complementary color

Complementary color for #hex is #2C76B4.


I love getcolorcode.com

Triadic colors

1 #4BD389 and #894BD3 with #D3894B are triadic colors.

2 #4B89D3 and #89D34B with #D3894B are triadic colors.