COLOR #D76E27

HEX: #D76E27
RGB: (215,110,39)

Color info

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

RGB color model

#D76E27 color RGB value is (215,110,39).

  • red value is 215;
  • green value is 110;
  • blue value is 39.
RGB:
(215,110,39)
(84%,43%,15%)

RGB channels and saturation

R 215 of 255 = 84%
G 110 of 255 = 43%
B 39 of 255 = 15%

215
110
39

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

Portions of RGB colors in percentages

R + G + B =
215 + 110 + 39 = 364 (100%)
R 215 of 364 ~ 59.07%
G 110 of 364 ~ 30.22%
B 39 of 364 ~ 10.71%

%59.07
%30.22
%10.71

CMYK color model

#D76E27 color CMYK value is (0,49,82,16).

  • cyan value is 0.00%
  • magenta value is 48.84%
  • yellow value is 81.86%
  • key color value is 15.69%
CMYK:
(0,49,82,16)
C0M49Y82K16 
(0%,49%,82%,16%)
(0.00/0.49/0.82/0.16)	

CMYK percentages

%0
%48.84
%81.86
%15.69

Codes

Color #D76E27 in popluar color models

D76E27
RGB21511039
HSL24°69.29%49.80%
HSB/HSV24°81.86%84.31%
CMYK0.00%48.84%81.86%
15.69%

Color #D76E27 in popluar number systems.

HEXD76E27
Decimal21511039
Binary110101111101110100111
Octal32715647

Shades and tints

Shades of #D76E27

#D76E27
(215,110,39)
#C46424
(196,100,36)
#B15A21
(177,90,33)
#9E501E
(158,80,30)
#8B461B
(139,70,27)
#783C18
(120,60,24)
#653215
(101,50,21)
#522812
(82,40,18)
#3F1E0F
(63,30,15)
#2C140C
(44,20,12)
#190A09
(25,10,9)
#000000
(0,0,0)

Tints of #D76E27

#D76E27
(215,110,39)
#DA7B3A
(218,123,58)
#DD884D
(221,136,77)
#E09560
(224,149,96)
#E3A273
(227,162,115)
#E6AF86
(230,175,134)
#E9BC99
(233,188,153)
#ECC9AC
(236,201,172)
#EFD6BF
(239,214,191)
#F2E3D2
(242,227,210)
#F5F0E5
(245,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76E27 color. Also use rgb(215,110,39) instead hex code.

Text Font Color

.myTextColor { color: #D76E27; }

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

This text font color is #D76E27.


Background Color

.myBgColor { background-color: #D76E27; }

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

This div background color is #D76E27.


Border color

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

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

This div border color is #D76E27.


Opacity

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

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

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

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

This text has shadow with #D76E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76E27 on black background.


Color preview on white background

This text has color #D76E27 on white background.



Black color preview on #D76E27 background

This text has black color on #D76E27 background.


White color preview on #D76E27 background

This text has white color on #D76E27 background.