COLOR #D58686

HEX: #D58686
RGB: (213,134,134)

Color info

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

RGB color model

#D58686 color RGB value is (213,134,134).

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

RGB channels and saturation

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

213
134
134

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

Portions of RGB colors in percentages

R + G + B =
213 + 134 + 134 = 481 (100%)
R 213 of 481 ~ 44.28%
G 134 of 481 ~ 27.86%
B 134 of 481 ~ 27.86%

%44.28
%27.86
%27.86

CMYK color model

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

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

CMYK percentages

%0
%37.09
%37.09
%16.47

Codes

Color #D58686 in popluar color models

D58686
RGB213134134
HSL48.47%68.04%
HSB/HSV37.09%83.53%
CMYK0.00%37.09%37.09%
16.47%

Color #D58686 in popluar number systems.

HEXD58686
Decimal213134134
Binary110101011000011010000110
Octal325206206

Shades and tints

Shades of #D58686

#D58686
(213,134,134)
#C27A7A
(194,122,122)
#AF6E6E
(175,110,110)
#9C6262
(156,98,98)
#895656
(137,86,86)
#764A4A
(118,74,74)
#633E3E
(99,62,62)
#503232
(80,50,50)
#3D2626
(61,38,38)
#2A1A1A
(42,26,26)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #D58686

#D58686
(213,134,134)
#D89191
(216,145,145)
#DB9C9C
(219,156,156)
#DEA7A7
(222,167,167)
#E1B2B2
(225,178,178)
#E4BDBD
(228,189,189)
#E7C8C8
(231,200,200)
#EAD3D3
(234,211,211)
#EDDEDE
(237,222,222)
#F0E9E9
(240,233,233)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58686; }

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

This text font color is #D58686.


Background Color

.myBgColor { background-color: #D58686; }

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

This div background color is #D58686.


Border color

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

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

This div border color is #D58686.


Opacity

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

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

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

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

This text has shadow with #D58686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58686 on black background.


Color preview on white background

This text has color #D58686 on white background.



Black color preview on #D58686 background

This text has black color on #D58686 background.


White color preview on #D58686 background

This text has white color on #D58686 background.