COLOR #D3863B

HEX: #D3863B
RGB: (211,134,59)

Color info

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

RGB color model

#D3863B color RGB value is (211,134,59).

  • red value is 211;
  • green value is 134;
  • blue value is 59.
RGB:
(211,134,59)
(83%,53%,23%)

RGB channels and saturation

R 211 of 255 = 83%
G 134 of 255 = 53%
B 59 of 255 = 23%

211
134
59

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

Portions of RGB colors in percentages

R + G + B =
211 + 134 + 59 = 404 (100%)
R 211 of 404 ~ 52.23%
G 134 of 404 ~ 33.17%
B 59 of 404 ~ 14.6%

%52.23
%33.17
%14.6

CMYK color model

#D3863B color CMYK value is (0,36,72,17).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 72.04%
  • key color value is 17.25%
CMYK:
(0,36,72,17)
C0M36Y72K17 
(0%,36%,72%,17%)
(0.00/0.36/0.72/0.17)	

CMYK percentages

%0
%36.49
%72.04
%17.25

Codes

Color #D3863B in popluar color models

D3863B
RGB21113459
HSL30°63.33%52.94%
HSB/HSV30°72.04%82.75%
CMYK0.00%36.49%72.04%
17.25%

Color #D3863B in popluar number systems.

HEXD3863B
Decimal21113459
Binary1101001110000110111011
Octal32320673

Shades and tints

Shades of #D3863B

#D3863B
(211,134,59)
#C07A36
(192,122,54)
#AD6E31
(173,110,49)
#9A622C
(154,98,44)
#875627
(135,86,39)
#744A22
(116,74,34)
#613E1D
(97,62,29)
#4E3218
(78,50,24)
#3B2613
(59,38,19)
#281A0E
(40,26,14)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #D3863B

#D3863B
(211,134,59)
#D7914C
(215,145,76)
#DB9C5D
(219,156,93)
#DFA76E
(223,167,110)
#E3B27F
(227,178,127)
#E7BD90
(231,189,144)
#EBC8A1
(235,200,161)
#EFD3B2
(239,211,178)
#F3DEC3
(243,222,195)
#F7E9D4
(247,233,212)
#FBF4E5
(251,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3863B color. Also use rgb(211,134,59) instead hex code.

Text Font Color

.myTextColor { color: #D3863B; }

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

This text font color is #D3863B.


Background Color

.myBgColor { background-color: #D3863B; }

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

This div background color is #D3863B.


Border color

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

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

This div border color is #D3863B.


Opacity

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

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

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

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

This text has shadow with #D3863B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3863B on black background.


Color preview on white background

This text has color #D3863B on white background.



Black color preview on #D3863B background

This text has black color on #D3863B background.


White color preview on #D3863B background

This text has white color on #D3863B background.