COLOR #D7936E

HEX: #D7936E RGB: (215,147,110)

Color info

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

RGB color model

#D7936E color RGB value is (215,147,110).

RGB: (215,147,110) (84%, 58%, 43%)

RGB channels and saturation

R 215 of 255 = 84%
G 147 of 255 = 58%
B 110 of 255 = 43%

215
147
110

R + G + B ~ 62%. #D7936E is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 147 + 110 = 472 (100%)
R 215 of 472 ~ 45.55%
G 147 of 472 ~ 31.14%
B 110 of 472 ~ 23.31'%

%45.55
%31.14
%23.31

CMYK color model

#D7936E color CMYK value is (0,32,49,16).

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

CMYK: (0,32,49,16)
C0M32Y49K16 (0%, 32%, 49%, 16%)
(0.00 / 0.32 / 0.49 / 0.16)

CMYK percentages

%0
%31.63
%48.84
%15.69

Codes

Color #D7936E in popluar color models

D7 93 6E
RGB 215 147 110
HSL 21° 56.76% 63.73%
HSB/HSV 21° 48.84% 84.31%
CMYK 0.00% 31.63% 48.84%
15.69%

Color #D7936E in popluar number systems.

HEX D7 93 6E
Decimal 215 147 110
Binary 11010111 10010011 1101110
Octal 327 223 156

Shades and tints

Shades of #D7936E

#D7936E
(215,147,110)
#C48664
(196,134,100)
#B1795A
(177,121,90)
#9E6C50
(158,108,80)
#8B5F46
(139,95,70)
#78523C
(120,82,60)
#654532
(101,69,50)
#523828
(82,56,40)
#3F2B1E
(63,43,30)
#2C1E14
(44,30,20)
#19110A
(25,17,10)
#000000
(0,0,0)

Tints of #D7936E

#D7936E
(215,147,110)
#DA9C7B
(218,156,123)
#DDA588
(221,165,136)
#E0AE95
(224,174,149)
#E3B7A2
(227,183,162)
#E6C0AF
(230,192,175)
#E9C9BC
(233,201,188)
#ECD2C9
(236,210,201)
#EFDBD6
(239,219,214)
#F2E4E3
(242,228,227)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7936E; }

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

This text font color is #D7936E.

Background Color

.myBgColor { background-color: #D7936E; }

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

This div background color is #D7936E.

Border color

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

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

This div border color is #D7936E.

Opacity

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

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

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

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

This text has shadow with #D7936E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7936E.

Preview

Color preview on black background

This text has color #D7936E on black background.


Color preview on white background

This text has color #D7936E on white background.


Black color preview on #D7936E background

This text has black color on #D7936E background.


White color preview on #D7936E background

This text has white color on #D7936E background.


Related colors

Complementary color

Complementary color for #hex is #286C91.


I love getcolorcode.com

Triadic colors

1 #6ED793 and #936ED7 with #D7936E are triadic colors.

2 #6E93D7 and #93D76E with #D7936E are triadic colors.