COLOR #D58684

HEX: #D58684 RGB: (213,134,132)

Color info

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

RGB color model

#D58684 color RGB value is (213,134,132).

RGB: (213,134,132) (84%, 53%, 52%)

RGB channels and saturation

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

213
134
132

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

Portions of RGB colors in percentages

R + G + B = 213 + 134 + 132 = 479 (100%)
R 213 of 479 ~ 44.47%
G 134 of 479 ~ 27.97%
B 132 of 479 ~ 27.56'%

%44.47
%27.97
%27.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 38.03%
  • key color value is 16.47%

CMYK: (0,37,38,16)
C0M37Y38K16 (0%, 37%, 38%, 16%)
(0.00 / 0.37 / 0.38 / 0.16)

CMYK percentages

%0
%37.09
%38.03
%16.47

Codes

Color #D58684 in popluar color models

D5 86 84
RGB 213 134 132
HSL 49.09% 67.65%
HSB/HSV 38.03% 83.53%
CMYK 0.00% 37.09% 38.03%
16.47%

Color #D58684 in popluar number systems.

HEX D5 86 84
Decimal 213 134 132
Binary 11010101 10000110 10000100
Octal 325 206 204

Shades and tints

Shades of #D58684

#D58684
(213,134,132)
#C27A78
(194,122,120)
#AF6E6C
(175,110,108)
#9C6260
(156,98,96)
#895654
(137,86,84)
#764A48
(118,74,72)
#633E3C
(99,62,60)
#503230
(80,50,48)
#3D2624
(61,38,36)
#2A1A18
(42,26,24)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #D58684

#D58684
(213,134,132)
#D8918F
(216,145,143)
#DB9C9A
(219,156,154)
#DEA7A5
(222,167,165)
#E1B2B0
(225,178,176)
#E4BDBB
(228,189,187)
#E7C8C6
(231,200,198)
#EAD3D1
(234,211,209)
#EDDEDC
(237,222,220)
#F0E9E7
(240,233,231)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58684; }

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

This text font color is #D58684.

Background Color

.myBgColor { background-color: #D58684; }

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

This div background color is #D58684.

Border color

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

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

This div border color is #D58684.

Opacity

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

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

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

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

This text has shadow with #D58684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D58684.

Preview

Color preview on black background

This text has color #D58684 on black background.


Color preview on white background

This text has color #D58684 on white background.


Black color preview on #D58684 background

This text has black color on #D58684 background.


White color preview on #D58684 background

This text has white color on #D58684 background.


Related colors

Complementary color

Complementary color for #hex is #2A797B.


I love getcolorcode.com

Triadic colors

1 #84D586 and #8684D5 with #D58684 are triadic colors.

2 #8486D5 and #86D584 with #D58684 are triadic colors.