COLOR #D5893A

HEX: #D5893A
RGB: (213,137,58)

Color info

#D5893A contains mainly red color. Web safe color of #D5893A is #CC9933 (or #C93).

RGB color model

#D5893A color RGB value is (213,137,58).

  • red value is 213;
  • green value is 137;
  • blue value is 58.
RGB:
(213,137,58)
(84%,54%,23%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 58 of 255 = 23%

213
137
58

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

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 58 = 408 (100%)
R 213 of 408 ~ 52.21%
G 137 of 408 ~ 33.58%
B 58 of 408 ~ 14.22%

%52.21
%33.58
%14.22

CMYK color model

#D5893A color CMYK value is (0,36,73,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(0,36,73,16)
C0M36Y73K16 
(0%,36%,73%,16%)
(0.00/0.36/0.73/0.16)	

CMYK percentages

%0
%35.68
%72.77
%16.47

Codes

Color #D5893A in popluar color models

D5893A
RGB21313758
HSL31°64.85%53.14%
HSB/HSV31°72.77%83.53%
CMYK0.00%35.68%72.77%
16.47%

Color #D5893A in popluar number systems.

HEXD5893A
Decimal21313758
Binary1101010110001001111010
Octal32521172

Shades and tints

Shades of #D5893A

#D5893A
(213,137,58)
#C27D35
(194,125,53)
#AF7130
(175,113,48)
#9C652B
(156,101,43)
#895926
(137,89,38)
#764D21
(118,77,33)
#63411C
(99,65,28)
#503517
(80,53,23)
#3D2912
(61,41,18)
#2A1D0D
(42,29,13)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #D5893A

#D5893A
(213,137,58)
#D8934B
(216,147,75)
#DB9D5C
(219,157,92)
#DEA76D
(222,167,109)
#E1B17E
(225,177,126)
#E4BB8F
(228,187,143)
#E7C5A0
(231,197,160)
#EACFB1
(234,207,177)
#EDD9C2
(237,217,194)
#F0E3D3
(240,227,211)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5893A color. Also use rgb(213,137,58) instead hex code.

Text Font Color

.myTextColor { color: #D5893A; }

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

This text font color is #D5893A.


Background Color

.myBgColor { background-color: #D5893A; }

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

This div background color is #D5893A.


Border color

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

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

This div border color is #D5893A.


Opacity

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

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

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

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

This text has shadow with #D5893A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5893A on black background.


Color preview on white background

This text has color #D5893A on white background.



Black color preview on #D5893A background

This text has black color on #D5893A background.


White color preview on #D5893A background

This text has white color on #D5893A background.