COLOR #D38F7D

HEX: #D38F7D RGB: (211,143,125)

Color info

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

RGB color model

#D38F7D color RGB value is (211,143,125).

RGB: (211,143,125) (83%, 56%, 49%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 125 of 255 = 49%

211
143
125

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

Portions of RGB colors in percentages

R + G + B = 211 + 143 + 125 = 479 (100%)
R 211 of 479 ~ 44.05%
G 143 of 479 ~ 29.85%
B 125 of 479 ~ 26.1'%

%44.05
%29.85
%26.1

CMYK color model

#D38F7D color CMYK value is (0,32,41,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK: (0,32,41,17) C0M32Y41K17 (0%,32%,41%,17%) (0.00/0.32/0.41/0.17) 

CMYK percentages

%0
%32.23
%40.76
%17.25

Codes

Color #D38F7D in popluar color models

D3 8F 7D
RGB 211 143 125
HSL 13° 49.43% 65.88%
HSB/HSV 13° 40.76% 82.75%
CMYK 0.00% 32.23% 40.76%
17.25%

Color #D38F7D in popluar number systems.

HEX D3 8F 7D
Decimal 211 143 125
Binary 11010011 10001111 1111101
Octal 323 217 175

Shades and tints

Shades of #D38F7D

#D38F7D
(211,143,125)
#C08272
(192,130,114)
#AD7567
(173,117,103)
#9A685C
(154,104,92)
#875B51
(135,91,81)
#744E46
(116,78,70)
#61413B
(97,65,59)
#4E3430
(78,52,48)
#3B2725
(59,39,37)
#281A1A
(40,26,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #D38F7D

#D38F7D
(211,143,125)
#D79988
(215,153,136)
#DBA393
(219,163,147)
#DFAD9E
(223,173,158)
#E3B7A9
(227,183,169)
#E7C1B4
(231,193,180)
#EBCBBF
(235,203,191)
#EFD5CA
(239,213,202)
#F3DFD5
(243,223,213)
#F7E9E0
(247,233,224)
#FBF3EB
(251,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38F7D color. Also use rgb(211,143,125) instead hex code.

Text Font Color

.myTextColor { color: #D38F7D; }

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

This text font color is #D38F7D.

Background Color

.myBgColor { background-color: #D38F7D; }

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

This div background color is #D38F7D.

Border color

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

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

This div border color is #D38F7D.

Opacity

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

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

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

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

This text has shadow with #D38F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38F7D.

Preview

Color preview on black background

This text has color #D38F7D on black background.


Color preview on white background

This text has color #D38F7D on white background.


Black color preview on #D38F7D background

This text has black color on #D38F7D background.


White color preview on #D38F7D background

This text has white color on #D38F7D background.


Related colors

Complementary color

Complementary color for #hex is #2C7082.


I love getcolorcode.com

Triadic colors

1 #7DD38F and #8F7DD3 with #D38F7D are triadic colors.

2 #7D8FD3 and #8FD37D with #D38F7D are triadic colors.