COLOR #D36B27

HEX: #D36B27
RGB: (211,107,39)

Color info

#D36B27 contains mainly red color. Web safe color of #D36B27 is #CC6633 (or #C63).

RGB color model

#D36B27 color RGB value is (211,107,39).

  • red value is 211;
  • green value is 107;
  • blue value is 39.
RGB:
(211,107,39)
(83%,42%,15%)

RGB channels and saturation

R 211 of 255 = 83%
G 107 of 255 = 42%
B 39 of 255 = 15%

211
107
39

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

Portions of RGB colors in percentages

R + G + B =
211 + 107 + 39 = 357 (100%)
R 211 of 357 ~ 59.1%
G 107 of 357 ~ 29.97%
B 39 of 357 ~ 10.92%

%59.1
%29.97
%10.92

CMYK color model

#D36B27 color CMYK value is (0,49,82,17).

  • cyan value is 0.00%
  • magenta value is 49.29%
  • yellow value is 81.52%
  • key color value is 17.25%
CMYK:
(0,49,82,17)
C0M49Y82K17 
(0%,49%,82%,17%)
(0.00/0.49/0.82/0.17)	

CMYK percentages

%0
%49.29
%81.52
%17.25

Codes

Color #D36B27 in popluar color models

D36B27
RGB21110739
HSL24°68.80%49.02%
HSB/HSV24°81.52%82.75%
CMYK0.00%49.29%81.52%
17.25%

Color #D36B27 in popluar number systems.

HEXD36B27
Decimal21110739
Binary110100111101011100111
Octal32315347

Shades and tints

Shades of #D36B27

#D36B27
(211,107,39)
#C06224
(192,98,36)
#AD5921
(173,89,33)
#9A501E
(154,80,30)
#87471B
(135,71,27)
#743E18
(116,62,24)
#613515
(97,53,21)
#4E2C12
(78,44,18)
#3B230F
(59,35,15)
#281A0C
(40,26,12)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #D36B27

#D36B27
(211,107,39)
#D7783A
(215,120,58)
#DB854D
(219,133,77)
#DF9260
(223,146,96)
#E39F73
(227,159,115)
#E7AC86
(231,172,134)
#EBB999
(235,185,153)
#EFC6AC
(239,198,172)
#F3D3BF
(243,211,191)
#F7E0D2
(247,224,210)
#FBEDE5
(251,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36B27 color. Also use rgb(211,107,39) instead hex code.

Text Font Color

.myTextColor { color: #D36B27; }

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

This text font color is #D36B27.


Background Color

.myBgColor { background-color: #D36B27; }

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

This div background color is #D36B27.


Border color

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

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

This div border color is #D36B27.


Opacity

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

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

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

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

This text has shadow with #D36B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36B27 on black background.


Color preview on white background

This text has color #D36B27 on white background.



Black color preview on #D36B27 background

This text has black color on #D36B27 background.


White color preview on #D36B27 background

This text has white color on #D36B27 background.