COLOR #D57369

HEX: #D57369
RGB: (213,115,105)

Color info

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

RGB color model

#D57369 color RGB value is (213,115,105).

  • red value is 213;
  • green value is 115;
  • blue value is 105.
RGB:
(213,115,105)
(84%,45%,41%)

RGB channels and saturation

R 213 of 255 = 84%
G 115 of 255 = 45%
B 105 of 255 = 41%

213
115
105

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

Portions of RGB colors in percentages

R + G + B =
213 + 115 + 105 = 433 (100%)
R 213 of 433 ~ 49.19%
G 115 of 433 ~ 26.56%
B 105 of 433 ~ 24.25%

%49.19
%26.56
%24.25

CMYK color model

#D57369 color CMYK value is (0,46,51,16).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 50.70%
  • key color value is 16.47%
CMYK:
(0,46,51,16)
C0M46Y51K16 
(0%,46%,51%,16%)
(0.00/0.46/0.51/0.16)	

CMYK percentages

%0
%46.01
%50.7
%16.47

Codes

Color #D57369 in popluar color models

D57369
RGB213115105
HSL56.25%62.35%
HSB/HSV50.70%83.53%
CMYK0.00%46.01%50.70%
16.47%

Color #D57369 in popluar number systems.

HEXD57369
Decimal213115105
Binary1101010111100111101001
Octal325163151

Shades and tints

Shades of #D57369

#D57369
(213,115,105)
#C26960
(194,105,96)
#AF5F57
(175,95,87)
#9C554E
(156,85,78)
#894B45
(137,75,69)
#76413C
(118,65,60)
#633733
(99,55,51)
#502D2A
(80,45,42)
#3D2321
(61,35,33)
#2A1918
(42,25,24)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #D57369

#D57369
(213,115,105)
#D87F76
(216,127,118)
#DB8B83
(219,139,131)
#DE9790
(222,151,144)
#E1A39D
(225,163,157)
#E4AFAA
(228,175,170)
#E7BBB7
(231,187,183)
#EAC7C4
(234,199,196)
#EDD3D1
(237,211,209)
#F0DFDE
(240,223,222)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57369 color. Also use rgb(213,115,105) instead hex code.

Text Font Color

.myTextColor { color: #D57369; }

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

This text font color is #D57369.


Background Color

.myBgColor { background-color: #D57369; }

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

This div background color is #D57369.


Border color

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

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

This div border color is #D57369.


Opacity

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

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

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

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

This text has shadow with #D57369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57369 on black background.


Color preview on white background

This text has color #D57369 on white background.



Black color preview on #D57369 background

This text has black color on #D57369 background.


White color preview on #D57369 background

This text has white color on #D57369 background.