COLOR #D56963

HEX: #D56963
RGB: (213,105,99)

Color info

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

RGB color model

#D56963 color RGB value is (213,105,99).

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

RGB channels and saturation

R 213 of 255 = 84%
G 105 of 255 = 41%
B 99 of 255 = 39%

213
105
99

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

Portions of RGB colors in percentages

R + G + B =
213 + 105 + 99 = 417 (100%)
R 213 of 417 ~ 51.08%
G 105 of 417 ~ 25.18%
B 99 of 417 ~ 23.74%

%51.08
%25.18
%23.74

CMYK color model

#D56963 color CMYK value is (0,51,54,16).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 53.52%
  • key color value is 16.47%
CMYK:
(0,51,54,16)
C0M51Y54K16 
(0%,51%,54%,16%)
(0.00/0.51/0.54/0.16)	

CMYK percentages

%0
%50.7
%53.52
%16.47

Codes

Color #D56963 in popluar color models

D56963
RGB21310599
HSL57.58%61.18%
HSB/HSV53.52%83.53%
CMYK0.00%50.70%53.52%
16.47%

Color #D56963 in popluar number systems.

HEXD56963
Decimal21310599
Binary1101010111010011100011
Octal325151143

Shades and tints

Shades of #D56963

#D56963
(213,105,99)
#C2605A
(194,96,90)
#AF5751
(175,87,81)
#9C4E48
(156,78,72)
#89453F
(137,69,63)
#763C36
(118,60,54)
#63332D
(99,51,45)
#502A24
(80,42,36)
#3D211B
(61,33,27)
#2A1812
(42,24,18)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #D56963

#D56963
(213,105,99)
#D87671
(216,118,113)
#DB837F
(219,131,127)
#DE908D
(222,144,141)
#E19D9B
(225,157,155)
#E4AAA9
(228,170,169)
#E7B7B7
(231,183,183)
#EAC4C5
(234,196,197)
#EDD1D3
(237,209,211)
#F0DEE1
(240,222,225)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D56963; }

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

This text font color is #D56963.


Background Color

.myBgColor { background-color: #D56963; }

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

This div background color is #D56963.


Border color

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

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

This div border color is #D56963.


Opacity

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

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

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

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

This text has shadow with #D56963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56963 on black background.


Color preview on white background

This text has color #D56963 on white background.



Black color preview on #D56963 background

This text has black color on #D56963 background.


White color preview on #D56963 background

This text has white color on #D56963 background.