COLOR #D8873A

HEX: #D8873A
RGB: (216,135,58)

Color info

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

RGB color model

#D8873A color RGB value is (216,135,58).

  • red value is 216;
  • green value is 135;
  • blue value is 58.
RGB:
(216,135,58)
(85%,53%,23%)

RGB channels and saturation

R 216 of 255 = 85%
G 135 of 255 = 53%
B 58 of 255 = 23%

216
135
58

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

Portions of RGB colors in percentages

R + G + B =
216 + 135 + 58 = 409 (100%)
R 216 of 409 ~ 52.81%
G 135 of 409 ~ 33.01%
B 58 of 409 ~ 14.18%

%52.81
%33.01
%14.18

CMYK color model

#D8873A color CMYK value is (0,38,73,15).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 73.15%
  • key color value is 15.29%
CMYK:
(0,38,73,15)
C0M38Y73K15 
(0%,38%,73%,15%)
(0.00/0.38/0.73/0.15)	

CMYK percentages

%0
%37.5
%73.15
%15.29

Codes

Color #D8873A in popluar color models

D8873A
RGB21613558
HSL29°66.95%53.73%
HSB/HSV29°73.15%84.71%
CMYK0.00%37.50%73.15%
15.29%

Color #D8873A in popluar number systems.

HEXD8873A
Decimal21613558
Binary1101100010000111111010
Octal33020772

Shades and tints

Shades of #D8873A

#D8873A
(216,135,58)
#C57B35
(197,123,53)
#B26F30
(178,111,48)
#9F632B
(159,99,43)
#8C5726
(140,87,38)
#794B21
(121,75,33)
#663F1C
(102,63,28)
#533317
(83,51,23)
#402712
(64,39,18)
#2D1B0D
(45,27,13)
#1A0F08
(26,15,8)
#000000
(0,0,0)

Tints of #D8873A

#D8873A
(216,135,58)
#DB914B
(219,145,75)
#DE9B5C
(222,155,92)
#E1A56D
(225,165,109)
#E4AF7E
(228,175,126)
#E7B98F
(231,185,143)
#EAC3A0
(234,195,160)
#EDCDB1
(237,205,177)
#F0D7C2
(240,215,194)
#F3E1D3
(243,225,211)
#F6EBE4
(246,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8873A color. Also use rgb(216,135,58) instead hex code.

Text Font Color

.myTextColor { color: #D8873A; }

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

This text font color is #D8873A.


Background Color

.myBgColor { background-color: #D8873A; }

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

This div background color is #D8873A.


Border color

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

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

This div border color is #D8873A.


Opacity

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

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

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

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

This text has shadow with #D8873A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8873A on black background.


Color preview on white background

This text has color #D8873A on white background.



Black color preview on #D8873A background

This text has black color on #D8873A background.


White color preview on #D8873A background

This text has white color on #D8873A background.