COLOR #D59797

HEX: #D59797 RGB: (213,151,151)

Color info

#D59797 contains mainly red color. Web safe color of #D59797 is #CC9999 (or #C99).

RGB color model

#D59797 color RGB value is (213,151,151).

RGB: (213,151,151) (84%, 59%, 59%)

RGB channels and saturation

R 213 of 255 = 84%
G 151 of 255 = 59%
B 151 of 255 = 59%

213
151
151

R + G + B ~ 67%. #D59797 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 151 + 151 = 515 (100%)
R 213 of 515 ~ 41.36%
G 151 of 515 ~ 29.32%
B 151 of 515 ~ 29.32'%

%41.36
%29.32
%29.32

CMYK color model

#D59797 color CMYK value is (0,29,29,16).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 29.11%
  • key color value is 16.47%

CMYK: (0,29,29,16)
C0M29Y29K16 (0%, 29%, 29%, 16%)
(0.00 / 0.29 / 0.29 / 0.16)

CMYK percentages

%0
%29.11
%29.11
%16.47

Codes

Color #D59797 in popluar color models

D5 97 97
RGB 213 151 151
HSL 42.47% 71.37%
HSB/HSV 29.11% 83.53%
CMYK 0.00% 29.11% 29.11%
16.47%

Color #D59797 in popluar number systems.

HEX D5 97 97
Decimal 213 151 151
Binary 11010101 10010111 10010111
Octal 325 227 227

Shades and tints

Shades of #D59797

#D59797
(213,151,151)
#C28A8A
(194,138,138)
#AF7D7D
(175,125,125)
#9C7070
(156,112,112)
#896363
(137,99,99)
#765656
(118,86,86)
#634949
(99,73,73)
#503C3C
(80,60,60)
#3D2F2F
(61,47,47)
#2A2222
(42,34,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D59797

#D59797
(213,151,151)
#D8A0A0
(216,160,160)
#DBA9A9
(219,169,169)
#DEB2B2
(222,178,178)
#E1BBBB
(225,187,187)
#E4C4C4
(228,196,196)
#E7CDCD
(231,205,205)
#EAD6D6
(234,214,214)
#EDDFDF
(237,223,223)
#F0E8E8
(240,232,232)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59797; }

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

This text font color is #D59797.

Background Color

.myBgColor { background-color: #D59797; }

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

This div background color is #D59797.

Border color

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

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

This div border color is #D59797.

Opacity

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

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

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

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

This text has shadow with #D59797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59797.

Preview

Color preview on black background

This text has color #D59797 on black background.


Color preview on white background

This text has color #D59797 on white background.


Black color preview on #D59797 background

This text has black color on #D59797 background.


White color preview on #D59797 background

This text has white color on #D59797 background.


Related colors

Complementary color

Complementary color for #hex is #2A6868.


I love getcolorcode.com