COLOR #D36414

HEX: #D36414
RGB: (211,100,20)

Color info

#D36414 contains mainly red color. Web safe color of #D36414 is #CC6600 (or #C60).

RGB color model

#D36414 color RGB value is (211,100,20).

  • red value is 211;
  • green value is 100;
  • blue value is 20.
RGB:
(211,100,20)
(83%,39%,8%)

RGB channels and saturation

R 211 of 255 = 83%
G 100 of 255 = 39%
B 20 of 255 = 8%

211
100
20

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

Portions of RGB colors in percentages

R + G + B =
211 + 100 + 20 = 331 (100%)
R 211 of 331 ~ 63.75%
G 100 of 331 ~ 30.21%
B 20 of 331 ~ 6.04%

%63.75
%30.21

CMYK color model

#D36414 color CMYK value is (0,53,91,17).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 90.52%
  • key color value is 17.25%
CMYK:
(0,53,91,17)
C0M53Y91K17 
(0%,53%,91%,17%)
(0.00/0.53/0.91/0.17)	

CMYK percentages

%0
%52.61
%90.52
%17.25

Codes

Color #D36414 in popluar color models

D36414
RGB21110020
HSL25°82.68%45.29%
HSB/HSV25°90.52%82.75%
CMYK0.00%52.61%90.52%
17.25%

Color #D36414 in popluar number systems.

HEXD36414
Decimal21110020
Binary11010011110010010100
Octal32314424

Shades and tints

Shades of #D36414

#D36414
(211,100,20)
#C05B13
(192,91,19)
#AD5212
(173,82,18)
#9A4911
(154,73,17)
#874010
(135,64,16)
#74370F
(116,55,15)
#612E0E
(97,46,14)
#4E250D
(78,37,13)
#3B1C0C
(59,28,12)
#28130B
(40,19,11)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #D36414

#D36414
(211,100,20)
#D77229
(215,114,41)
#DB803E
(219,128,62)
#DF8E53
(223,142,83)
#E39C68
(227,156,104)
#E7AA7D
(231,170,125)
#EBB892
(235,184,146)
#EFC6A7
(239,198,167)
#F3D4BC
(243,212,188)
#F7E2D1
(247,226,209)
#FBF0E6
(251,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36414 color. Also use rgb(211,100,20) instead hex code.

Text Font Color

.myTextColor { color: #D36414; }

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

This text font color is #D36414.


Background Color

.myBgColor { background-color: #D36414; }

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

This div background color is #D36414.


Border color

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

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

This div border color is #D36414.


Opacity

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

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

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

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

This text has shadow with #D36414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36414 on black background.


Color preview on white background

This text has color #D36414 on white background.



Black color preview on #D36414 background

This text has black color on #D36414 background.


White color preview on #D36414 background

This text has white color on #D36414 background.