COLOR #D37A4D

HEX: #D37A4D
RGB: (211,122,77)

Color info

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

RGB color model

#D37A4D color RGB value is (211,122,77).

  • red value is 211;
  • green value is 122;
  • blue value is 77.
RGB:
(211,122,77)
(83%,48%,30%)

RGB channels and saturation

R 211 of 255 = 83%
G 122 of 255 = 48%
B 77 of 255 = 30%

211
122
77

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

Portions of RGB colors in percentages

R + G + B =
211 + 122 + 77 = 410 (100%)
R 211 of 410 ~ 51.46%
G 122 of 410 ~ 29.76%
B 77 of 410 ~ 18.78%

%51.46
%29.76
%18.78

CMYK color model

#D37A4D color CMYK value is (0,42,64,17).

  • cyan value is 0.00%
  • magenta value is 42.18%
  • yellow value is 63.51%
  • key color value is 17.25%
CMYK:
(0,42,64,17)
C0M42Y64K17 
(0%,42%,64%,17%)
(0.00/0.42/0.64/0.17)	

CMYK percentages

%0
%42.18
%63.51
%17.25

Codes

Color #D37A4D in popluar color models

D37A4D
RGB21112277
HSL20°60.36%56.47%
HSB/HSV20°63.51%82.75%
CMYK0.00%42.18%63.51%
17.25%

Color #D37A4D in popluar number systems.

HEXD37A4D
Decimal21112277
Binary1101001111110101001101
Octal323172115

Shades and tints

Shades of #D37A4D

#D37A4D
(211,122,77)
#C06F46
(192,111,70)
#AD643F
(173,100,63)
#9A5938
(154,89,56)
#874E31
(135,78,49)
#74432A
(116,67,42)
#613823
(97,56,35)
#4E2D1C
(78,45,28)
#3B2215
(59,34,21)
#28170E
(40,23,14)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #D37A4D

#D37A4D
(211,122,77)
#D7865D
(215,134,93)
#DB926D
(219,146,109)
#DF9E7D
(223,158,125)
#E3AA8D
(227,170,141)
#E7B69D
(231,182,157)
#EBC2AD
(235,194,173)
#EFCEBD
(239,206,189)
#F3DACD
(243,218,205)
#F7E6DD
(247,230,221)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37A4D color. Also use rgb(211,122,77) instead hex code.

Text Font Color

.myTextColor { color: #D37A4D; }

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

This text font color is #D37A4D.


Background Color

.myBgColor { background-color: #D37A4D; }

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

This div background color is #D37A4D.


Border color

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

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

This div border color is #D37A4D.


Opacity

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

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

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

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

This text has shadow with #D37A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37A4D on black background.


Color preview on white background

This text has color #D37A4D on white background.



Black color preview on #D37A4D background

This text has black color on #D37A4D background.


White color preview on #D37A4D background

This text has white color on #D37A4D background.