COLOR #D37078

HEX: #D37078
RGB: (211,112,120)

Color info

#D37078 contains mainly red color. Web safe color of #D37078 is #CC6666 (or #C66).

RGB color model

#D37078 color RGB value is (211,112,120).

  • red value is 211;
  • green value is 112;
  • blue value is 120.
RGB:
(211,112,120)
(83%,44%,47%)

RGB channels and saturation

R 211 of 255 = 83%
G 112 of 255 = 44%
B 120 of 255 = 47%

211
112
120

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

Portions of RGB colors in percentages

R + G + B =
211 + 112 + 120 = 443 (100%)
R 211 of 443 ~ 47.63%
G 112 of 443 ~ 25.28%
B 120 of 443 ~ 27.09%

%47.63
%25.28
%27.09

CMYK color model

#D37078 color CMYK value is (0,47,43,17).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 43.13%
  • key color value is 17.25%
CMYK:
(0,47,43,17)
C0M47Y43K17 
(0%,47%,43%,17%)
(0.00/0.47/0.43/0.17)	

CMYK percentages

%0
%46.92
%43.13
%17.25

Codes

Color #D37078 in popluar color models

D37078
RGB211112120
HSL355°52.94%63.33%
HSB/HSV355°46.92%82.75%
CMYK0.00%46.92%43.13%
17.25%

Color #D37078 in popluar number systems.

HEXD37078
Decimal211112120
Binary1101001111100001111000
Octal323160170

Shades and tints

Shades of #D37078

#D37078
(211,112,120)
#C0666E
(192,102,110)
#AD5C64
(173,92,100)
#9A525A
(154,82,90)
#874850
(135,72,80)
#743E46
(116,62,70)
#61343C
(97,52,60)
#4E2A32
(78,42,50)
#3B2028
(59,32,40)
#28161E
(40,22,30)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #D37078

#D37078
(211,112,120)
#D77D84
(215,125,132)
#DB8A90
(219,138,144)
#DF979C
(223,151,156)
#E3A4A8
(227,164,168)
#E7B1B4
(231,177,180)
#EBBEC0
(235,190,192)
#EFCBCC
(239,203,204)
#F3D8D8
(243,216,216)
#F7E5E4
(247,229,228)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37078 color. Also use rgb(211,112,120) instead hex code.

Text Font Color

.myTextColor { color: #D37078; }

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

This text font color is #D37078.


Background Color

.myBgColor { background-color: #D37078; }

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

This div background color is #D37078.


Border color

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

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

This div border color is #D37078.


Opacity

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

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

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

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

This text has shadow with #D37078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37078 on black background.


Color preview on white background

This text has color #D37078 on white background.



Black color preview on #D37078 background

This text has black color on #D37078 background.


White color preview on #D37078 background

This text has white color on #D37078 background.