COLOR #D59272

HEX: #D59272
RGB: (213,146,114)

Color info

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

RGB color model

#D59272 color RGB value is (213,146,114).

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

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 114 of 255 = 45%

213
146
114

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

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 114 = 473 (100%)
R 213 of 473 ~ 45.03%
G 146 of 473 ~ 30.87%
B 114 of 473 ~ 24.1%

%45.03
%30.87
%24.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.46%
  • 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
%31.46
%46.48
%16.47

Codes

Color #D59272 in popluar color models

D59272
RGB213146114
HSL19°54.10%64.12%
HSB/HSV19°46.48%83.53%
CMYK0.00%31.46%46.48%
16.47%

Color #D59272 in popluar number systems.

HEXD59272
Decimal213146114
Binary11010101100100101110010
Octal325222162

Shades and tints

Shades of #D59272

#D59272
(213,146,114)
#C28568
(194,133,104)
#AF785E
(175,120,94)
#9C6B54
(156,107,84)
#895E4A
(137,94,74)
#765140
(118,81,64)
#634436
(99,68,54)
#50372C
(80,55,44)
#3D2A22
(61,42,34)
#2A1D18
(42,29,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #D59272

#D59272
(213,146,114)
#D89B7E
(216,155,126)
#DBA48A
(219,164,138)
#DEAD96
(222,173,150)
#E1B6A2
(225,182,162)
#E4BFAE
(228,191,174)
#E7C8BA
(231,200,186)
#EAD1C6
(234,209,198)
#EDDAD2
(237,218,210)
#F0E3DE
(240,227,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59272; }

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

This text font color is #D59272.


Background Color

.myBgColor { background-color: #D59272; }

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

This div background color is #D59272.


Border color

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

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

This div border color is #D59272.


Opacity

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

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

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

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

This text has shadow with #D59272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59272 on black background.


Color preview on white background

This text has color #D59272 on white background.



Black color preview on #D59272 background

This text has black color on #D59272 background.


White color preview on #D59272 background

This text has white color on #D59272 background.