COLOR #D38A7C

HEX: #D38A7C
RGB: (211,138,124)

Color info

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

RGB color model

#D38A7C color RGB value is (211,138,124).

  • red value is 211;
  • green value is 138;
  • blue value is 124.
RGB:
(211,138,124)
(83%,54%,49%)

RGB channels and saturation

R 211 of 255 = 83%
G 138 of 255 = 54%
B 124 of 255 = 49%

211
138
124

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

Portions of RGB colors in percentages

R + G + B =
211 + 138 + 124 = 473 (100%)
R 211 of 473 ~ 44.61%
G 138 of 473 ~ 29.18%
B 124 of 473 ~ 26.22%

%44.61
%29.18
%26.22

CMYK color model

#D38A7C color CMYK value is (0,35,41,17).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 41.23%
  • key color value is 17.25%
CMYK:
(0,35,41,17)
C0M35Y41K17 
(0%,35%,41%,17%)
(0.00/0.35/0.41/0.17)	

CMYK percentages

%0
%34.6
%41.23
%17.25

Codes

Color #D38A7C in popluar color models

D38A7C
RGB211138124
HSL10°49.71%65.69%
HSB/HSV10°41.23%82.75%
CMYK0.00%34.60%41.23%
17.25%

Color #D38A7C in popluar number systems.

HEXD38A7C
Decimal211138124
Binary11010011100010101111100
Octal323212174

Shades and tints

Shades of #D38A7C

#D38A7C
(211,138,124)
#C07E71
(192,126,113)
#AD7266
(173,114,102)
#9A665B
(154,102,91)
#875A50
(135,90,80)
#744E45
(116,78,69)
#61423A
(97,66,58)
#4E362F
(78,54,47)
#3B2A24
(59,42,36)
#281E19
(40,30,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #D38A7C

#D38A7C
(211,138,124)
#D79487
(215,148,135)
#DB9E92
(219,158,146)
#DFA89D
(223,168,157)
#E3B2A8
(227,178,168)
#E7BCB3
(231,188,179)
#EBC6BE
(235,198,190)
#EFD0C9
(239,208,201)
#F3DAD4
(243,218,212)
#F7E4DF
(247,228,223)
#FBEEEA
(251,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38A7C color. Also use rgb(211,138,124) instead hex code.

Text Font Color

.myTextColor { color: #D38A7C; }

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

This text font color is #D38A7C.


Background Color

.myBgColor { background-color: #D38A7C; }

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

This div background color is #D38A7C.


Border color

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

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

This div border color is #D38A7C.


Opacity

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

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

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

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

This text has shadow with #D38A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38A7C on black background.


Color preview on white background

This text has color #D38A7C on white background.



Black color preview on #D38A7C background

This text has black color on #D38A7C background.


White color preview on #D38A7C background

This text has white color on #D38A7C background.