COLOR #D38C76

HEX: #D38C76
RGB: (211,140,118)

Color info

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

RGB color model

#D38C76 color RGB value is (211,140,118).

  • red value is 211;
  • green value is 140;
  • blue value is 118.
RGB:
(211,140,118)
(83%,55%,46%)

RGB channels and saturation

R 211 of 255 = 83%
G 140 of 255 = 55%
B 118 of 255 = 46%

211
140
118

R + G + B ~ 61%. #D38C76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 140 + 118 = 469 (100%)
R 211 of 469 ~ 44.99%
G 140 of 469 ~ 29.85%
B 118 of 469 ~ 25.16%

%44.99
%29.85
%25.16

CMYK color model

#D38C76 color CMYK value is (0,34,44,17).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 44.08%
  • key color value is 17.25%
CMYK:
(0,34,44,17)
C0M34Y44K17 
(0%,34%,44%,17%)
(0.00/0.34/0.44/0.17)	

CMYK percentages

%0
%33.65
%44.08
%17.25

Codes

Color #D38C76 in popluar color models

D38C76
RGB211140118
HSL14°51.38%64.51%
HSB/HSV14°44.08%82.75%
CMYK0.00%33.65%44.08%
17.25%

Color #D38C76 in popluar number systems.

HEXD38C76
Decimal211140118
Binary11010011100011001110110
Octal323214166

Shades and tints

Shades of #D38C76

#D38C76
(211,140,118)
#C0806C
(192,128,108)
#AD7462
(173,116,98)
#9A6858
(154,104,88)
#875C4E
(135,92,78)
#745044
(116,80,68)
#61443A
(97,68,58)
#4E3830
(78,56,48)
#3B2C26
(59,44,38)
#28201C
(40,32,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #D38C76

#D38C76
(211,140,118)
#D79682
(215,150,130)
#DBA08E
(219,160,142)
#DFAA9A
(223,170,154)
#E3B4A6
(227,180,166)
#E7BEB2
(231,190,178)
#EBC8BE
(235,200,190)
#EFD2CA
(239,210,202)
#F3DCD6
(243,220,214)
#F7E6E2
(247,230,226)
#FBF0EE
(251,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38C76 color. Also use rgb(211,140,118) instead hex code.

Text Font Color

.myTextColor { color: #D38C76; }

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

This text font color is #D38C76.


Background Color

.myBgColor { background-color: #D38C76; }

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

This div background color is #D38C76.


Border color

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

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

This div border color is #D38C76.


Opacity

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

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

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

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

This text has shadow with #D38C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38C76 on black background.


Color preview on white background

This text has color #D38C76 on white background.



Black color preview on #D38C76 background

This text has black color on #D38C76 background.


White color preview on #D38C76 background

This text has white color on #D38C76 background.