COLOR #D58B84

HEX: #D58B84
RGB: (213,139,132)

Color info

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

RGB color model

#D58B84 color RGB value is (213,139,132).

  • red value is 213;
  • green value is 139;
  • blue value is 132.
RGB:
(213,139,132)
(84%,55%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 139 of 255 = 55%
B 132 of 255 = 52%

213
139
132

R + G + B ~ 64%. #D58B84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 139 + 132 = 484 (100%)
R 213 of 484 ~ 44.01%
G 139 of 484 ~ 28.72%
B 132 of 484 ~ 27.27%

%44.01
%28.72
%27.27

CMYK color model

#D58B84 color CMYK value is (0,35,38,16).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(0,35,38,16)
C0M35Y38K16 
(0%,35%,38%,16%)
(0.00/0.35/0.38/0.16)	

CMYK percentages

%0
%34.74
%38.03
%16.47

Codes

Color #D58B84 in popluar color models

D58B84
RGB213139132
HSL49.09%67.65%
HSB/HSV38.03%83.53%
CMYK0.00%34.74%38.03%
16.47%

Color #D58B84 in popluar number systems.

HEXD58B84
Decimal213139132
Binary110101011000101110000100
Octal325213204

Shades and tints

Shades of #D58B84

#D58B84
(213,139,132)
#C27F78
(194,127,120)
#AF736C
(175,115,108)
#9C6760
(156,103,96)
#895B54
(137,91,84)
#764F48
(118,79,72)
#63433C
(99,67,60)
#503730
(80,55,48)
#3D2B24
(61,43,36)
#2A1F18
(42,31,24)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #D58B84

#D58B84
(213,139,132)
#D8958F
(216,149,143)
#DB9F9A
(219,159,154)
#DEA9A5
(222,169,165)
#E1B3B0
(225,179,176)
#E4BDBB
(228,189,187)
#E7C7C6
(231,199,198)
#EAD1D1
(234,209,209)
#EDDBDC
(237,219,220)
#F0E5E7
(240,229,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58B84; }

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

This text font color is #D58B84.


Background Color

.myBgColor { background-color: #D58B84; }

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

This div background color is #D58B84.


Border color

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

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

This div border color is #D58B84.


Opacity

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

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

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

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

This text has shadow with #D58B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58B84 on black background.


Color preview on white background

This text has color #D58B84 on white background.



Black color preview on #D58B84 background

This text has black color on #D58B84 background.


White color preview on #D58B84 background

This text has white color on #D58B84 background.