COLOR #D58388

HEX: #D58388
RGB: (213,131,136)

Color info

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

RGB color model

#D58388 color RGB value is (213,131,136).

  • red value is 213;
  • green value is 131;
  • blue value is 136.
RGB:
(213,131,136)
(84%,51%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 131 of 255 = 51%
B 136 of 255 = 53%

213
131
136

R + G + B ~ 63%. #D58388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 131 + 136 = 480 (100%)
R 213 of 480 ~ 44.38%
G 131 of 480 ~ 27.29%
B 136 of 480 ~ 28.33%

%44.38
%27.29
%28.33

CMYK color model

#D58388 color CMYK value is (0,38,36,16).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 36.15%
  • key color value is 16.47%
CMYK:
(0,38,36,16)
C0M38Y36K16 
(0%,38%,36%,16%)
(0.00/0.38/0.36/0.16)	

CMYK percentages

%0
%38.5
%36.15
%16.47

Codes

Color #D58388 in popluar color models

D58388
RGB213131136
HSL356°49.40%67.45%
HSB/HSV356°38.50%83.53%
CMYK0.00%38.50%36.15%
16.47%

Color #D58388 in popluar number systems.

HEXD58388
Decimal213131136
Binary110101011000001110001000
Octal325203210

Shades and tints

Shades of #D58388

#D58388
(213,131,136)
#C2787C
(194,120,124)
#AF6D70
(175,109,112)
#9C6264
(156,98,100)
#895758
(137,87,88)
#764C4C
(118,76,76)
#634140
(99,65,64)
#503634
(80,54,52)
#3D2B28
(61,43,40)
#2A201C
(42,32,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D58388

#D58388
(213,131,136)
#D88E92
(216,142,146)
#DB999C
(219,153,156)
#DEA4A6
(222,164,166)
#E1AFB0
(225,175,176)
#E4BABA
(228,186,186)
#E7C5C4
(231,197,196)
#EAD0CE
(234,208,206)
#EDDBD8
(237,219,216)
#F0E6E2
(240,230,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58388 color. Also use rgb(213,131,136) instead hex code.

Text Font Color

.myTextColor { color: #D58388; }

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

This text font color is #D58388.


Background Color

.myBgColor { background-color: #D58388; }

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

This div background color is #D58388.


Border color

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

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

This div border color is #D58388.


Opacity

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

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

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

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

This text has shadow with #D58388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58388 on black background.


Color preview on white background

This text has color #D58388 on white background.



Black color preview on #D58388 background

This text has black color on #D58388 background.


White color preview on #D58388 background

This text has white color on #D58388 background.