COLOR #D18E2E

HEX: #D18E2E
RGB: (209,142,46)

Color info

#D18E2E contains mainly red color. Web safe color of #D18E2E is #CC9933 (or #C93).

RGB color model

#D18E2E color RGB value is (209,142,46).

  • red value is 209;
  • green value is 142;
  • blue value is 46.
RGB:
(209,142,46)
(82%,56%,18%)

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 46 of 255 = 18%

209
142
46

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

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 46 = 397 (100%)
R 209 of 397 ~ 52.64%
G 142 of 397 ~ 35.77%
B 46 of 397 ~ 11.59%

%52.64
%35.77
%11.59

CMYK color model

#D18E2E color CMYK value is (0,32,78,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 77.99%
  • key color value is 18.04%
CMYK:
(0,32,78,18)
C0M32Y78K18 
(0%,32%,78%,18%)
(0.00/0.32/0.78/0.18)	

CMYK percentages

%0
%32.06
%77.99
%18.04

Codes

Color #D18E2E in popluar color models

D18E2E
RGB20914246
HSL35°63.92%50.00%
HSB/HSV35°77.99%81.96%
CMYK0.00%32.06%77.99%
18.04%

Color #D18E2E in popluar number systems.

HEXD18E2E
Decimal20914246
Binary1101000110001110101110
Octal32121656

Shades and tints

Shades of #D18E2E

#D18E2E
(209,142,46)
#BE822A
(190,130,42)
#AB7626
(171,118,38)
#986A22
(152,106,34)
#855E1E
(133,94,30)
#72521A
(114,82,26)
#5F4616
(95,70,22)
#4C3A12
(76,58,18)
#392E0E
(57,46,14)
#26220A
(38,34,10)
#131606
(19,22,6)
#000000
(0,0,0)

Tints of #D18E2E

#D18E2E
(209,142,46)
#D59841
(213,152,65)
#D9A254
(217,162,84)
#DDAC67
(221,172,103)
#E1B67A
(225,182,122)
#E5C08D
(229,192,141)
#E9CAA0
(233,202,160)
#EDD4B3
(237,212,179)
#F1DEC6
(241,222,198)
#F5E8D9
(245,232,217)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18E2E color. Also use rgb(209,142,46) instead hex code.

Text Font Color

.myTextColor { color: #D18E2E; }

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

This text font color is #D18E2E.


Background Color

.myBgColor { background-color: #D18E2E; }

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

This div background color is #D18E2E.


Border color

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

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

This div border color is #D18E2E.


Opacity

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

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

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

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

This text has shadow with #D18E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18E2E on black background.


Color preview on white background

This text has color #D18E2E on white background.



Black color preview on #D18E2E background

This text has black color on #D18E2E background.


White color preview on #D18E2E background

This text has white color on #D18E2E background.