COLOR #D8772C

HEX: #D8772C
RGB: (216,119,44)

Color info

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

RGB color model

#D8772C color RGB value is (216,119,44).

  • red value is 216;
  • green value is 119;
  • blue value is 44.
RGB:
(216,119,44)
(85%,47%,17%)

RGB channels and saturation

R 216 of 255 = 85%
G 119 of 255 = 47%
B 44 of 255 = 17%

216
119
44

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

Portions of RGB colors in percentages

R + G + B =
216 + 119 + 44 = 379 (100%)
R 216 of 379 ~ 56.99%
G 119 of 379 ~ 31.4%
B 44 of 379 ~ 11.61%

%56.99
%31.4
%11.61

CMYK color model

#D8772C color CMYK value is (0,45,80,15).

  • cyan value is 0.00%
  • magenta value is 44.91%
  • yellow value is 79.63%
  • key color value is 15.29%
CMYK:
(0,45,80,15)
C0M45Y80K15 
(0%,45%,80%,15%)
(0.00/0.45/0.80/0.15)	

CMYK percentages

%0
%44.91
%79.63
%15.29

Codes

Color #D8772C in popluar color models

D8772C
RGB21611944
HSL26°68.80%50.98%
HSB/HSV26°79.63%84.71%
CMYK0.00%44.91%79.63%
15.29%

Color #D8772C in popluar number systems.

HEXD8772C
Decimal21611944
Binary110110001110111101100
Octal33016754

Shades and tints

Shades of #D8772C

#D8772C
(216,119,44)
#C56D28
(197,109,40)
#B26324
(178,99,36)
#9F5920
(159,89,32)
#8C4F1C
(140,79,28)
#794518
(121,69,24)
#663B14
(102,59,20)
#533110
(83,49,16)
#40270C
(64,39,12)
#2D1D08
(45,29,8)
#1A1304
(26,19,4)
#000000
(0,0,0)

Tints of #D8772C

#D8772C
(216,119,44)
#DB833F
(219,131,63)
#DE8F52
(222,143,82)
#E19B65
(225,155,101)
#E4A778
(228,167,120)
#E7B38B
(231,179,139)
#EABF9E
(234,191,158)
#EDCBB1
(237,203,177)
#F0D7C4
(240,215,196)
#F3E3D7
(243,227,215)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8772C color. Also use rgb(216,119,44) instead hex code.

Text Font Color

.myTextColor { color: #D8772C; }

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

This text font color is #D8772C.


Background Color

.myBgColor { background-color: #D8772C; }

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

This div background color is #D8772C.


Border color

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

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

This div border color is #D8772C.


Opacity

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

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

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

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

This text has shadow with #D8772C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8772C on black background.


Color preview on white background

This text has color #D8772C on white background.



Black color preview on #D8772C background

This text has black color on #D8772C background.


White color preview on #D8772C background

This text has white color on #D8772C background.