COLOR #D49180

HEX: #D49180
RGB: (212,145,128)

Color info

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

RGB color model

#D49180 color RGB value is (212,145,128).

  • red value is 212;
  • green value is 145;
  • blue value is 128.
RGB:
(212,145,128)
(83%,57%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 128 of 255 = 50%

212
145
128

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

Portions of RGB colors in percentages

R + G + B =
212 + 145 + 128 = 485 (100%)
R 212 of 485 ~ 43.71%
G 145 of 485 ~ 29.9%
B 128 of 485 ~ 26.39%

%43.71
%29.9
%26.39

CMYK color model

#D49180 color CMYK value is (0,32,40,17).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(0,32,40,17)
C0M32Y40K17 
(0%,32%,40%,17%)
(0.00/0.32/0.40/0.17)	

CMYK percentages

%0
%31.6
%39.62
%16.86

Codes

Color #D49180 in popluar color models

D49180
RGB212145128
HSL12°49.41%66.67%
HSB/HSV12°39.62%83.14%
CMYK0.00%31.60%39.62%
16.86%

Color #D49180 in popluar number systems.

HEXD49180
Decimal212145128
Binary110101001001000110000000
Octal324221200

Shades and tints

Shades of #D49180

#D49180
(212,145,128)
#C18475
(193,132,117)
#AE776A
(174,119,106)
#9B6A5F
(155,106,95)
#885D54
(136,93,84)
#755049
(117,80,73)
#62433E
(98,67,62)
#4F3633
(79,54,51)
#3C2928
(60,41,40)
#291C1D
(41,28,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #D49180

#D49180
(212,145,128)
#D79B8B
(215,155,139)
#DAA596
(218,165,150)
#DDAFA1
(221,175,161)
#E0B9AC
(224,185,172)
#E3C3B7
(227,195,183)
#E6CDC2
(230,205,194)
#E9D7CD
(233,215,205)
#ECE1D8
(236,225,216)
#EFEBE3
(239,235,227)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49180 color. Also use rgb(212,145,128) instead hex code.

Text Font Color

.myTextColor { color: #D49180; }

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

This text font color is #D49180.


Background Color

.myBgColor { background-color: #D49180; }

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

This div background color is #D49180.


Border color

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

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

This div border color is #D49180.


Opacity

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

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

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

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

This text has shadow with #D49180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49180 on black background.


Color preview on white background

This text has color #D49180 on white background.



Black color preview on #D49180 background

This text has black color on #D49180 background.


White color preview on #D49180 background

This text has white color on #D49180 background.