COLOR #D76832

HEX: #D76832
RGB: (215,104,50)

Color info

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

RGB color model

#D76832 color RGB value is (215,104,50).

  • red value is 215;
  • green value is 104;
  • blue value is 50.
RGB:
(215,104,50)
(84%,41%,20%)

RGB channels and saturation

R 215 of 255 = 84%
G 104 of 255 = 41%
B 50 of 255 = 20%

215
104
50

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

Portions of RGB colors in percentages

R + G + B =
215 + 104 + 50 = 369 (100%)
R 215 of 369 ~ 58.27%
G 104 of 369 ~ 28.18%
B 50 of 369 ~ 13.55%

%58.27
%28.18
%13.55

CMYK color model

#D76832 color CMYK value is (0,52,77,16).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 76.74%
  • key color value is 15.69%
CMYK:
(0,52,77,16)
C0M52Y77K16 
(0%,52%,77%,16%)
(0.00/0.52/0.77/0.16)	

CMYK percentages

%0
%51.63
%76.74
%15.69

Codes

Color #D76832 in popluar color models

D76832
RGB21510450
HSL20°67.35%51.96%
HSB/HSV20°76.74%84.31%
CMYK0.00%51.63%76.74%
15.69%

Color #D76832 in popluar number systems.

HEXD76832
Decimal21510450
Binary110101111101000110010
Octal32715062

Shades and tints

Shades of #D76832

#D76832
(215,104,50)
#C45F2E
(196,95,46)
#B1562A
(177,86,42)
#9E4D26
(158,77,38)
#8B4422
(139,68,34)
#783B1E
(120,59,30)
#65321A
(101,50,26)
#522916
(82,41,22)
#3F2012
(63,32,18)
#2C170E
(44,23,14)
#190E0A
(25,14,10)
#000000
(0,0,0)

Tints of #D76832

#D76832
(215,104,50)
#DA7544
(218,117,68)
#DD8256
(221,130,86)
#E08F68
(224,143,104)
#E39C7A
(227,156,122)
#E6A98C
(230,169,140)
#E9B69E
(233,182,158)
#ECC3B0
(236,195,176)
#EFD0C2
(239,208,194)
#F2DDD4
(242,221,212)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76832 color. Also use rgb(215,104,50) instead hex code.

Text Font Color

.myTextColor { color: #D76832; }

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

This text font color is #D76832.


Background Color

.myBgColor { background-color: #D76832; }

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

This div background color is #D76832.


Border color

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

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

This div border color is #D76832.


Opacity

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

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

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

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

This text has shadow with #D76832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76832 on black background.


Color preview on white background

This text has color #D76832 on white background.



Black color preview on #D76832 background

This text has black color on #D76832 background.


White color preview on #D76832 background

This text has white color on #D76832 background.