COLOR #D59472

HEX: #D59472
RGB: (213,148,114)

Color info

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

RGB color model

#D59472 color RGB value is (213,148,114).

  • red value is 213;
  • green value is 148;
  • blue value is 114.
RGB:
(213,148,114)
(84%,58%,45%)

RGB channels and saturation

R 213 of 255 = 84%
G 148 of 255 = 58%
B 114 of 255 = 45%

213
148
114

R + G + B ~ 62%. #D59472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 148 + 114 = 475 (100%)
R 213 of 475 ~ 44.84%
G 148 of 475 ~ 31.16%
B 114 of 475 ~ 24%

%44.84
%31.16
%24

CMYK color model

#D59472 color CMYK value is (0,31,46,16).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 46.48%
  • key color value is 16.47%
CMYK:
(0,31,46,16)
C0M31Y46K16 
(0%,31%,46%,16%)
(0.00/0.31/0.46/0.16)	

CMYK percentages

%0
%30.52
%46.48
%16.47

Codes

Color #D59472 in popluar color models

D59472
RGB213148114
HSL21°54.10%64.12%
HSB/HSV21°46.48%83.53%
CMYK0.00%30.52%46.48%
16.47%

Color #D59472 in popluar number systems.

HEXD59472
Decimal213148114
Binary11010101100101001110010
Octal325224162

Shades and tints

Shades of #D59472

#D59472
(213,148,114)
#C28768
(194,135,104)
#AF7A5E
(175,122,94)
#9C6D54
(156,109,84)
#89604A
(137,96,74)
#765340
(118,83,64)
#634636
(99,70,54)
#50392C
(80,57,44)
#3D2C22
(61,44,34)
#2A1F18
(42,31,24)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #D59472

#D59472
(213,148,114)
#D89D7E
(216,157,126)
#DBA68A
(219,166,138)
#DEAF96
(222,175,150)
#E1B8A2
(225,184,162)
#E4C1AE
(228,193,174)
#E7CABA
(231,202,186)
#EAD3C6
(234,211,198)
#EDDCD2
(237,220,210)
#F0E5DE
(240,229,222)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59472; }

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

This text font color is #D59472.


Background Color

.myBgColor { background-color: #D59472; }

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

This div background color is #D59472.


Border color

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

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

This div border color is #D59472.


Opacity

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

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

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

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

This text has shadow with #D59472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59472 on black background.


Color preview on white background

This text has color #D59472 on white background.



Black color preview on #D59472 background

This text has black color on #D59472 background.


White color preview on #D59472 background

This text has white color on #D59472 background.