COLOR #D56B4F

HEX: #D56B4F
RGB: (213,107,79)

Color info

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

RGB color model

#D56B4F color RGB value is (213,107,79).

  • red value is 213;
  • green value is 107;
  • blue value is 79.
RGB:
(213,107,79)
(84%,42%,31%)

RGB channels and saturation

R 213 of 255 = 84%
G 107 of 255 = 42%
B 79 of 255 = 31%

213
107
79

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

Portions of RGB colors in percentages

R + G + B =
213 + 107 + 79 = 399 (100%)
R 213 of 399 ~ 53.38%
G 107 of 399 ~ 26.82%
B 79 of 399 ~ 19.8%

%53.38
%26.82
%19.8

CMYK color model

#D56B4F color CMYK value is (0,50,63,16).

  • cyan value is 0.00%
  • magenta value is 49.77%
  • yellow value is 62.91%
  • key color value is 16.47%
CMYK:
(0,50,63,16)
C0M50Y63K16 
(0%,50%,63%,16%)
(0.00/0.50/0.63/0.16)	

CMYK percentages

%0
%49.77
%62.91
%16.47

Codes

Color #D56B4F in popluar color models

D56B4F
RGB21310779
HSL13°61.47%57.25%
HSB/HSV13°62.91%83.53%
CMYK0.00%49.77%62.91%
16.47%

Color #D56B4F in popluar number systems.

HEXD56B4F
Decimal21310779
Binary1101010111010111001111
Octal325153117

Shades and tints

Shades of #D56B4F

#D56B4F
(213,107,79)
#C26248
(194,98,72)
#AF5941
(175,89,65)
#9C503A
(156,80,58)
#894733
(137,71,51)
#763E2C
(118,62,44)
#633525
(99,53,37)
#502C1E
(80,44,30)
#3D2317
(61,35,23)
#2A1A10
(42,26,16)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #D56B4F

#D56B4F
(213,107,79)
#D8785F
(216,120,95)
#DB856F
(219,133,111)
#DE927F
(222,146,127)
#E19F8F
(225,159,143)
#E4AC9F
(228,172,159)
#E7B9AF
(231,185,175)
#EAC6BF
(234,198,191)
#EDD3CF
(237,211,207)
#F0E0DF
(240,224,223)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56B4F color. Also use rgb(213,107,79) instead hex code.

Text Font Color

.myTextColor { color: #D56B4F; }

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

This text font color is #D56B4F.


Background Color

.myBgColor { background-color: #D56B4F; }

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

This div background color is #D56B4F.


Border color

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

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

This div border color is #D56B4F.


Opacity

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

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

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

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

This text has shadow with #D56B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56B4F on black background.


Color preview on white background

This text has color #D56B4F on white background.



Black color preview on #D56B4F background

This text has black color on #D56B4F background.


White color preview on #D56B4F background

This text has white color on #D56B4F background.