COLOR #D59977

HEX: #D59977
RGB: (213,153,119)

Color info

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

RGB color model

#D59977 color RGB value is (213,153,119).

  • red value is 213;
  • green value is 153;
  • blue value is 119.
RGB:
(213,153,119)
(84%,60%,47%)

RGB channels and saturation

R 213 of 255 = 84%
G 153 of 255 = 60%
B 119 of 255 = 47%

213
153
119

R + G + B ~ 64%. #D59977 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 153 + 119 = 485 (100%)
R 213 of 485 ~ 43.92%
G 153 of 485 ~ 31.55%
B 119 of 485 ~ 24.54%

%43.92
%31.55
%24.54

CMYK color model

#D59977 color CMYK value is (0,28,44,16).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,28,44,16)
C0M28Y44K16 
(0%,28%,44%,16%)
(0.00/0.28/0.44/0.16)	

CMYK percentages

%0
%28.17
%44.13
%16.47

Codes

Color #D59977 in popluar color models

D59977
RGB213153119
HSL22°52.81%65.10%
HSB/HSV22°44.13%83.53%
CMYK0.00%28.17%44.13%
16.47%

Color #D59977 in popluar number systems.

HEXD59977
Decimal213153119
Binary11010101100110011110111
Octal325231167

Shades and tints

Shades of #D59977

#D59977
(213,153,119)
#C28C6D
(194,140,109)
#AF7F63
(175,127,99)
#9C7259
(156,114,89)
#89654F
(137,101,79)
#765845
(118,88,69)
#634B3B
(99,75,59)
#503E31
(80,62,49)
#3D3127
(61,49,39)
#2A241D
(42,36,29)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #D59977

#D59977
(213,153,119)
#D8A283
(216,162,131)
#DBAB8F
(219,171,143)
#DEB49B
(222,180,155)
#E1BDA7
(225,189,167)
#E4C6B3
(228,198,179)
#E7CFBF
(231,207,191)
#EAD8CB
(234,216,203)
#EDE1D7
(237,225,215)
#F0EAE3
(240,234,227)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59977 color. Also use rgb(213,153,119) instead hex code.

Text Font Color

.myTextColor { color: #D59977; }

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

This text font color is #D59977.


Background Color

.myBgColor { background-color: #D59977; }

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

This div background color is #D59977.


Border color

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

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

This div border color is #D59977.


Opacity

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

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

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

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

This text has shadow with #D59977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59977 on black background.


Color preview on white background

This text has color #D59977 on white background.



Black color preview on #D59977 background

This text has black color on #D59977 background.


White color preview on #D59977 background

This text has white color on #D59977 background.