COLOR #D39E74

HEX: #D39E74
RGB: (211,158,116)

Color info

#D39E74 contains mainly red and green colors. Web safe color of #D39E74 is #CC9966 (or #C96).

RGB color model

#D39E74 color RGB value is (211,158,116).

  • red value is 211;
  • green value is 158;
  • blue value is 116.
RGB:
(211,158,116)
(83%,62%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 116 of 255 = 45%

211
158
116

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

Portions of RGB colors in percentages

R + G + B =
211 + 158 + 116 = 485 (100%)
R 211 of 485 ~ 43.51%
G 158 of 485 ~ 32.58%
B 116 of 485 ~ 23.92%

%43.51
%32.58
%23.92

CMYK color model

#D39E74 color CMYK value is (0,25,45,17).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 45.02%
  • key color value is 17.25%
CMYK:
(0,25,45,17)
C0M25Y45K17 
(0%,25%,45%,17%)
(0.00/0.25/0.45/0.17)	

CMYK percentages

%0
%25.12
%45.02
%17.25

Codes

Color #D39E74 in popluar color models

D39E74
RGB211158116
HSL27°51.91%64.12%
HSB/HSV27°45.02%82.75%
CMYK0.00%25.12%45.02%
17.25%

Color #D39E74 in popluar number systems.

HEXD39E74
Decimal211158116
Binary11010011100111101110100
Octal323236164

Shades and tints

Shades of #D39E74

#D39E74
(211,158,116)
#C0906A
(192,144,106)
#AD8260
(173,130,96)
#9A7456
(154,116,86)
#87664C
(135,102,76)
#745842
(116,88,66)
#614A38
(97,74,56)
#4E3C2E
(78,60,46)
#3B2E24
(59,46,36)
#28201A
(40,32,26)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #D39E74

#D39E74
(211,158,116)
#D7A680
(215,166,128)
#DBAE8C
(219,174,140)
#DFB698
(223,182,152)
#E3BEA4
(227,190,164)
#E7C6B0
(231,198,176)
#EBCEBC
(235,206,188)
#EFD6C8
(239,214,200)
#F3DED4
(243,222,212)
#F7E6E0
(247,230,224)
#FBEEEC
(251,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39E74 color. Also use rgb(211,158,116) instead hex code.

Text Font Color

.myTextColor { color: #D39E74; }

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

This text font color is #D39E74.


Background Color

.myBgColor { background-color: #D39E74; }

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

This div background color is #D39E74.


Border color

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

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

This div border color is #D39E74.


Opacity

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

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

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

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

This text has shadow with #D39E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39E74 on black background.


Color preview on white background

This text has color #D39E74 on white background.



Black color preview on #D39E74 background

This text has black color on #D39E74 background.


White color preview on #D39E74 background

This text has white color on #D39E74 background.