COLOR #D57C47

HEX: #D57C47 RGB: (213,124,71)

Color info

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

RGB color model

#D57C47 color RGB value is (213,124,71).

RGB: (213,124,71) (84%, 49%, 28%)

RGB channels and saturation

R 213 of 255 = 84%
G 124 of 255 = 49%
B 71 of 255 = 28%

213
124
71

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

Portions of RGB colors in percentages

R + G + B = 213 + 124 + 71 = 408 (100%)
R 213 of 408 ~ 52.21%
G 124 of 408 ~ 30.39%
B 71 of 408 ~ 17.4'%

%52.21
%30.39
%17.4

CMYK color model

#D57C47 color CMYK value is (0,42,67,16).

  • cyan value is 0.00%
  • magenta value is 41.78%
  • yellow value is 66.67%
  • key color value is 16.47%

CMYK: (0,42,67,16)
C0M42Y67K16 (0%, 42%, 67%, 16%)
(0.00 / 0.42 / 0.67 / 0.16)

CMYK percentages

%0
%41.78
%66.67
%16.47

Codes

Color #D57C47 in popluar color models

D5 7C 47
RGB 213 124 71
HSL 22° 62.83% 55.69%
HSB/HSV 22° 66.67% 83.53%
CMYK 0.00% 41.78% 66.67%
16.47%

Color #D57C47 in popluar number systems.

HEX D5 7C 47
Decimal 213 124 71
Binary 11010101 1111100 1000111
Octal 325 174 107

Shades and tints

Shades of #D57C47

#D57C47
(213,124,71)
#C27141
(194,113,65)
#AF663B
(175,102,59)
#9C5B35
(156,91,53)
#89502F
(137,80,47)
#764529
(118,69,41)
#633A23
(99,58,35)
#502F1D
(80,47,29)
#3D2417
(61,36,23)
#2A1911
(42,25,17)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #D57C47

#D57C47
(213,124,71)
#D88757
(216,135,87)
#DB9267
(219,146,103)
#DE9D77
(222,157,119)
#E1A887
(225,168,135)
#E4B397
(228,179,151)
#E7BEA7
(231,190,167)
#EAC9B7
(234,201,183)
#EDD4C7
(237,212,199)
#F0DFD7
(240,223,215)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57C47 color. Also use rgb(213,124,71) instead hex code.

Text Font Color

.myTextColor { color: #D57C47; }

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

This text font color is #D57C47.

Background Color

.myBgColor { background-color: #D57C47; }

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

This div background color is #D57C47.

Border color

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

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

This div border color is #D57C47.

Opacity

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

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

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

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

This text has shadow with #D57C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57C47.

Preview

Color preview on black background

This text has color #D57C47 on black background.


Color preview on white background

This text has color #D57C47 on white background.


Black color preview on #D57C47 background

This text has black color on #D57C47 background.


White color preview on #D57C47 background

This text has white color on #D57C47 background.


Related colors

Complementary color

Complementary color for #hex is #2A83B8.


I love getcolorcode.com

Triadic colors

1 #47D57C and #7C47D5 with #D57C47 are triadic colors.

2 #477CD5 and #7CD547 with #D57C47 are triadic colors.