COLOR #D56543

HEX: #D56543
RGB: (213,101,67)

Color info

#D56543 contains mainly red color. Web safe color of #D56543 is #CC6633 (or #C63).

RGB color model

#D56543 color RGB value is (213,101,67).

  • red value is 213;
  • green value is 101;
  • blue value is 67.
RGB:
(213,101,67)
(84%,40%,26%)

RGB channels and saturation

R 213 of 255 = 84%
G 101 of 255 = 40%
B 67 of 255 = 26%

213
101
67

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

Portions of RGB colors in percentages

R + G + B =
213 + 101 + 67 = 381 (100%)
R 213 of 381 ~ 55.91%
G 101 of 381 ~ 26.51%
B 67 of 381 ~ 17.59%

%55.91
%26.51
%17.59

CMYK color model

#D56543 color CMYK value is (0,53,69,16).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 68.54%
  • key color value is 16.47%
CMYK:
(0,53,69,16)
C0M53Y69K16 
(0%,53%,69%,16%)
(0.00/0.53/0.69/0.16)	

CMYK percentages

%0
%52.58
%68.54
%16.47

Codes

Color #D56543 in popluar color models

D56543
RGB21310167
HSL14°63.48%54.90%
HSB/HSV14°68.54%83.53%
CMYK0.00%52.58%68.54%
16.47%

Color #D56543 in popluar number systems.

HEXD56543
Decimal21310167
Binary1101010111001011000011
Octal325145103

Shades and tints

Shades of #D56543

#D56543
(213,101,67)
#C25C3D
(194,92,61)
#AF5337
(175,83,55)
#9C4A31
(156,74,49)
#89412B
(137,65,43)
#763825
(118,56,37)
#632F1F
(99,47,31)
#502619
(80,38,25)
#3D1D13
(61,29,19)
#2A140D
(42,20,13)
#170B07
(23,11,7)
#000000
(0,0,0)

Tints of #D56543

#D56543
(213,101,67)
#D87354
(216,115,84)
#DB8165
(219,129,101)
#DE8F76
(222,143,118)
#E19D87
(225,157,135)
#E4AB98
(228,171,152)
#E7B9A9
(231,185,169)
#EAC7BA
(234,199,186)
#EDD5CB
(237,213,203)
#F0E3DC
(240,227,220)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56543 color. Also use rgb(213,101,67) instead hex code.

Text Font Color

.myTextColor { color: #D56543; }

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

This text font color is #D56543.


Background Color

.myBgColor { background-color: #D56543; }

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

This div background color is #D56543.


Border color

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

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

This div border color is #D56543.


Opacity

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

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

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

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

This text has shadow with #D56543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56543 on black background.


Color preview on white background

This text has color #D56543 on white background.



Black color preview on #D56543 background

This text has black color on #D56543 background.


White color preview on #D56543 background

This text has white color on #D56543 background.