COLOR #D36E04

HEX: #D36E04
RGB: (211,110,4)

Color info

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

RGB color model

#D36E04 color RGB value is (211,110,4).

  • red value is 211;
  • green value is 110;
  • blue value is 4.
RGB:
(211,110,4)
(83%,43%,2%)

RGB channels and saturation

R 211 of 255 = 83%
G 110 of 255 = 43%
B 4 of 255 = 2%

211
110
4

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

Portions of RGB colors in percentages

R + G + B =
211 + 110 + 4 = 325 (100%)
R 211 of 325 ~ 64.92%
G 110 of 325 ~ 33.85%
B 4 of 325 ~ 1.23%

%64.92
%33.85

CMYK color model

#D36E04 color CMYK value is (0,48,98,17).

  • cyan value is 0.00%
  • magenta value is 47.87%
  • yellow value is 98.10%
  • key color value is 17.25%
CMYK:
(0,48,98,17)
C0M48Y98K17 
(0%,48%,98%,17%)
(0.00/0.48/0.98/0.17)	

CMYK percentages

%0
%47.87
%98.1
%17.25

Codes

Color #D36E04 in popluar color models

D36E04
RGB2111104
HSL31°96.28%42.16%
HSB/HSV31°98.10%82.75%
CMYK0.00%47.87%98.10%
17.25%

Color #D36E04 in popluar number systems.

HEXD36E04
Decimal2111104
Binary110100111101110100
Octal3231564

Shades and tints

Shades of #D36E04

#D36E04
(211,110,4)
#C06404
(192,100,4)
#AD5A04
(173,90,4)
#9A5004
(154,80,4)
#874604
(135,70,4)
#743C04
(116,60,4)
#613204
(97,50,4)
#4E2804
(78,40,4)
#3B1E04
(59,30,4)
#281404
(40,20,4)
#150A04
(21,10,4)
#000000
(0,0,0)

Tints of #D36E04

#D36E04
(211,110,4)
#D77B1A
(215,123,26)
#DB8830
(219,136,48)
#DF9546
(223,149,70)
#E3A25C
(227,162,92)
#E7AF72
(231,175,114)
#EBBC88
(235,188,136)
#EFC99E
(239,201,158)
#F3D6B4
(243,214,180)
#F7E3CA
(247,227,202)
#FBF0E0
(251,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36E04 color. Also use rgb(211,110,4) instead hex code.

Text Font Color

.myTextColor { color: #D36E04; }

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

This text font color is #D36E04.


Background Color

.myBgColor { background-color: #D36E04; }

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

This div background color is #D36E04.


Border color

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

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

This div border color is #D36E04.


Opacity

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

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

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

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

This text has shadow with #D36E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36E04 on black background.


Color preview on white background

This text has color #D36E04 on white background.



Black color preview on #D36E04 background

This text has black color on #D36E04 background.


White color preview on #D36E04 background

This text has white color on #D36E04 background.