COLOR #D5704C

HEX: #D5704C RGB: (213,112,76)

Color info

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

RGB color model

#D5704C color RGB value is (213,112,76).

RGB: (213,112,76) (84%, 44%, 30%)

RGB channels and saturation

R 213 of 255 = 84%
G 112 of 255 = 44%
B 76 of 255 = 30%

213
112
76

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

Portions of RGB colors in percentages

R + G + B = 213 + 112 + 76 = 401 (100%)
R 213 of 401 ~ 53.12%
G 112 of 401 ~ 27.93%
B 76 of 401 ~ 18.95'%

%53.12
%27.93
%18.95

CMYK color model

#D5704C color CMYK value is (0,47,64,16).

  • cyan value is 0.00%
  • magenta value is 47.42%
  • yellow value is 64.32%
  • key color value is 16.47%

CMYK: (0,47,64,16)
C0M47Y64K16 (0%, 47%, 64%, 16%)
(0.00 / 0.47 / 0.64 / 0.16)

CMYK percentages

%0
%47.42
%64.32
%16.47

Codes

Color #D5704C in popluar color models

D5 70 4C
RGB 213 112 76
HSL 16° 61.99% 56.67%
HSB/HSV 16° 64.32% 83.53%
CMYK 0.00% 47.42% 64.32%
16.47%

Color #D5704C in popluar number systems.

HEX D5 70 4C
Decimal 213 112 76
Binary 11010101 1110000 1001100
Octal 325 160 114

Shades and tints

Shades of #D5704C

#D5704C
(213,112,76)
#C26646
(194,102,70)
#AF5C40
(175,92,64)
#9C523A
(156,82,58)
#894834
(137,72,52)
#763E2E
(118,62,46)
#633428
(99,52,40)
#502A22
(80,42,34)
#3D201C
(61,32,28)
#2A1616
(42,22,22)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #D5704C

#D5704C
(213,112,76)
#D87D5C
(216,125,92)
#DB8A6C
(219,138,108)
#DE977C
(222,151,124)
#E1A48C
(225,164,140)
#E4B19C
(228,177,156)
#E7BEAC
(231,190,172)
#EACBBC
(234,203,188)
#EDD8CC
(237,216,204)
#F0E5DC
(240,229,220)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5704C color. Also use rgb(213,112,76) instead hex code.

Text Font Color

.myTextColor { color: #D5704C; }

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

This text font color is #D5704C.

Background Color

.myBgColor { background-color: #D5704C; }

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

This div background color is #D5704C.

Border color

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

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

This div border color is #D5704C.

Opacity

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

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

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

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

This text has shadow with #D5704C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5704C.

Preview

Color preview on black background

This text has color #D5704C on black background.


Color preview on white background

This text has color #D5704C on white background.


Black color preview on #D5704C background

This text has black color on #D5704C background.


White color preview on #D5704C background

This text has white color on #D5704C background.


Related colors

Complementary color

Complementary color for #hex is #2A8FB3.


I love getcolorcode.com

Triadic colors

1 #4CD570 and #704CD5 with #D5704C are triadic colors.

2 #4C70D5 and #70D54C with #D5704C are triadic colors.