COLOR #D39565

HEX: #D39565
RGB: (211,149,101)

Color info

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

RGB color model

#D39565 color RGB value is (211,149,101).

  • red value is 211;
  • green value is 149;
  • blue value is 101.
RGB:
(211,149,101)
(83%,58%,40%)

RGB channels and saturation

R 211 of 255 = 83%
G 149 of 255 = 58%
B 101 of 255 = 40%

211
149
101

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

Portions of RGB colors in percentages

R + G + B =
211 + 149 + 101 = 461 (100%)
R 211 of 461 ~ 45.77%
G 149 of 461 ~ 32.32%
B 101 of 461 ~ 21.91%

%45.77
%32.32
%21.91

CMYK color model

#D39565 color CMYK value is (0,29,52,17).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 52.13%
  • key color value is 17.25%
CMYK:
(0,29,52,17)
C0M29Y52K17 
(0%,29%,52%,17%)
(0.00/0.29/0.52/0.17)	

CMYK percentages

%0
%29.38
%52.13
%17.25

Codes

Color #D39565 in popluar color models

D39565
RGB211149101
HSL26°55.56%61.18%
HSB/HSV26°52.13%82.75%
CMYK0.00%29.38%52.13%
17.25%

Color #D39565 in popluar number systems.

HEXD39565
Decimal211149101
Binary11010011100101011100101
Octal323225145

Shades and tints

Shades of #D39565

#D39565
(211,149,101)
#C0885C
(192,136,92)
#AD7B53
(173,123,83)
#9A6E4A
(154,110,74)
#876141
(135,97,65)
#745438
(116,84,56)
#61472F
(97,71,47)
#4E3A26
(78,58,38)
#3B2D1D
(59,45,29)
#282014
(40,32,20)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #D39565

#D39565
(211,149,101)
#D79E73
(215,158,115)
#DBA781
(219,167,129)
#DFB08F
(223,176,143)
#E3B99D
(227,185,157)
#E7C2AB
(231,194,171)
#EBCBB9
(235,203,185)
#EFD4C7
(239,212,199)
#F3DDD5
(243,221,213)
#F7E6E3
(247,230,227)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39565 color. Also use rgb(211,149,101) instead hex code.

Text Font Color

.myTextColor { color: #D39565; }

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

This text font color is #D39565.


Background Color

.myBgColor { background-color: #D39565; }

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

This div background color is #D39565.


Border color

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

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

This div border color is #D39565.


Opacity

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

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

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

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

This text has shadow with #D39565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39565 on black background.


Color preview on white background

This text has color #D39565 on white background.



Black color preview on #D39565 background

This text has black color on #D39565 background.


White color preview on #D39565 background

This text has white color on #D39565 background.