COLOR #D59177

HEX: #D59177
RGB: (213,145,119)

Color info

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

RGB color model

#D59177 color RGB value is (213,145,119).

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

RGB channels and saturation

R 213 of 255 = 84%
G 145 of 255 = 57%
B 119 of 255 = 47%

213
145
119

R + G + B ~ 63%. #D59177 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 145 + 119 = 477 (100%)
R 213 of 477 ~ 44.65%
G 145 of 477 ~ 30.4%
B 119 of 477 ~ 24.95%

%44.65
%30.4
%24.95

CMYK color model

#D59177 color CMYK value is (0,32,44,16).

  • cyan value is 0.00%
  • magenta value is 31.92%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(0,32,44,16)
C0M32Y44K16 
(0%,32%,44%,16%)
(0.00/0.32/0.44/0.16)	

CMYK percentages

%0
%31.92
%44.13
%16.47

Codes

Color #D59177 in popluar color models

D59177
RGB213145119
HSL17°52.81%65.10%
HSB/HSV17°44.13%83.53%
CMYK0.00%31.92%44.13%
16.47%

Color #D59177 in popluar number systems.

HEXD59177
Decimal213145119
Binary11010101100100011110111
Octal325221167

Shades and tints

Shades of #D59177

#D59177
(213,145,119)
#C2846D
(194,132,109)
#AF7763
(175,119,99)
#9C6A59
(156,106,89)
#895D4F
(137,93,79)
#765045
(118,80,69)
#63433B
(99,67,59)
#503631
(80,54,49)
#3D2927
(61,41,39)
#2A1C1D
(42,28,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #D59177

#D59177
(213,145,119)
#D89B83
(216,155,131)
#DBA58F
(219,165,143)
#DEAF9B
(222,175,155)
#E1B9A7
(225,185,167)
#E4C3B3
(228,195,179)
#E7CDBF
(231,205,191)
#EAD7CB
(234,215,203)
#EDE1D7
(237,225,215)
#F0EBE3
(240,235,227)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59177; }

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

This text font color is #D59177.


Background Color

.myBgColor { background-color: #D59177; }

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

This div background color is #D59177.


Border color

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

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

This div border color is #D59177.


Opacity

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

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

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

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

This text has shadow with #D59177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59177 on black background.


Color preview on white background

This text has color #D59177 on white background.



Black color preview on #D59177 background

This text has black color on #D59177 background.


White color preview on #D59177 background

This text has white color on #D59177 background.