COLOR #D7937C

HEX: #D7937C RGB: (215,147,124)

Color info

#D7937C contains mainly red color. Web safe color of #D7937C is #CC9966 (or #C96).

RGB color model

#D7937C color RGB value is (215,147,124).

RGB: (215,147,124) (84%, 58%, 49%)

RGB channels and saturation

R 215 of 255 = 84%
G 147 of 255 = 58%
B 124 of 255 = 49%

215
147
124

R + G + B ~ 64%. #D7937C is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 147 + 124 = 486 (100%)
R 215 of 486 ~ 44.24%
G 147 of 486 ~ 30.25%
B 124 of 486 ~ 25.51'%

%44.24
%30.25
%25.51

CMYK color model

#D7937C color CMYK value is (0,32,42,16).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 42.33%
  • key color value is 15.69%

CMYK: (0,32,42,16)
C0M32Y42K16 (0%, 32%, 42%, 16%)
(0.00 / 0.32 / 0.42 / 0.16)

CMYK percentages

%0
%31.63
%42.33
%15.69

Codes

Color #D7937C in popluar color models

D7 93 7C
RGB 215 147 124
HSL 15° 53.22% 66.47%
HSB/HSV 15° 42.33% 84.31%
CMYK 0.00% 31.63% 42.33%
15.69%

Color #D7937C in popluar number systems.

HEX D7 93 7C
Decimal 215 147 124
Binary 11010111 10010011 1111100
Octal 327 223 174

Shades and tints

Shades of #D7937C

#D7937C
(215,147,124)
#C48671
(196,134,113)
#B17966
(177,121,102)
#9E6C5B
(158,108,91)
#8B5F50
(139,95,80)
#785245
(120,82,69)
#65453A
(101,69,58)
#52382F
(82,56,47)
#3F2B24
(63,43,36)
#2C1E19
(44,30,25)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #D7937C

#D7937C
(215,147,124)
#DA9C87
(218,156,135)
#DDA592
(221,165,146)
#E0AE9D
(224,174,157)
#E3B7A8
(227,183,168)
#E6C0B3
(230,192,179)
#E9C9BE
(233,201,190)
#ECD2C9
(236,210,201)
#EFDBD4
(239,219,212)
#F2E4DF
(242,228,223)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7937C color. Also use rgb(215,147,124) instead hex code.

Text Font Color

.myTextColor { color: #D7937C; }

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

This text font color is #D7937C.

Background Color

.myBgColor { background-color: #D7937C; }

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

This div background color is #D7937C.

Border color

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

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

This div border color is #D7937C.

Opacity

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

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

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

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

This text has shadow with #D7937C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7937C.

Preview

Color preview on black background

This text has color #D7937C on black background.


Color preview on white background

This text has color #D7937C on white background.


Black color preview on #D7937C background

This text has black color on #D7937C background.


White color preview on #D7937C background

This text has white color on #D7937C background.


Related colors

Complementary color

Complementary color for #hex is #286C83.


I love getcolorcode.com

Triadic colors

1 #7CD793 and #937CD7 with #D7937C are triadic colors.

2 #7C93D7 and #93D77C with #D7937C are triadic colors.