COLOR #D37B60

HEX: #D37B60 RGB: (211,123,96)

Color info

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

RGB color model

#D37B60 color RGB value is (211,123,96).

RGB: (211,123,96) (83%, 48%, 38%)

RGB channels and saturation

R 211 of 255 = 83%
G 123 of 255 = 48%
B 96 of 255 = 38%

211
123
96

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

Portions of RGB colors in percentages

R + G + B = 211 + 123 + 96 = 430 (100%)
R 211 of 430 ~ 49.07%
G 123 of 430 ~ 28.6%
B 96 of 430 ~ 22.33'%

%49.07
%28.6
%22.33

CMYK color model

#D37B60 color CMYK value is (0,42,55,17).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 54.50%
  • key color value is 17.25%

CMYK: (0,42,55,17)
C0M42Y55K17 (0%, 42%, 55%, 17%)
(0.00 / 0.42 / 0.55 / 0.17)

CMYK percentages

%0
%41.71
%54.5
%17.25

Codes

Color #D37B60 in popluar color models

D3 7B 60
RGB 211 123 96
HSL 14° 56.65% 60.20%
HSB/HSV 14° 54.50% 82.75%
CMYK 0.00% 41.71% 54.50%
17.25%

Color #D37B60 in popluar number systems.

HEX D3 7B 60
Decimal 211 123 96
Binary 11010011 1111011 1100000
Octal 323 173 140

Shades and tints

Shades of #D37B60

#D37B60
(211,123,96)
#C07058
(192,112,88)
#AD6550
(173,101,80)
#9A5A48
(154,90,72)
#874F40
(135,79,64)
#744438
(116,68,56)
#613930
(97,57,48)
#4E2E28
(78,46,40)
#3B2320
(59,35,32)
#281818
(40,24,24)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #D37B60

#D37B60
(211,123,96)
#D7876E
(215,135,110)
#DB937C
(219,147,124)
#DF9F8A
(223,159,138)
#E3AB98
(227,171,152)
#E7B7A6
(231,183,166)
#EBC3B4
(235,195,180)
#EFCFC2
(239,207,194)
#F3DBD0
(243,219,208)
#F7E7DE
(247,231,222)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37B60 color. Also use rgb(211,123,96) instead hex code.

Text Font Color

.myTextColor { color: #D37B60; }

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

This text font color is #D37B60.

Background Color

.myBgColor { background-color: #D37B60; }

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

This div background color is #D37B60.

Border color

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

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

This div border color is #D37B60.

Opacity

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

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

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

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

This text has shadow with #D37B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37B60.

Preview

Color preview on black background

This text has color #D37B60 on black background.


Color preview on white background

This text has color #D37B60 on white background.


Black color preview on #D37B60 background

This text has black color on #D37B60 background.


White color preview on #D37B60 background

This text has white color on #D37B60 background.


Related colors

Complementary color

Complementary color for #hex is #2C849F.


I love getcolorcode.com

Triadic colors

1 #60D37B and #7B60D3 with #D37B60 are triadic colors.

2 #607BD3 and #7BD360 with #D37B60 are triadic colors.