COLOR #D57D77

HEX: #D57D77
RGB: (213,125,119)

Color info

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

RGB color model

#D57D77 color RGB value is (213,125,119).

  • red value is 213;
  • green value is 125;
  • blue value is 119.
RGB:
(213,125,119)
(84%,49%,47%)

RGB channels and saturation

R 213 of 255 = 84%
G 125 of 255 = 49%
B 119 of 255 = 47%

213
125
119

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

Portions of RGB colors in percentages

R + G + B =
213 + 125 + 119 = 457 (100%)
R 213 of 457 ~ 46.61%
G 125 of 457 ~ 27.35%
B 119 of 457 ~ 26.04%

%46.61
%27.35
%26.04

CMYK color model

#D57D77 color CMYK value is (0,41,44,16).

  • cyan value is 0.00%
  • magenta value is 41.31%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,41,44,16)
C0M41Y44K16 
(0%,41%,44%,16%)
(0.00/0.41/0.44/0.16)	

CMYK percentages

%0
%41.31
%44.13
%16.47

Codes

Color #D57D77 in popluar color models

D57D77
RGB213125119
HSL52.81%65.10%
HSB/HSV44.13%83.53%
CMYK0.00%41.31%44.13%
16.47%

Color #D57D77 in popluar number systems.

HEXD57D77
Decimal213125119
Binary1101010111111011110111
Octal325175167

Shades and tints

Shades of #D57D77

#D57D77
(213,125,119)
#C2726D
(194,114,109)
#AF6763
(175,103,99)
#9C5C59
(156,92,89)
#89514F
(137,81,79)
#764645
(118,70,69)
#633B3B
(99,59,59)
#503031
(80,48,49)
#3D2527
(61,37,39)
#2A1A1D
(42,26,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #D57D77

#D57D77
(213,125,119)
#D88883
(216,136,131)
#DB938F
(219,147,143)
#DE9E9B
(222,158,155)
#E1A9A7
(225,169,167)
#E4B4B3
(228,180,179)
#E7BFBF
(231,191,191)
#EACACB
(234,202,203)
#EDD5D7
(237,213,215)
#F0E0E3
(240,224,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57D77 color. Also use rgb(213,125,119) instead hex code.

Text Font Color

.myTextColor { color: #D57D77; }

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

This text font color is #D57D77.


Background Color

.myBgColor { background-color: #D57D77; }

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

This div background color is #D57D77.


Border color

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

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

This div border color is #D57D77.


Opacity

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

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

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

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

This text has shadow with #D57D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57D77 on black background.


Color preview on white background

This text has color #D57D77 on white background.



Black color preview on #D57D77 background

This text has black color on #D57D77 background.


White color preview on #D57D77 background

This text has white color on #D57D77 background.