COLOR #D78034

HEX: #D78034
RGB: (215,128,52)

Color info

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

RGB color model

#D78034 color RGB value is (215,128,52).

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

RGB channels and saturation

R 215 of 255 = 84%
G 128 of 255 = 50%
B 52 of 255 = 20%

215
128
52

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

Portions of RGB colors in percentages

R + G + B =
215 + 128 + 52 = 395 (100%)
R 215 of 395 ~ 54.43%
G 128 of 395 ~ 32.41%
B 52 of 395 ~ 13.16%

%54.43
%32.41
%13.16

CMYK color model

#D78034 color CMYK value is (0,40,76,16).

  • cyan value is 0.00%
  • magenta value is 40.47%
  • yellow value is 75.81%
  • key color value is 15.69%
CMYK:
(0,40,76,16)
C0M40Y76K16 
(0%,40%,76%,16%)
(0.00/0.40/0.76/0.16)	

CMYK percentages

%0
%40.47
%75.81
%15.69

Codes

Color #D78034 in popluar color models

D78034
RGB21512852
HSL28°67.08%52.35%
HSB/HSV28°75.81%84.31%
CMYK0.00%40.47%75.81%
15.69%

Color #D78034 in popluar number systems.

HEXD78034
Decimal21512852
Binary1101011110000000110100
Octal32720064

Shades and tints

Shades of #D78034

#D78034
(215,128,52)
#C47530
(196,117,48)
#B16A2C
(177,106,44)
#9E5F28
(158,95,40)
#8B5424
(139,84,36)
#784920
(120,73,32)
#653E1C
(101,62,28)
#523318
(82,51,24)
#3F2814
(63,40,20)
#2C1D10
(44,29,16)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #D78034

#D78034
(215,128,52)
#DA8B46
(218,139,70)
#DD9658
(221,150,88)
#E0A16A
(224,161,106)
#E3AC7C
(227,172,124)
#E6B78E
(230,183,142)
#E9C2A0
(233,194,160)
#ECCDB2
(236,205,178)
#EFD8C4
(239,216,196)
#F2E3D6
(242,227,214)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78034 color. Also use rgb(215,128,52) instead hex code.

Text Font Color

.myTextColor { color: #D78034; }

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

This text font color is #D78034.


Background Color

.myBgColor { background-color: #D78034; }

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

This div background color is #D78034.


Border color

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

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

This div border color is #D78034.


Opacity

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

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

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

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

This text has shadow with #D78034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78034 on black background.


Color preview on white background

This text has color #D78034 on white background.



Black color preview on #D78034 background

This text has black color on #D78034 background.


White color preview on #D78034 background

This text has white color on #D78034 background.