COLOR #D5895C

HEX: #D5895C
RGB: (213,137,92)

Color info

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

RGB color model

#D5895C color RGB value is (213,137,92).

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

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 92 of 255 = 36%

213
137
92

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

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 92 = 442 (100%)
R 213 of 442 ~ 48.19%
G 137 of 442 ~ 31%
B 92 of 442 ~ 20.81%

%48.19
%31
%20.81

CMYK color model

#D5895C color CMYK value is (0,36,57,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 56.81%
  • key color value is 16.47%
CMYK:
(0,36,57,16)
C0M36Y57K16 
(0%,36%,57%,16%)
(0.00/0.36/0.57/0.16)	

CMYK percentages

%0
%35.68
%56.81
%16.47

Codes

Color #D5895C in popluar color models

D5895C
RGB21313792
HSL22°59.02%59.80%
HSB/HSV22°56.81%83.53%
CMYK0.00%35.68%56.81%
16.47%

Color #D5895C in popluar number systems.

HEXD5895C
Decimal21313792
Binary11010101100010011011100
Octal325211134

Shades and tints

Shades of #D5895C

#D5895C
(213,137,92)
#C27D54
(194,125,84)
#AF714C
(175,113,76)
#9C6544
(156,101,68)
#89593C
(137,89,60)
#764D34
(118,77,52)
#63412C
(99,65,44)
#503524
(80,53,36)
#3D291C
(61,41,28)
#2A1D14
(42,29,20)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #D5895C

#D5895C
(213,137,92)
#D8936A
(216,147,106)
#DB9D78
(219,157,120)
#DEA786
(222,167,134)
#E1B194
(225,177,148)
#E4BBA2
(228,187,162)
#E7C5B0
(231,197,176)
#EACFBE
(234,207,190)
#EDD9CC
(237,217,204)
#F0E3DA
(240,227,218)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5895C; }

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

This text font color is #D5895C.


Background Color

.myBgColor { background-color: #D5895C; }

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

This div background color is #D5895C.


Border color

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

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

This div border color is #D5895C.


Opacity

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

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

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

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

This text has shadow with #D5895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5895C on black background.


Color preview on white background

This text has color #D5895C on white background.



Black color preview on #D5895C background

This text has black color on #D5895C background.


White color preview on #D5895C background

This text has white color on #D5895C background.