COLOR #D87623

HEX: #D87623
RGB: (216,118,35)

Color info

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

RGB color model

#D87623 color RGB value is (216,118,35).

  • red value is 216;
  • green value is 118;
  • blue value is 35.
RGB:
(216,118,35)
(85%,46%,14%)

RGB channels and saturation

R 216 of 255 = 85%
G 118 of 255 = 46%
B 35 of 255 = 14%

216
118
35

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

Portions of RGB colors in percentages

R + G + B =
216 + 118 + 35 = 369 (100%)
R 216 of 369 ~ 58.54%
G 118 of 369 ~ 31.98%
B 35 of 369 ~ 9.49%

%58.54
%31.98

CMYK color model

#D87623 color CMYK value is (0,45,84,15).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 83.80%
  • key color value is 15.29%
CMYK:
(0,45,84,15)
C0M45Y84K15 
(0%,45%,84%,15%)
(0.00/0.45/0.84/0.15)	

CMYK percentages

%0
%45.37
%83.8
%15.29

Codes

Color #D87623 in popluar color models

D87623
RGB21611835
HSL28°72.11%49.22%
HSB/HSV28°83.80%84.71%
CMYK0.00%45.37%83.80%
15.29%

Color #D87623 in popluar number systems.

HEXD87623
Decimal21611835
Binary110110001110110100011
Octal33016643

Shades and tints

Shades of #D87623

#D87623
(216,118,35)
#C56C20
(197,108,32)
#B2621D
(178,98,29)
#9F581A
(159,88,26)
#8C4E17
(140,78,23)
#794414
(121,68,20)
#663A11
(102,58,17)
#53300E
(83,48,14)
#40260B
(64,38,11)
#2D1C08
(45,28,8)
#1A1205
(26,18,5)
#000000
(0,0,0)

Tints of #D87623

#D87623
(216,118,35)
#DB8237
(219,130,55)
#DE8E4B
(222,142,75)
#E19A5F
(225,154,95)
#E4A673
(228,166,115)
#E7B287
(231,178,135)
#EABE9B
(234,190,155)
#EDCAAF
(237,202,175)
#F0D6C3
(240,214,195)
#F3E2D7
(243,226,215)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87623 color. Also use rgb(216,118,35) instead hex code.

Text Font Color

.myTextColor { color: #D87623; }

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

This text font color is #D87623.


Background Color

.myBgColor { background-color: #D87623; }

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

This div background color is #D87623.


Border color

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

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

This div border color is #D87623.


Opacity

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

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

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

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

This text has shadow with #D87623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87623 on black background.


Color preview on white background

This text has color #D87623 on white background.



Black color preview on #D87623 background

This text has black color on #D87623 background.


White color preview on #D87623 background

This text has white color on #D87623 background.