COLOR #D58B63

HEX: #D58B63
RGB: (213,139,99)

Color info

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

RGB color model

#D58B63 color RGB value is (213,139,99).

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

RGB channels and saturation

R 213 of 255 = 84%
G 139 of 255 = 55%
B 99 of 255 = 39%

213
139
99

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

Portions of RGB colors in percentages

R + G + B =
213 + 139 + 99 = 451 (100%)
R 213 of 451 ~ 47.23%
G 139 of 451 ~ 30.82%
B 99 of 451 ~ 21.95%

%47.23
%30.82
%21.95

CMYK color model

#D58B63 color CMYK value is (0,35,54,16).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 53.52%
  • key color value is 16.47%
CMYK:
(0,35,54,16)
C0M35Y54K16 
(0%,35%,54%,16%)
(0.00/0.35/0.54/0.16)	

CMYK percentages

%0
%34.74
%53.52
%16.47

Codes

Color #D58B63 in popluar color models

D58B63
RGB21313999
HSL21°57.58%61.18%
HSB/HSV21°53.52%83.53%
CMYK0.00%34.74%53.52%
16.47%

Color #D58B63 in popluar number systems.

HEXD58B63
Decimal21313999
Binary11010101100010111100011
Octal325213143

Shades and tints

Shades of #D58B63

#D58B63
(213,139,99)
#C27F5A
(194,127,90)
#AF7351
(175,115,81)
#9C6748
(156,103,72)
#895B3F
(137,91,63)
#764F36
(118,79,54)
#63432D
(99,67,45)
#503724
(80,55,36)
#3D2B1B
(61,43,27)
#2A1F12
(42,31,18)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #D58B63

#D58B63
(213,139,99)
#D89571
(216,149,113)
#DB9F7F
(219,159,127)
#DEA98D
(222,169,141)
#E1B39B
(225,179,155)
#E4BDA9
(228,189,169)
#E7C7B7
(231,199,183)
#EAD1C5
(234,209,197)
#EDDBD3
(237,219,211)
#F0E5E1
(240,229,225)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58B63; }

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

This text font color is #D58B63.


Background Color

.myBgColor { background-color: #D58B63; }

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

This div background color is #D58B63.


Border color

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

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

This div border color is #D58B63.


Opacity

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

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

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

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

This text has shadow with #D58B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58B63 on black background.


Color preview on white background

This text has color #D58B63 on white background.



Black color preview on #D58B63 background

This text has black color on #D58B63 background.


White color preview on #D58B63 background

This text has white color on #D58B63 background.