COLOR #D59386

HEX: #D59386
RGB: (213,147,134)

Color info

#D59386 contains mainly red color. Web safe color of #D59386 is #CC9999 (or #C99).

RGB color model

#D59386 color RGB value is (213,147,134).

  • red value is 213;
  • green value is 147;
  • blue value is 134.
RGB:
(213,147,134)
(84%,58%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 147 of 255 = 58%
B 134 of 255 = 53%

213
147
134

R + G + B ~ 65%. #D59386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 147 + 134 = 494 (100%)
R 213 of 494 ~ 43.12%
G 147 of 494 ~ 29.76%
B 134 of 494 ~ 27.13%

%43.12
%29.76
%27.13

CMYK color model

#D59386 color CMYK value is (0,31,37,16).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(0,31,37,16)
C0M31Y37K16 
(0%,31%,37%,16%)
(0.00/0.31/0.37/0.16)	

CMYK percentages

%0
%30.99
%37.09
%16.47

Codes

Color #D59386 in popluar color models

D59386
RGB213147134
HSL10°48.47%68.04%
HSB/HSV10°37.09%83.53%
CMYK0.00%30.99%37.09%
16.47%

Color #D59386 in popluar number systems.

HEXD59386
Decimal213147134
Binary110101011001001110000110
Octal325223206

Shades and tints

Shades of #D59386

#D59386
(213,147,134)
#C2867A
(194,134,122)
#AF796E
(175,121,110)
#9C6C62
(156,108,98)
#895F56
(137,95,86)
#76524A
(118,82,74)
#63453E
(99,69,62)
#503832
(80,56,50)
#3D2B26
(61,43,38)
#2A1E1A
(42,30,26)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #D59386

#D59386
(213,147,134)
#D89C91
(216,156,145)
#DBA59C
(219,165,156)
#DEAEA7
(222,174,167)
#E1B7B2
(225,183,178)
#E4C0BD
(228,192,189)
#E7C9C8
(231,201,200)
#EAD2D3
(234,210,211)
#EDDBDE
(237,219,222)
#F0E4E9
(240,228,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59386 color. Also use rgb(213,147,134) instead hex code.

Text Font Color

.myTextColor { color: #D59386; }

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

This text font color is #D59386.


Background Color

.myBgColor { background-color: #D59386; }

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

This div background color is #D59386.


Border color

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

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

This div border color is #D59386.


Opacity

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

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

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

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

This text has shadow with #D59386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59386 on black background.


Color preview on white background

This text has color #D59386 on white background.



Black color preview on #D59386 background

This text has black color on #D59386 background.


White color preview on #D59386 background

This text has white color on #D59386 background.