COLOR #D15644

HEX: #D15644
RGB: (209,86,68)

Color info

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

RGB color model

#D15644 color RGB value is (209,86,68).

  • red value is 209;
  • green value is 86;
  • blue value is 68.
RGB:
(209,86,68)
(82%,34%,27%)

RGB channels and saturation

R 209 of 255 = 82%
G 86 of 255 = 34%
B 68 of 255 = 27%

209
86
68

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

Portions of RGB colors in percentages

R + G + B =
209 + 86 + 68 = 363 (100%)
R 209 of 363 ~ 57.58%
G 86 of 363 ~ 23.69%
B 68 of 363 ~ 18.73%

%57.58
%23.69
%18.73

CMYK color model

#D15644 color CMYK value is (0,59,67,18).

  • cyan value is 0.00%
  • magenta value is 58.85%
  • yellow value is 67.46%
  • key color value is 18.04%
CMYK:
(0,59,67,18)
C0M59Y67K18 
(0%,59%,67%,18%)
(0.00/0.59/0.67/0.18)	

CMYK percentages

%0
%58.85
%67.46
%18.04

Codes

Color #D15644 in popluar color models

D15644
RGB2098668
HSL60.52%54.31%
HSB/HSV67.46%81.96%
CMYK0.00%58.85%67.46%
18.04%

Color #D15644 in popluar number systems.

HEXD15644
Decimal2098668
Binary1101000110101101000100
Octal321126104

Shades and tints

Shades of #D15644

#D15644
(209,86,68)
#BE4F3E
(190,79,62)
#AB4838
(171,72,56)
#984132
(152,65,50)
#853A2C
(133,58,44)
#723326
(114,51,38)
#5F2C20
(95,44,32)
#4C251A
(76,37,26)
#391E14
(57,30,20)
#26170E
(38,23,14)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #D15644

#D15644
(209,86,68)
#D56555
(213,101,85)
#D97466
(217,116,102)
#DD8377
(221,131,119)
#E19288
(225,146,136)
#E5A199
(229,161,153)
#E9B0AA
(233,176,170)
#EDBFBB
(237,191,187)
#F1CECC
(241,206,204)
#F5DDDD
(245,221,221)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15644 color. Also use rgb(209,86,68) instead hex code.

Text Font Color

.myTextColor { color: #D15644; }

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

This text font color is #D15644.


Background Color

.myBgColor { background-color: #D15644; }

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

This div background color is #D15644.


Border color

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

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

This div border color is #D15644.


Opacity

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

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

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

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

This text has shadow with #D15644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15644 on black background.


Color preview on white background

This text has color #D15644 on white background.



Black color preview on #D15644 background

This text has black color on #D15644 background.


White color preview on #D15644 background

This text has white color on #D15644 background.