COLOR #D58C5A

HEX: #D58C5A
RGB: (213,140,90)

Color info

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

RGB color model

#D58C5A color RGB value is (213,140,90).

  • red value is 213;
  • green value is 140;
  • blue value is 90.
RGB:
(213,140,90)
(84%,55%,35%)

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 90 of 255 = 35%

213
140
90

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

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 90 = 443 (100%)
R 213 of 443 ~ 48.08%
G 140 of 443 ~ 31.6%
B 90 of 443 ~ 20.32%

%48.08
%31.6
%20.32

CMYK color model

#D58C5A color CMYK value is (0,34,58,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 57.75%
  • key color value is 16.47%
CMYK:
(0,34,58,16)
C0M34Y58K16 
(0%,34%,58%,16%)
(0.00/0.34/0.58/0.16)	

CMYK percentages

%0
%34.27
%57.75
%16.47

Codes

Color #D58C5A in popluar color models

D58C5A
RGB21314090
HSL24°59.42%59.41%
HSB/HSV24°57.75%83.53%
CMYK0.00%34.27%57.75%
16.47%

Color #D58C5A in popluar number systems.

HEXD58C5A
Decimal21314090
Binary11010101100011001011010
Octal325214132

Shades and tints

Shades of #D58C5A

#D58C5A
(213,140,90)
#C28052
(194,128,82)
#AF744A
(175,116,74)
#9C6842
(156,104,66)
#895C3A
(137,92,58)
#765032
(118,80,50)
#63442A
(99,68,42)
#503822
(80,56,34)
#3D2C1A
(61,44,26)
#2A2012
(42,32,18)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #D58C5A

#D58C5A
(213,140,90)
#D89669
(216,150,105)
#DBA078
(219,160,120)
#DEAA87
(222,170,135)
#E1B496
(225,180,150)
#E4BEA5
(228,190,165)
#E7C8B4
(231,200,180)
#EAD2C3
(234,210,195)
#EDDCD2
(237,220,210)
#F0E6E1
(240,230,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58C5A color. Also use rgb(213,140,90) instead hex code.

Text Font Color

.myTextColor { color: #D58C5A; }

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

This text font color is #D58C5A.


Background Color

.myBgColor { background-color: #D58C5A; }

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

This div background color is #D58C5A.


Border color

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

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

This div border color is #D58C5A.


Opacity

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

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

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

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

This text has shadow with #D58C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58C5A on black background.


Color preview on white background

This text has color #D58C5A on white background.



Black color preview on #D58C5A background

This text has black color on #D58C5A background.


White color preview on #D58C5A background

This text has white color on #D58C5A background.