COLOR #D37870

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

Color info

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

RGB color model

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

RGB: (211,120,112) (83%, 47%, 44%)

RGB channels and saturation

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

211
120
112

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

Portions of RGB colors in percentages

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

%47.63
%27.09
%25.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.13%
  • yellow value is 46.92%
  • key color value is 17.25%

CMYK: (0,43,47,17)
C0M43Y47K17 (0%, 43%, 47%, 17%)
(0.00 / 0.43 / 0.47 / 0.17)

CMYK percentages

%0
%43.13
%46.92
%17.25

Codes

Color #D37870 in popluar color models

D3 78 70
RGB 211 120 112
HSL 52.94% 63.33%
HSB/HSV 46.92% 82.75%
CMYK 0.00% 43.13% 46.92%
17.25%

Color #D37870 in popluar number systems.

HEX D3 78 70
Decimal 211 120 112
Binary 11010011 1111000 1110000
Octal 323 170 160

Shades and tints

Shades of #D37870

#D37870
(211,120,112)
#C06E66
(192,110,102)
#AD645C
(173,100,92)
#9A5A52
(154,90,82)
#875048
(135,80,72)
#74463E
(116,70,62)
#613C34
(97,60,52)
#4E322A
(78,50,42)
#3B2820
(59,40,32)
#281E16
(40,30,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #D37870

#D37870
(211,120,112)
#D7847D
(215,132,125)
#DB908A
(219,144,138)
#DF9C97
(223,156,151)
#E3A8A4
(227,168,164)
#E7B4B1
(231,180,177)
#EBC0BE
(235,192,190)
#EFCCCB
(239,204,203)
#F3D8D8
(243,216,216)
#F7E4E5
(247,228,229)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37870; }

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

This text font color is #D37870.

Background Color

.myBgColor { background-color: #D37870; }

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

This div background color is #D37870.

Border color

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

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

This div border color is #D37870.

Opacity

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

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

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

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

This text has shadow with #D37870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37870.

Preview

Color preview on black background

This text has color #D37870 on black background.


Color preview on white background

This text has color #D37870 on white background.


Black color preview on #D37870 background

This text has black color on #D37870 background.


White color preview on #D37870 background

This text has white color on #D37870 background.


Related colors

Complementary color

Complementary color for #hex is #2C878F.


I love getcolorcode.com

Triadic colors

1 #70D378 and #7870D3 with #D37870 are triadic colors.

2 #7078D3 and #78D370 with #D37870 are triadic colors.