COLOR #D38F5D

HEX: #D38F5D
RGB: (211,143,93)

Color info

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

RGB color model

#D38F5D color RGB value is (211,143,93).

  • red value is 211;
  • green value is 143;
  • blue value is 93.
RGB:
(211,143,93)
(83%,56%,36%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 93 of 255 = 36%

211
143
93

R + G + B ~ 58%. #D38F5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 143 + 93 = 447 (100%)
R 211 of 447 ~ 47.2%
G 143 of 447 ~ 31.99%
B 93 of 447 ~ 20.81%

%47.2
%31.99
%20.81

CMYK color model

#D38F5D color CMYK value is (0,32,56,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 55.92%
  • key color value is 17.25%
CMYK:
(0,32,56,17)
C0M32Y56K17 
(0%,32%,56%,17%)
(0.00/0.32/0.56/0.17)	

CMYK percentages

%0
%32.23
%55.92
%17.25

Codes

Color #D38F5D in popluar color models

D38F5D
RGB21114393
HSL25°57.28%59.61%
HSB/HSV25°55.92%82.75%
CMYK0.00%32.23%55.92%
17.25%

Color #D38F5D in popluar number systems.

HEXD38F5D
Decimal21114393
Binary11010011100011111011101
Octal323217135

Shades and tints

Shades of #D38F5D

#D38F5D
(211,143,93)
#C08255
(192,130,85)
#AD754D
(173,117,77)
#9A6845
(154,104,69)
#875B3D
(135,91,61)
#744E35
(116,78,53)
#61412D
(97,65,45)
#4E3425
(78,52,37)
#3B271D
(59,39,29)
#281A15
(40,26,21)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #D38F5D

#D38F5D
(211,143,93)
#D7996B
(215,153,107)
#DBA379
(219,163,121)
#DFAD87
(223,173,135)
#E3B795
(227,183,149)
#E7C1A3
(231,193,163)
#EBCBB1
(235,203,177)
#EFD5BF
(239,213,191)
#F3DFCD
(243,223,205)
#F7E9DB
(247,233,219)
#FBF3E9
(251,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38F5D; }

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

This text font color is #D38F5D.


Background Color

.myBgColor { background-color: #D38F5D; }

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

This div background color is #D38F5D.


Border color

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

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

This div border color is #D38F5D.


Opacity

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

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

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

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

This text has shadow with #D38F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38F5D on black background.


Color preview on white background

This text has color #D38F5D on white background.



Black color preview on #D38F5D background

This text has black color on #D38F5D background.


White color preview on #D38F5D background

This text has white color on #D38F5D background.