COLOR #D59493

HEX: #D59493
RGB: (213,148,147)

Color info

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

RGB color model

#D59493 color RGB value is (213,148,147).

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

RGB channels and saturation

R 213 of 255 = 84%
G 148 of 255 = 58%
B 147 of 255 = 58%

213
148
147

R + G + B ~ 67%. #D59493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 148 + 147 = 508 (100%)
R 213 of 508 ~ 41.93%
G 148 of 508 ~ 29.13%
B 147 of 508 ~ 28.94%

%41.93
%29.13
%28.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,31,31,16)
C0M31Y31K16 
(0%,31%,31%,16%)
(0.00/0.31/0.31/0.16)	

CMYK percentages

%0
%30.52
%30.99
%16.47

Codes

Color #D59493 in popluar color models

D59493
RGB213148147
HSL44.00%70.59%
HSB/HSV30.99%83.53%
CMYK0.00%30.52%30.99%
16.47%

Color #D59493 in popluar number systems.

HEXD59493
Decimal213148147
Binary110101011001010010010011
Octal325224223

Shades and tints

Shades of #D59493

#D59493
(213,148,147)
#C28786
(194,135,134)
#AF7A79
(175,122,121)
#9C6D6C
(156,109,108)
#89605F
(137,96,95)
#765352
(118,83,82)
#634645
(99,70,69)
#503938
(80,57,56)
#3D2C2B
(61,44,43)
#2A1F1E
(42,31,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #D59493

#D59493
(213,148,147)
#D89D9C
(216,157,156)
#DBA6A5
(219,166,165)
#DEAFAE
(222,175,174)
#E1B8B7
(225,184,183)
#E4C1C0
(228,193,192)
#E7CAC9
(231,202,201)
#EAD3D2
(234,211,210)
#EDDCDB
(237,220,219)
#F0E5E4
(240,229,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59493; }

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

This text font color is #D59493.


Background Color

.myBgColor { background-color: #D59493; }

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

This div background color is #D59493.


Border color

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

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

This div border color is #D59493.


Opacity

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

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

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

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

This text has shadow with #D59493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59493 on black background.


Color preview on white background

This text has color #D59493 on white background.



Black color preview on #D59493 background

This text has black color on #D59493 background.


White color preview on #D59493 background

This text has white color on #D59493 background.