COLOR #D8734D

HEX: #D8734D
RGB: (216,115,77)

Color info

#D8734D contains mainly red color. Web safe color of #D8734D is #CC6633 (or #C63).

RGB color model

#D8734D color RGB value is (216,115,77).

  • red value is 216;
  • green value is 115;
  • blue value is 77.
RGB:
(216,115,77)
(85%,45%,30%)

RGB channels and saturation

R 216 of 255 = 85%
G 115 of 255 = 45%
B 77 of 255 = 30%

216
115
77

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

Portions of RGB colors in percentages

R + G + B =
216 + 115 + 77 = 408 (100%)
R 216 of 408 ~ 52.94%
G 115 of 408 ~ 28.19%
B 77 of 408 ~ 18.87%

%52.94
%28.19
%18.87

CMYK color model

#D8734D color CMYK value is (0,47,64,15).

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 64.35%
  • key color value is 15.29%
CMYK:
(0,47,64,15)
C0M47Y64K15 
(0%,47%,64%,15%)
(0.00/0.47/0.64/0.15)	

CMYK percentages

%0
%46.76
%64.35
%15.29

Codes

Color #D8734D in popluar color models

D8734D
RGB21611577
HSL16°64.06%57.45%
HSB/HSV16°64.35%84.71%
CMYK0.00%46.76%64.35%
15.29%

Color #D8734D in popluar number systems.

HEXD8734D
Decimal21611577
Binary1101100011100111001101
Octal330163115

Shades and tints

Shades of #D8734D

#D8734D
(216,115,77)
#C56946
(197,105,70)
#B25F3F
(178,95,63)
#9F5538
(159,85,56)
#8C4B31
(140,75,49)
#79412A
(121,65,42)
#663723
(102,55,35)
#532D1C
(83,45,28)
#402315
(64,35,21)
#2D190E
(45,25,14)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #D8734D

#D8734D
(216,115,77)
#DB7F5D
(219,127,93)
#DE8B6D
(222,139,109)
#E1977D
(225,151,125)
#E4A38D
(228,163,141)
#E7AF9D
(231,175,157)
#EABBAD
(234,187,173)
#EDC7BD
(237,199,189)
#F0D3CD
(240,211,205)
#F3DFDD
(243,223,221)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8734D color. Also use rgb(216,115,77) instead hex code.

Text Font Color

.myTextColor { color: #D8734D; }

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

This text font color is #D8734D.


Background Color

.myBgColor { background-color: #D8734D; }

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

This div background color is #D8734D.


Border color

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

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

This div border color is #D8734D.


Opacity

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

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

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

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

This text has shadow with #D8734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8734D on black background.


Color preview on white background

This text has color #D8734D on white background.



Black color preview on #D8734D background

This text has black color on #D8734D background.


White color preview on #D8734D background

This text has white color on #D8734D background.