COLOR #DE7324

HEX: #DE7324
RGB: (222,115,36)

Color info

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

RGB color model

#DE7324 color RGB value is (222,115,36).

  • red value is 222;
  • green value is 115;
  • blue value is 36.
RGB:
(222,115,36)
(87%,45%,14%)

RGB channels and saturation

R 222 of 255 = 87%
G 115 of 255 = 45%
B 36 of 255 = 14%

222
115
36

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

Portions of RGB colors in percentages

R + G + B =
222 + 115 + 36 = 373 (100%)
R 222 of 373 ~ 59.52%
G 115 of 373 ~ 30.83%
B 36 of 373 ~ 9.65%

%59.52
%30.83
%9.65

CMYK color model

#DE7324 color CMYK value is (0,48,84,13).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 83.78%
  • key color value is 12.94%
CMYK:
(0,48,84,13)
C0M48Y84K13 
(0%,48%,84%,13%)
(0.00/0.48/0.84/0.13)	

CMYK percentages

%0
%48.2
%83.78
%12.94

Codes

Color #DE7324 in popluar color models

DE7324
RGB22211536
HSL25°73.81%50.59%
HSB/HSV25°83.78%87.06%
CMYK0.00%48.20%83.78%
12.94%

Color #DE7324 in popluar number systems.

HEXDE7324
Decimal22211536
Binary110111101110011100100
Octal33616344

Shades and tints

Shades of #DE7324

#DE7324
(222,115,36)
#CA6921
(202,105,33)
#B65F1E
(182,95,30)
#A2551B
(162,85,27)
#8E4B18
(142,75,24)
#7A4115
(122,65,21)
#663712
(102,55,18)
#522D0F
(82,45,15)
#3E230C
(62,35,12)
#2A1909
(42,25,9)
#160F06
(22,15,6)
#000000
(0,0,0)

Tints of #DE7324

#DE7324
(222,115,36)
#E17F37
(225,127,55)
#E48B4A
(228,139,74)
#E7975D
(231,151,93)
#EAA370
(234,163,112)
#EDAF83
(237,175,131)
#F0BB96
(240,187,150)
#F3C7A9
(243,199,169)
#F6D3BC
(246,211,188)
#F9DFCF
(249,223,207)
#FCEBE2
(252,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7324 color. Also use rgb(222,115,36) instead hex code.

Text Font Color

.myTextColor { color: #DE7324; }

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

This text font color is #DE7324.


Background Color

.myBgColor { background-color: #DE7324; }

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

This div background color is #DE7324.


Border color

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

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

This div border color is #DE7324.


Opacity

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

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

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

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

This text has shadow with #DE7324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7324 on black background.


Color preview on white background

This text has color #DE7324 on white background.



Black color preview on #DE7324 background

This text has black color on #DE7324 background.


White color preview on #DE7324 background

This text has white color on #DE7324 background.