COLOR #D57558

HEX: #D57558
RGB: (213,117,88)

Color info

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

RGB color model

#D57558 color RGB value is (213,117,88).

  • red value is 213;
  • green value is 117;
  • blue value is 88.
RGB:
(213,117,88)
(84%,46%,35%)

RGB channels and saturation

R 213 of 255 = 84%
G 117 of 255 = 46%
B 88 of 255 = 35%

213
117
88

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

Portions of RGB colors in percentages

R + G + B =
213 + 117 + 88 = 418 (100%)
R 213 of 418 ~ 50.96%
G 117 of 418 ~ 27.99%
B 88 of 418 ~ 21.05%

%50.96
%27.99
%21.05

CMYK color model

#D57558 color CMYK value is (0,45,59,16).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 58.69%
  • key color value is 16.47%
CMYK:
(0,45,59,16)
C0M45Y59K16 
(0%,45%,59%,16%)
(0.00/0.45/0.59/0.16)	

CMYK percentages

%0
%45.07
%58.69
%16.47

Codes

Color #D57558 in popluar color models

D57558
RGB21311788
HSL14°59.81%59.02%
HSB/HSV14°58.69%83.53%
CMYK0.00%45.07%58.69%
16.47%

Color #D57558 in popluar number systems.

HEXD57558
Decimal21311788
Binary1101010111101011011000
Octal325165130

Shades and tints

Shades of #D57558

#D57558
(213,117,88)
#C26B50
(194,107,80)
#AF6148
(175,97,72)
#9C5740
(156,87,64)
#894D38
(137,77,56)
#764330
(118,67,48)
#633928
(99,57,40)
#502F20
(80,47,32)
#3D2518
(61,37,24)
#2A1B10
(42,27,16)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #D57558

#D57558
(213,117,88)
#D88167
(216,129,103)
#DB8D76
(219,141,118)
#DE9985
(222,153,133)
#E1A594
(225,165,148)
#E4B1A3
(228,177,163)
#E7BDB2
(231,189,178)
#EAC9C1
(234,201,193)
#EDD5D0
(237,213,208)
#F0E1DF
(240,225,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57558 color. Also use rgb(213,117,88) instead hex code.

Text Font Color

.myTextColor { color: #D57558; }

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

This text font color is #D57558.


Background Color

.myBgColor { background-color: #D57558; }

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

This div background color is #D57558.


Border color

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

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

This div border color is #D57558.


Opacity

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

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

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

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

This text has shadow with #D57558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57558 on black background.


Color preview on white background

This text has color #D57558 on white background.



Black color preview on #D57558 background

This text has black color on #D57558 background.


White color preview on #D57558 background

This text has white color on #D57558 background.