COLOR #D7864E

HEX: #D7864E RGB: (215,134,78)

Color info

#D7864E contains mainly red color. Web safe color of #D7864E is #CC9966 (or #C96).

RGB color model

#D7864E color RGB value is (215,134,78).

RGB: (215,134,78) (84%, 53%, 31%)

RGB channels and saturation

R 215 of 255 = 84%
G 134 of 255 = 53%
B 78 of 255 = 31%

215
134
78

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

Portions of RGB colors in percentages

R + G + B = 215 + 134 + 78 = 427 (100%)
R 215 of 427 ~ 50.35%
G 134 of 427 ~ 31.38%
B 78 of 427 ~ 18.27'%

%50.35
%31.38
%18.27

CMYK color model

#D7864E color CMYK value is (0,38,64,16).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 63.72%
  • key color value is 15.69%

CMYK: (0,38,64,16)
C0M38Y64K16 (0%, 38%, 64%, 16%)
(0.00 / 0.38 / 0.64 / 0.16)

CMYK percentages

%0
%37.67
%63.72
%15.69

Codes

Color #D7864E in popluar color models

D7 86 4E
RGB 215 134 78
HSL 25° 63.13% 57.45%
HSB/HSV 25° 63.72% 84.31%
CMYK 0.00% 37.67% 63.72%
15.69%

Color #D7864E in popluar number systems.

HEX D7 86 4E
Decimal 215 134 78
Binary 11010111 10000110 1001110
Octal 327 206 116

Shades and tints

Shades of #D7864E

#D7864E
(215,134,78)
#C47A47
(196,122,71)
#B16E40
(177,110,64)
#9E6239
(158,98,57)
#8B5632
(139,86,50)
#784A2B
(120,74,43)
#653E24
(101,62,36)
#52321D
(82,50,29)
#3F2616
(63,38,22)
#2C1A0F
(44,26,15)
#190E08
(25,14,8)
#000000
(0,0,0)

Tints of #D7864E

#D7864E
(215,134,78)
#DA915E
(218,145,94)
#DD9C6E
(221,156,110)
#E0A77E
(224,167,126)
#E3B28E
(227,178,142)
#E6BD9E
(230,189,158)
#E9C8AE
(233,200,174)
#ECD3BE
(236,211,190)
#EFDECE
(239,222,206)
#F2E9DE
(242,233,222)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7864E color. Also use rgb(215,134,78) instead hex code.

Text Font Color

.myTextColor { color: #D7864E; }

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

This text font color is #D7864E.

Background Color

.myBgColor { background-color: #D7864E; }

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

This div background color is #D7864E.

Border color

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

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

This div border color is #D7864E.

Opacity

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

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

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

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

This text has shadow with #D7864E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7864E.

Preview

Color preview on black background

This text has color #D7864E on black background.


Color preview on white background

This text has color #D7864E on white background.


Black color preview on #D7864E background

This text has black color on #D7864E background.


White color preview on #D7864E background

This text has white color on #D7864E background.


Related colors

Complementary color

Complementary color for #hex is #2879B1.


I love getcolorcode.com

Triadic colors

1 #4ED786 and #864ED7 with #D7864E are triadic colors.

2 #4E86D7 and #86D74E with #D7864E are triadic colors.