COLOR #D38957

HEX: #D38957
RGB: (211,137,87)

Color info

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

RGB color model

#D38957 color RGB value is (211,137,87).

  • red value is 211;
  • green value is 137;
  • blue value is 87.
RGB:
(211,137,87)
(83%,54%,34%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 87 of 255 = 34%

211
137
87

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

Portions of RGB colors in percentages

R + G + B =
211 + 137 + 87 = 435 (100%)
R 211 of 435 ~ 48.51%
G 137 of 435 ~ 31.49%
B 87 of 435 ~ 20%

%48.51
%31.49
%20

CMYK color model

#D38957 color CMYK value is (0,35,59,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 58.77%
  • key color value is 17.25%
CMYK:
(0,35,59,17)
C0M35Y59K17 
(0%,35%,59%,17%)
(0.00/0.35/0.59/0.17)	

CMYK percentages

%0
%35.07
%58.77
%17.25

Codes

Color #D38957 in popluar color models

D38957
RGB21113787
HSL24°58.49%58.43%
HSB/HSV24°58.77%82.75%
CMYK0.00%35.07%58.77%
17.25%

Color #D38957 in popluar number systems.

HEXD38957
Decimal21113787
Binary11010011100010011010111
Octal323211127

Shades and tints

Shades of #D38957

#D38957
(211,137,87)
#C07D50
(192,125,80)
#AD7149
(173,113,73)
#9A6542
(154,101,66)
#87593B
(135,89,59)
#744D34
(116,77,52)
#61412D
(97,65,45)
#4E3526
(78,53,38)
#3B291F
(59,41,31)
#281D18
(40,29,24)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #D38957

#D38957
(211,137,87)
#D79366
(215,147,102)
#DB9D75
(219,157,117)
#DFA784
(223,167,132)
#E3B193
(227,177,147)
#E7BBA2
(231,187,162)
#EBC5B1
(235,197,177)
#EFCFC0
(239,207,192)
#F3D9CF
(243,217,207)
#F7E3DE
(247,227,222)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38957 color. Also use rgb(211,137,87) instead hex code.

Text Font Color

.myTextColor { color: #D38957; }

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

This text font color is #D38957.


Background Color

.myBgColor { background-color: #D38957; }

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

This div background color is #D38957.


Border color

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

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

This div border color is #D38957.


Opacity

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

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

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

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

This text has shadow with #D38957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38957 on black background.


Color preview on white background

This text has color #D38957 on white background.



Black color preview on #D38957 background

This text has black color on #D38957 background.


White color preview on #D38957 background

This text has white color on #D38957 background.