COLOR #D36553

HEX: #D36553
RGB: (211,101,83)

Color info

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

RGB color model

#D36553 color RGB value is (211,101,83).

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

RGB channels and saturation

R 211 of 255 = 83%
G 101 of 255 = 40%
B 83 of 255 = 33%

211
101
83

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

Portions of RGB colors in percentages

R + G + B =
211 + 101 + 83 = 395 (100%)
R 211 of 395 ~ 53.42%
G 101 of 395 ~ 25.57%
B 83 of 395 ~ 21.01%

%53.42
%25.57
%21.01

CMYK color model

#D36553 color CMYK value is (0,52,61,17).

  • cyan value is 0.00%
  • magenta value is 52.13%
  • yellow value is 60.66%
  • key color value is 17.25%
CMYK:
(0,52,61,17)
C0M52Y61K17 
(0%,52%,61%,17%)
(0.00/0.52/0.61/0.17)	

CMYK percentages

%0
%52.13
%60.66
%17.25

Codes

Color #D36553 in popluar color models

D36553
RGB21110183
HSL59.26%57.65%
HSB/HSV60.66%82.75%
CMYK0.00%52.13%60.66%
17.25%

Color #D36553 in popluar number systems.

HEXD36553
Decimal21110183
Binary1101001111001011010011
Octal323145123

Shades and tints

Shades of #D36553

#D36553
(211,101,83)
#C05C4C
(192,92,76)
#AD5345
(173,83,69)
#9A4A3E
(154,74,62)
#874137
(135,65,55)
#743830
(116,56,48)
#612F29
(97,47,41)
#4E2622
(78,38,34)
#3B1D1B
(59,29,27)
#281414
(40,20,20)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #D36553

#D36553
(211,101,83)
#D77362
(215,115,98)
#DB8171
(219,129,113)
#DF8F80
(223,143,128)
#E39D8F
(227,157,143)
#E7AB9E
(231,171,158)
#EBB9AD
(235,185,173)
#EFC7BC
(239,199,188)
#F3D5CB
(243,213,203)
#F7E3DA
(247,227,218)
#FBF1E9
(251,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D36553; }

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

This text font color is #D36553.


Background Color

.myBgColor { background-color: #D36553; }

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

This div background color is #D36553.


Border color

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

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

This div border color is #D36553.


Opacity

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

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

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

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

This text has shadow with #D36553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36553 on black background.


Color preview on white background

This text has color #D36553 on white background.



Black color preview on #D36553 background

This text has black color on #D36553 background.


White color preview on #D36553 background

This text has white color on #D36553 background.