COLOR #D8735A

HEX: #D8735A
RGB: (216,115,90)

Color info

#D8735A contains mainly red color. Web safe color of #D8735A is #CC6666 (or #C66).

RGB color model

#D8735A color RGB value is (216,115,90).

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

RGB channels and saturation

R 216 of 255 = 85%
G 115 of 255 = 45%
B 90 of 255 = 35%

216
115
90

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

Portions of RGB colors in percentages

R + G + B =
216 + 115 + 90 = 421 (100%)
R 216 of 421 ~ 51.31%
G 115 of 421 ~ 27.32%
B 90 of 421 ~ 21.38%

%51.31
%27.32
%21.38

CMYK color model

#D8735A color CMYK value is (0,47,58,15).

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 58.33%
  • key color value is 15.29%
CMYK:
(0,47,58,15)
C0M47Y58K15 
(0%,47%,58%,15%)
(0.00/0.47/0.58/0.15)	

CMYK percentages

%0
%46.76
%58.33
%15.29

Codes

Color #D8735A in popluar color models

D8735A
RGB21611590
HSL12°61.76%60.00%
HSB/HSV12°58.33%84.71%
CMYK0.00%46.76%58.33%
15.29%

Color #D8735A in popluar number systems.

HEXD8735A
Decimal21611590
Binary1101100011100111011010
Octal330163132

Shades and tints

Shades of #D8735A

#D8735A
(216,115,90)
#C56952
(197,105,82)
#B25F4A
(178,95,74)
#9F5542
(159,85,66)
#8C4B3A
(140,75,58)
#794132
(121,65,50)
#66372A
(102,55,42)
#532D22
(83,45,34)
#40231A
(64,35,26)
#2D1912
(45,25,18)
#1A0F0A
(26,15,10)
#000000
(0,0,0)

Tints of #D8735A

#D8735A
(216,115,90)
#DB7F69
(219,127,105)
#DE8B78
(222,139,120)
#E19787
(225,151,135)
#E4A396
(228,163,150)
#E7AFA5
(231,175,165)
#EABBB4
(234,187,180)
#EDC7C3
(237,199,195)
#F0D3D2
(240,211,210)
#F3DFE1
(243,223,225)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8735A; }

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

This text font color is #D8735A.


Background Color

.myBgColor { background-color: #D8735A; }

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

This div background color is #D8735A.


Border color

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

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

This div border color is #D8735A.


Opacity

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

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

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

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

This text has shadow with #D8735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8735A on black background.


Color preview on white background

This text has color #D8735A on white background.



Black color preview on #D8735A background

This text has black color on #D8735A background.


White color preview on #D8735A background

This text has white color on #D8735A background.