COLOR #D79388

HEX: #D79388
RGB: (215,147,136)

Color info

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

RGB color model

#D79388 color RGB value is (215,147,136).

  • red value is 215;
  • green value is 147;
  • blue value is 136.
RGB:
(215,147,136)
(84%,58%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 147 of 255 = 58%
B 136 of 255 = 53%

215
147
136

R + G + B ~ 65%. #D79388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 147 + 136 = 498 (100%)
R 215 of 498 ~ 43.17%
G 147 of 498 ~ 29.52%
B 136 of 498 ~ 27.31%

%43.17
%29.52
%27.31

CMYK color model

#D79388 color CMYK value is (0,32,37,16).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 36.74%
  • key color value is 15.69%
CMYK:
(0,32,37,16)
C0M32Y37K16 
(0%,32%,37%,16%)
(0.00/0.32/0.37/0.16)	

CMYK percentages

%0
%31.63
%36.74
%15.69

Codes

Color #D79388 in popluar color models

D79388
RGB215147136
HSL49.69%68.82%
HSB/HSV36.74%84.31%
CMYK0.00%31.63%36.74%
15.69%

Color #D79388 in popluar number systems.

HEXD79388
Decimal215147136
Binary110101111001001110001000
Octal327223210

Shades and tints

Shades of #D79388

#D79388
(215,147,136)
#C4867C
(196,134,124)
#B17970
(177,121,112)
#9E6C64
(158,108,100)
#8B5F58
(139,95,88)
#78524C
(120,82,76)
#654540
(101,69,64)
#523834
(82,56,52)
#3F2B28
(63,43,40)
#2C1E1C
(44,30,28)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #D79388

#D79388
(215,147,136)
#DA9C92
(218,156,146)
#DDA59C
(221,165,156)
#E0AEA6
(224,174,166)
#E3B7B0
(227,183,176)
#E6C0BA
(230,192,186)
#E9C9C4
(233,201,196)
#ECD2CE
(236,210,206)
#EFDBD8
(239,219,216)
#F2E4E2
(242,228,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D79388 color. Also use rgb(215,147,136) instead hex code.

Text Font Color

.myTextColor { color: #D79388; }

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

This text font color is #D79388.


Background Color

.myBgColor { background-color: #D79388; }

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

This div background color is #D79388.


Border color

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

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

This div border color is #D79388.


Opacity

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

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

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

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

This text has shadow with #D79388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D79388 on black background.


Color preview on white background

This text has color #D79388 on white background.



Black color preview on #D79388 background

This text has black color on #D79388 background.


White color preview on #D79388 background

This text has white color on #D79388 background.