COLOR #D37F77

HEX: #D37F77 RGB: (211,127,119)

Color info

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

RGB color model

#D37F77 color RGB value is (211,127,119).

RGB: (211,127,119) (83%, 50%, 47%)

RGB channels and saturation

R 211 of 255 = 83%
G 127 of 255 = 50%
B 119 of 255 = 47%

211
127
119

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

Portions of RGB colors in percentages

R + G + B = 211 + 127 + 119 = 457 (100%)
R 211 of 457 ~ 46.17%
G 127 of 457 ~ 27.79%
B 119 of 457 ~ 26.04'%

%46.17
%27.79
%26.04

CMYK color model

#D37F77 color CMYK value is (0,40,44,17).

  • cyan value is 0.00%
  • magenta value is 39.81%
  • yellow value is 43.60%
  • key color value is 17.25%

CMYK: (0,40,44,17)
C0M40Y44K17 (0%, 40%, 44%, 17%)
(0.00 / 0.40 / 0.44 / 0.17)

CMYK percentages

%0
%39.81
%43.6
%17.25

Codes

Color #D37F77 in popluar color models

D3 7F 77
RGB 211 127 119
HSL 51.11% 64.71%
HSB/HSV 43.60% 82.75%
CMYK 0.00% 39.81% 43.60%
17.25%

Color #D37F77 in popluar number systems.

HEX D3 7F 77
Decimal 211 127 119
Binary 11010011 1111111 1110111
Octal 323 177 167

Shades and tints

Shades of #D37F77

#D37F77
(211,127,119)
#C0746D
(192,116,109)
#AD6963
(173,105,99)
#9A5E59
(154,94,89)
#87534F
(135,83,79)
#744845
(116,72,69)
#613D3B
(97,61,59)
#4E3231
(78,50,49)
#3B2727
(59,39,39)
#281C1D
(40,28,29)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D37F77

#D37F77
(211,127,119)
#D78A83
(215,138,131)
#DB958F
(219,149,143)
#DFA09B
(223,160,155)
#E3ABA7
(227,171,167)
#E7B6B3
(231,182,179)
#EBC1BF
(235,193,191)
#EFCCCB
(239,204,203)
#F3D7D7
(243,215,215)
#F7E2E3
(247,226,227)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37F77 color. Also use rgb(211,127,119) instead hex code.

Text Font Color

.myTextColor { color: #D37F77; }

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

This text font color is #D37F77.

Background Color

.myBgColor { background-color: #D37F77; }

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

This div background color is #D37F77.

Border color

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

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

This div border color is #D37F77.

Opacity

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

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

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

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

This text has shadow with #D37F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37F77.

Preview

Color preview on black background

This text has color #D37F77 on black background.


Color preview on white background

This text has color #D37F77 on white background.


Black color preview on #D37F77 background

This text has black color on #D37F77 background.


White color preview on #D37F77 background

This text has white color on #D37F77 background.


Related colors

Complementary color

Complementary color for #hex is #2C8088.


I love getcolorcode.com

Triadic colors

1 #77D37F and #7F77D3 with #D37F77 are triadic colors.

2 #777FD3 and #7FD377 with #D37F77 are triadic colors.