COLOR #D38B79

HEX: #D38B79 RGB: (211,139,121)

Color info

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

RGB color model

#D38B79 color RGB value is (211,139,121).

RGB: (211,139,121) (83%, 55%, 47%)

RGB channels and saturation

R 211 of 255 = 83%
G 139 of 255 = 55%
B 121 of 255 = 47%

211
139
121

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

Portions of RGB colors in percentages

R + G + B = 211 + 139 + 121 = 471 (100%)
R 211 of 471 ~ 44.8%
G 139 of 471 ~ 29.51%
B 121 of 471 ~ 25.69'%

%44.8
%29.51
%25.69

CMYK color model

#D38B79 color CMYK value is (0,34,43,17).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 42.65%
  • key color value is 17.25%

CMYK: (0,34,43,17)
C0M34Y43K17 (0%, 34%, 43%, 17%)
(0.00 / 0.34 / 0.43 / 0.17)

CMYK percentages

%0
%34.12
%42.65
%17.25

Codes

Color #D38B79 in popluar color models

D3 8B 79
RGB 211 139 121
HSL 12° 50.56% 65.10%
HSB/HSV 12° 42.65% 82.75%
CMYK 0.00% 34.12% 42.65%
17.25%

Color #D38B79 in popluar number systems.

HEX D3 8B 79
Decimal 211 139 121
Binary 11010011 10001011 1111001
Octal 323 213 171

Shades and tints

Shades of #D38B79

#D38B79
(211,139,121)
#C07F6E
(192,127,110)
#AD7363
(173,115,99)
#9A6758
(154,103,88)
#875B4D
(135,91,77)
#744F42
(116,79,66)
#614337
(97,67,55)
#4E372C
(78,55,44)
#3B2B21
(59,43,33)
#281F16
(40,31,22)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #D38B79

#D38B79
(211,139,121)
#D79585
(215,149,133)
#DB9F91
(219,159,145)
#DFA99D
(223,169,157)
#E3B3A9
(227,179,169)
#E7BDB5
(231,189,181)
#EBC7C1
(235,199,193)
#EFD1CD
(239,209,205)
#F3DBD9
(243,219,217)
#F7E5E5
(247,229,229)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38B79 color. Also use rgb(211,139,121) instead hex code.

Text Font Color

.myTextColor { color: #D38B79; }

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

This text font color is #D38B79.

Background Color

.myBgColor { background-color: #D38B79; }

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

This div background color is #D38B79.

Border color

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

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

This div border color is #D38B79.

Opacity

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

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

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

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

This text has shadow with #D38B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38B79.

Preview

Color preview on black background

This text has color #D38B79 on black background.


Color preview on white background

This text has color #D38B79 on white background.


Black color preview on #D38B79 background

This text has black color on #D38B79 background.


White color preview on #D38B79 background

This text has white color on #D38B79 background.


Related colors

Complementary color

Complementary color for #hex is #2C7486.


I love getcolorcode.com

Triadic colors

1 #79D38B and #8B79D3 with #D38B79 are triadic colors.

2 #798BD3 and #8BD379 with #D38B79 are triadic colors.