COLOR #D38374

HEX: #D38374
RGB: (211,131,116)

Color info

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

RGB color model

#D38374 color RGB value is (211,131,116).

  • red value is 211;
  • green value is 131;
  • blue value is 116.
RGB:
(211,131,116)
(83%,51%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 131 of 255 = 51%
B 116 of 255 = 45%

211
131
116

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

Portions of RGB colors in percentages

R + G + B =
211 + 131 + 116 = 458 (100%)
R 211 of 458 ~ 46.07%
G 131 of 458 ~ 28.6%
B 116 of 458 ~ 25.33%

%46.07
%28.6
%25.33

CMYK color model

#D38374 color CMYK value is (0,38,45,17).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 45.02%
  • key color value is 17.25%
CMYK:
(0,38,45,17)
C0M38Y45K17 
(0%,38%,45%,17%)
(0.00/0.38/0.45/0.17)	

CMYK percentages

%0
%37.91
%45.02
%17.25

Codes

Color #D38374 in popluar color models

D38374
RGB211131116
HSL51.91%64.12%
HSB/HSV45.02%82.75%
CMYK0.00%37.91%45.02%
17.25%

Color #D38374 in popluar number systems.

HEXD38374
Decimal211131116
Binary11010011100000111110100
Octal323203164

Shades and tints

Shades of #D38374

#D38374
(211,131,116)
#C0786A
(192,120,106)
#AD6D60
(173,109,96)
#9A6256
(154,98,86)
#87574C
(135,87,76)
#744C42
(116,76,66)
#614138
(97,65,56)
#4E362E
(78,54,46)
#3B2B24
(59,43,36)
#28201A
(40,32,26)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #D38374

#D38374
(211,131,116)
#D78E80
(215,142,128)
#DB998C
(219,153,140)
#DFA498
(223,164,152)
#E3AFA4
(227,175,164)
#E7BAB0
(231,186,176)
#EBC5BC
(235,197,188)
#EFD0C8
(239,208,200)
#F3DBD4
(243,219,212)
#F7E6E0
(247,230,224)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38374 color. Also use rgb(211,131,116) instead hex code.

Text Font Color

.myTextColor { color: #D38374; }

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

This text font color is #D38374.


Background Color

.myBgColor { background-color: #D38374; }

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

This div background color is #D38374.


Border color

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

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

This div border color is #D38374.


Opacity

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

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

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

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

This text has shadow with #D38374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38374 on black background.


Color preview on white background

This text has color #D38374 on white background.



Black color preview on #D38374 background

This text has black color on #D38374 background.


White color preview on #D38374 background

This text has white color on #D38374 background.