COLOR #D58657

HEX: #D58657
RGB: (213,134,87)

Color info

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

RGB color model

#D58657 color RGB value is (213,134,87).

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

RGB channels and saturation

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

213
134
87

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

Portions of RGB colors in percentages

R + G + B =
213 + 134 + 87 = 434 (100%)
R 213 of 434 ~ 49.08%
G 134 of 434 ~ 30.88%
B 87 of 434 ~ 20.05%

%49.08
%30.88
%20.05

CMYK color model

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

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

CMYK percentages

%0
%37.09
%59.15
%16.47

Codes

Color #D58657 in popluar color models

D58657
RGB21313487
HSL22°60.00%58.82%
HSB/HSV22°59.15%83.53%
CMYK0.00%37.09%59.15%
16.47%

Color #D58657 in popluar number systems.

HEXD58657
Decimal21313487
Binary11010101100001101010111
Octal325206127

Shades and tints

Shades of #D58657

#D58657
(213,134,87)
#C27A50
(194,122,80)
#AF6E49
(175,110,73)
#9C6242
(156,98,66)
#89563B
(137,86,59)
#764A34
(118,74,52)
#633E2D
(99,62,45)
#503226
(80,50,38)
#3D261F
(61,38,31)
#2A1A18
(42,26,24)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #D58657

#D58657
(213,134,87)
#D89166
(216,145,102)
#DB9C75
(219,156,117)
#DEA784
(222,167,132)
#E1B293
(225,178,147)
#E4BDA2
(228,189,162)
#E7C8B1
(231,200,177)
#EAD3C0
(234,211,192)
#EDDECF
(237,222,207)
#F0E9DE
(240,233,222)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58657; }

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

This text font color is #D58657.


Background Color

.myBgColor { background-color: #D58657; }

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

This div background color is #D58657.


Border color

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

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

This div border color is #D58657.


Opacity

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

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

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

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

This text has shadow with #D58657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58657 on black background.


Color preview on white background

This text has color #D58657 on white background.



Black color preview on #D58657 background

This text has black color on #D58657 background.


White color preview on #D58657 background

This text has white color on #D58657 background.