COLOR #D36971

HEX: #D36971
RGB: (211,105,113)

Color info

#D36971 contains mainly red color. Web safe color of #D36971 is #CC6666 (or #C66).

RGB color model

#D36971 color RGB value is (211,105,113).

  • red value is 211;
  • green value is 105;
  • blue value is 113.
RGB:
(211,105,113)
(83%,41%,44%)

RGB channels and saturation

R 211 of 255 = 83%
G 105 of 255 = 41%
B 113 of 255 = 44%

211
105
113

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

Portions of RGB colors in percentages

R + G + B =
211 + 105 + 113 = 429 (100%)
R 211 of 429 ~ 49.18%
G 105 of 429 ~ 24.48%
B 113 of 429 ~ 26.34%

%49.18
%24.48
%26.34

CMYK color model

#D36971 color CMYK value is (0,50,46,17).

  • cyan value is 0.00%
  • magenta value is 50.24%
  • yellow value is 46.45%
  • key color value is 17.25%
CMYK:
(0,50,46,17)
C0M50Y46K17 
(0%,50%,46%,17%)
(0.00/0.50/0.46/0.17)	

CMYK percentages

%0
%50.24
%46.45
%17.25

Codes

Color #D36971 in popluar color models

D36971
RGB211105113
HSL355°54.64%61.96%
HSB/HSV355°50.24%82.75%
CMYK0.00%50.24%46.45%
17.25%

Color #D36971 in popluar number systems.

HEXD36971
Decimal211105113
Binary1101001111010011110001
Octal323151161

Shades and tints

Shades of #D36971

#D36971
(211,105,113)
#C06067
(192,96,103)
#AD575D
(173,87,93)
#9A4E53
(154,78,83)
#874549
(135,69,73)
#743C3F
(116,60,63)
#613335
(97,51,53)
#4E2A2B
(78,42,43)
#3B2121
(59,33,33)
#281817
(40,24,23)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #D36971

#D36971
(211,105,113)
#D7767D
(215,118,125)
#DB8389
(219,131,137)
#DF9095
(223,144,149)
#E39DA1
(227,157,161)
#E7AAAD
(231,170,173)
#EBB7B9
(235,183,185)
#EFC4C5
(239,196,197)
#F3D1D1
(243,209,209)
#F7DEDD
(247,222,221)
#FBEBE9
(251,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36971 color. Also use rgb(211,105,113) instead hex code.

Text Font Color

.myTextColor { color: #D36971; }

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

This text font color is #D36971.


Background Color

.myBgColor { background-color: #D36971; }

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

This div background color is #D36971.


Border color

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

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

This div border color is #D36971.


Opacity

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

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

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

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

This text has shadow with #D36971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36971 on black background.


Color preview on white background

This text has color #D36971 on white background.



Black color preview on #D36971 background

This text has black color on #D36971 background.


White color preview on #D36971 background

This text has white color on #D36971 background.