COLOR #D37F4C

HEX: #D37F4C RGB: (211,127,76)

Color info

#D37F4C contains mainly red color. Web safe color of #D37F4C is #CC6633 (or #C63).

RGB color model

#D37F4C color RGB value is (211,127,76).

RGB: (211,127,76) (83%, 50%, 30%)

RGB channels and saturation

R 211 of 255 = 83%
G 127 of 255 = 50%
B 76 of 255 = 30%

211
127
76

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

Portions of RGB colors in percentages

R + G + B = 211 + 127 + 76 = 414 (100%)
R 211 of 414 ~ 50.97%
G 127 of 414 ~ 30.68%
B 76 of 414 ~ 18.36'%

%50.97
%30.68
%18.36

CMYK color model

#D37F4C color CMYK value is (0,40,64,17).

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

CMYK: (0,40,64,17)
C0M40Y64K17 (0%, 40%, 64%, 17%)
(0.00 / 0.40 / 0.64 / 0.17)

CMYK percentages

%0
%39.81
%63.98
%17.25

Codes

Color #D37F4C in popluar color models

D3 7F 4C
RGB 211 127 76
HSL 23° 60.54% 56.27%
HSB/HSV 23° 63.98% 82.75%
CMYK 0.00% 39.81% 63.98%
17.25%

Color #D37F4C in popluar number systems.

HEX D3 7F 4C
Decimal 211 127 76
Binary 11010011 1111111 1001100
Octal 323 177 114

Shades and tints

Shades of #D37F4C

#D37F4C
(211,127,76)
#C07446
(192,116,70)
#AD6940
(173,105,64)
#9A5E3A
(154,94,58)
#875334
(135,83,52)
#74482E
(116,72,46)
#613D28
(97,61,40)
#4E3222
(78,50,34)
#3B271C
(59,39,28)
#281C16
(40,28,22)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #D37F4C

#D37F4C
(211,127,76)
#D78A5C
(215,138,92)
#DB956C
(219,149,108)
#DFA07C
(223,160,124)
#E3AB8C
(227,171,140)
#E7B69C
(231,182,156)
#EBC1AC
(235,193,172)
#EFCCBC
(239,204,188)
#F3D7CC
(243,215,204)
#F7E2DC
(247,226,220)
#FBEDEC
(251,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37F4C; }

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

This text font color is #D37F4C.

Background Color

.myBgColor { background-color: #D37F4C; }

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

This div background color is #D37F4C.

Border color

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

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

This div border color is #D37F4C.

Opacity

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

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

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

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

This text has shadow with #D37F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37F4C.

Preview

Color preview on black background

This text has color #D37F4C on black background.


Color preview on white background

This text has color #D37F4C on white background.


Black color preview on #D37F4C background

This text has black color on #D37F4C background.


White color preview on #D37F4C background

This text has white color on #D37F4C background.


Related colors

Complementary color

Complementary color for #hex is #2C80B3.


I love getcolorcode.com

Triadic colors

1 #4CD37F and #7F4CD3 with #D37F4C are triadic colors.

2 #4C7FD3 and #7FD34C with #D37F4C are triadic colors.