COLOR #D37949

HEX: #D37949 RGB: (211,121,73)

Color info

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

RGB color model

#D37949 color RGB value is (211,121,73).

RGB: (211,121,73) (83%, 47%, 29%)

RGB channels and saturation

R 211 of 255 = 83%
G 121 of 255 = 47%
B 73 of 255 = 29%

211
121
73

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

Portions of RGB colors in percentages

R + G + B = 211 + 121 + 73 = 405 (100%)
R 211 of 405 ~ 52.1%
G 121 of 405 ~ 29.88%
B 73 of 405 ~ 18.02'%

%52.1
%29.88
%18.02

CMYK color model

#D37949 color CMYK value is (0,43,65,17).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 65.40%
  • key color value is 17.25%

CMYK: (0,43,65,17)
C0M43Y65K17 (0%, 43%, 65%, 17%)
(0.00 / 0.43 / 0.65 / 0.17)

CMYK percentages

%0
%42.65
%65.4
%17.25

Codes

Color #D37949 in popluar color models

D3 79 49
RGB 211 121 73
HSL 21° 61.06% 55.69%
HSB/HSV 21° 65.40% 82.75%
CMYK 0.00% 42.65% 65.40%
17.25%

Color #D37949 in popluar number systems.

HEX D3 79 49
Decimal 211 121 73
Binary 11010011 1111001 1001001
Octal 323 171 111

Shades and tints

Shades of #D37949

#D37949
(211,121,73)
#C06E43
(192,110,67)
#AD633D
(173,99,61)
#9A5837
(154,88,55)
#874D31
(135,77,49)
#74422B
(116,66,43)
#613725
(97,55,37)
#4E2C1F
(78,44,31)
#3B2119
(59,33,25)
#281613
(40,22,19)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #D37949

#D37949
(211,121,73)
#D78559
(215,133,89)
#DB9169
(219,145,105)
#DF9D79
(223,157,121)
#E3A989
(227,169,137)
#E7B599
(231,181,153)
#EBC1A9
(235,193,169)
#EFCDB9
(239,205,185)
#F3D9C9
(243,217,201)
#F7E5D9
(247,229,217)
#FBF1E9
(251,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37949 color. Also use rgb(211,121,73) instead hex code.

Text Font Color

.myTextColor { color: #D37949; }

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

This text font color is #D37949.

Background Color

.myBgColor { background-color: #D37949; }

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

This div background color is #D37949.

Border color

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

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

This div border color is #D37949.

Opacity

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

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

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

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

This text has shadow with #D37949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37949.

Preview

Color preview on black background

This text has color #D37949 on black background.


Color preview on white background

This text has color #D37949 on white background.


Black color preview on #D37949 background

This text has black color on #D37949 background.


White color preview on #D37949 background

This text has white color on #D37949 background.


Related colors

Complementary color

Complementary color for #hex is #2C86B6.


I love getcolorcode.com

Triadic colors

1 #49D379 and #7949D3 with #D37949 are triadic colors.

2 #4979D3 and #79D349 with #D37949 are triadic colors.