COLOR #D49875

HEX: #D49875
RGB: (212,152,117)

Color info

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

RGB color model

#D49875 color RGB value is (212,152,117).

  • red value is 212;
  • green value is 152;
  • blue value is 117.
RGB:
(212,152,117)
(83%,60%,46%)

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 117 of 255 = 46%

212
152
117

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

Portions of RGB colors in percentages

R + G + B =
212 + 152 + 117 = 481 (100%)
R 212 of 481 ~ 44.07%
G 152 of 481 ~ 31.6%
B 117 of 481 ~ 24.32%

%44.07
%31.6
%24.32

CMYK color model

#D49875 color CMYK value is (0,28,45,17).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 44.81%
  • key color value is 16.86%
CMYK:
(0,28,45,17)
C0M28Y45K17 
(0%,28%,45%,17%)
(0.00/0.28/0.45/0.17)	

CMYK percentages

%0
%28.3
%44.81
%16.86

Codes

Color #D49875 in popluar color models

D49875
RGB212152117
HSL22°52.49%64.51%
HSB/HSV22°44.81%83.14%
CMYK0.00%28.30%44.81%
16.86%

Color #D49875 in popluar number systems.

HEXD49875
Decimal212152117
Binary11010100100110001110101
Octal324230165

Shades and tints

Shades of #D49875

#D49875
(212,152,117)
#C18B6B
(193,139,107)
#AE7E61
(174,126,97)
#9B7157
(155,113,87)
#88644D
(136,100,77)
#755743
(117,87,67)
#624A39
(98,74,57)
#4F3D2F
(79,61,47)
#3C3025
(60,48,37)
#29231B
(41,35,27)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #D49875

#D49875
(212,152,117)
#D7A181
(215,161,129)
#DAAA8D
(218,170,141)
#DDB399
(221,179,153)
#E0BCA5
(224,188,165)
#E3C5B1
(227,197,177)
#E6CEBD
(230,206,189)
#E9D7C9
(233,215,201)
#ECE0D5
(236,224,213)
#EFE9E1
(239,233,225)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49875 color. Also use rgb(212,152,117) instead hex code.

Text Font Color

.myTextColor { color: #D49875; }

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

This text font color is #D49875.


Background Color

.myBgColor { background-color: #D49875; }

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

This div background color is #D49875.


Border color

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

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

This div border color is #D49875.


Opacity

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

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

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

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

This text has shadow with #D49875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49875 on black background.


Color preview on white background

This text has color #D49875 on white background.



Black color preview on #D49875 background

This text has black color on #D49875 background.


White color preview on #D49875 background

This text has white color on #D49875 background.