COLOR #D39394

HEX: #D39394
RGB: (211,147,148)

Color info

#D39394 contains mainly red color. Web safe color of #D39394 is #CC9999 (or #C99).

RGB color model

#D39394 color RGB value is (211,147,148).

  • red value is 211;
  • green value is 147;
  • blue value is 148.
RGB:
(211,147,148)
(83%,58%,58%)

RGB channels and saturation

R 211 of 255 = 83%
G 147 of 255 = 58%
B 148 of 255 = 58%

211
147
148

R + G + B ~ 66%. #D39394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 147 + 148 = 506 (100%)
R 211 of 506 ~ 41.7%
G 147 of 506 ~ 29.05%
B 148 of 506 ~ 29.25%

%41.7
%29.05
%29.25

CMYK color model

#D39394 color CMYK value is (0,30,30,17).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 29.86%
  • key color value is 17.25%
CMYK:
(0,30,30,17)
C0M30Y30K17 
(0%,30%,30%,17%)
(0.00/0.30/0.30/0.17)	

CMYK percentages

%0
%30.33
%29.86
%17.25

Codes

Color #D39394 in popluar color models

D39394
RGB211147148
HSL359°42.11%70.20%
HSB/HSV359°30.33%82.75%
CMYK0.00%30.33%29.86%
17.25%

Color #D39394 in popluar number systems.

HEXD39394
Decimal211147148
Binary110100111001001110010100
Octal323223224

Shades and tints

Shades of #D39394

#D39394
(211,147,148)
#C08687
(192,134,135)
#AD797A
(173,121,122)
#9A6C6D
(154,108,109)
#875F60
(135,95,96)
#745253
(116,82,83)
#614546
(97,69,70)
#4E3839
(78,56,57)
#3B2B2C
(59,43,44)
#281E1F
(40,30,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #D39394

#D39394
(211,147,148)
#D79C9D
(215,156,157)
#DBA5A6
(219,165,166)
#DFAEAF
(223,174,175)
#E3B7B8
(227,183,184)
#E7C0C1
(231,192,193)
#EBC9CA
(235,201,202)
#EFD2D3
(239,210,211)
#F3DBDC
(243,219,220)
#F7E4E5
(247,228,229)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39394 color. Also use rgb(211,147,148) instead hex code.

Text Font Color

.myTextColor { color: #D39394; }

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

This text font color is #D39394.


Background Color

.myBgColor { background-color: #D39394; }

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

This div background color is #D39394.


Border color

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

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

This div border color is #D39394.


Opacity

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

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

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

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

This text has shadow with #D39394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39394 on black background.


Color preview on white background

This text has color #D39394 on white background.



Black color preview on #D39394 background

This text has black color on #D39394 background.


White color preview on #D39394 background

This text has white color on #D39394 background.