COLOR #D58860

HEX: #D58860
RGB: (213,136,96)

Color info

#D58860 contains mainly red color. Web safe color of #D58860 is #CC9966 (or #C96).

RGB color model

#D58860 color RGB value is (213,136,96).

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

RGB channels and saturation

R 213 of 255 = 84%
G 136 of 255 = 53%
B 96 of 255 = 38%

213
136
96

R + G + B ~ 58%. #D58860 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 136 + 96 = 445 (100%)
R 213 of 445 ~ 47.87%
G 136 of 445 ~ 30.56%
B 96 of 445 ~ 21.57%

%47.87
%30.56
%21.57

CMYK color model

#D58860 color CMYK value is (0,36,55,16).

  • cyan value is 0.00%
  • magenta value is 36.15%
  • yellow value is 54.93%
  • key color value is 16.47%
CMYK:
(0,36,55,16)
C0M36Y55K16 
(0%,36%,55%,16%)
(0.00/0.36/0.55/0.16)	

CMYK percentages

%0
%36.15
%54.93
%16.47

Codes

Color #D58860 in popluar color models

D58860
RGB21313696
HSL21°58.21%60.59%
HSB/HSV21°54.93%83.53%
CMYK0.00%36.15%54.93%
16.47%

Color #D58860 in popluar number systems.

HEXD58860
Decimal21313696
Binary11010101100010001100000
Octal325210140

Shades and tints

Shades of #D58860

#D58860
(213,136,96)
#C27C58
(194,124,88)
#AF7050
(175,112,80)
#9C6448
(156,100,72)
#895840
(137,88,64)
#764C38
(118,76,56)
#634030
(99,64,48)
#503428
(80,52,40)
#3D2820
(61,40,32)
#2A1C18
(42,28,24)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #D58860

#D58860
(213,136,96)
#D8926E
(216,146,110)
#DB9C7C
(219,156,124)
#DEA68A
(222,166,138)
#E1B098
(225,176,152)
#E4BAA6
(228,186,166)
#E7C4B4
(231,196,180)
#EACEC2
(234,206,194)
#EDD8D0
(237,216,208)
#F0E2DE
(240,226,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58860; }

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

This text font color is #D58860.


Background Color

.myBgColor { background-color: #D58860; }

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

This div background color is #D58860.


Border color

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

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

This div border color is #D58860.


Opacity

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

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

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

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

This text has shadow with #D58860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58860 on black background.


Color preview on white background

This text has color #D58860 on white background.



Black color preview on #D58860 background

This text has black color on #D58860 background.


White color preview on #D58860 background

This text has white color on #D58860 background.