COLOR #D57F62

HEX: #D57F62 RGB: (213,127,98)

Color info

#D57F62 contains mainly red color. Web safe color of #D57F62 is #CC6666 (or #C66).

RGB color model

#D57F62 color RGB value is (213,127,98).

RGB: (213,127,98) (84%, 50%, 38%)

RGB channels and saturation

R 213 of 255 = 84%
G 127 of 255 = 50%
B 98 of 255 = 38%

213
127
98

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

Portions of RGB colors in percentages

R + G + B = 213 + 127 + 98 = 438 (100%)
R 213 of 438 ~ 48.63%
G 127 of 438 ~ 29%
B 98 of 438 ~ 22.37'%

%48.63
%29
%22.37

CMYK color model

#D57F62 color CMYK value is (0,40,54,16).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 53.99%
  • key color value is 16.47%

CMYK: (0,40,54,16)
C0M40Y54K16 (0%, 40%, 54%, 16%)
(0.00 / 0.40 / 0.54 / 0.16)

CMYK percentages

%0
%40.38
%53.99
%16.47

Codes

Color #D57F62 in popluar color models

D5 7F 62
RGB 213 127 98
HSL 15° 57.79% 60.98%
HSB/HSV 15° 53.99% 83.53%
CMYK 0.00% 40.38% 53.99%
16.47%

Color #D57F62 in popluar number systems.

HEX D5 7F 62
Decimal 213 127 98
Binary 11010101 1111111 1100010
Octal 325 177 142

Shades and tints

Shades of #D57F62

#D57F62
(213,127,98)
#C2745A
(194,116,90)
#AF6952
(175,105,82)
#9C5E4A
(156,94,74)
#895342
(137,83,66)
#76483A
(118,72,58)
#633D32
(99,61,50)
#50322A
(80,50,42)
#3D2722
(61,39,34)
#2A1C1A
(42,28,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D57F62

#D57F62
(213,127,98)
#D88A70
(216,138,112)
#DB957E
(219,149,126)
#DEA08C
(222,160,140)
#E1AB9A
(225,171,154)
#E4B6A8
(228,182,168)
#E7C1B6
(231,193,182)
#EACCC4
(234,204,196)
#EDD7D2
(237,215,210)
#F0E2E0
(240,226,224)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57F62 color. Also use rgb(213,127,98) instead hex code.

Text Font Color

.myTextColor { color: #D57F62; }

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

This text font color is #D57F62.

Background Color

.myBgColor { background-color: #D57F62; }

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

This div background color is #D57F62.

Border color

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

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

This div border color is #D57F62.

Opacity

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

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

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

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

This text has shadow with #D57F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57F62.

Preview

Color preview on black background

This text has color #D57F62 on black background.


Color preview on white background

This text has color #D57F62 on white background.


Black color preview on #D57F62 background

This text has black color on #D57F62 background.


White color preview on #D57F62 background

This text has white color on #D57F62 background.


Related colors

Complementary color

Complementary color for #hex is #2A809D.


I love getcolorcode.com

Triadic colors

1 #62D57F and #7F62D5 with #D57F62 are triadic colors.

2 #627FD5 and #7FD562 with #D57F62 are triadic colors.