COLOR #D4724A

HEX: #D4724A
RGB: (212,114,74)

Color info

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

RGB color model

#D4724A color RGB value is (212,114,74).

  • red value is 212;
  • green value is 114;
  • blue value is 74.
RGB:
(212,114,74)
(83%,45%,29%)

RGB channels and saturation

R 212 of 255 = 83%
G 114 of 255 = 45%
B 74 of 255 = 29%

212
114
74

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

Portions of RGB colors in percentages

R + G + B =
212 + 114 + 74 = 400 (100%)
R 212 of 400 ~ 53%
G 114 of 400 ~ 28.5%
B 74 of 400 ~ 18.5%

%53
%28.5
%18.5

CMYK color model

#D4724A color CMYK value is (0,46,65,17).

  • cyan value is 0.00%
  • magenta value is 46.23%
  • yellow value is 65.09%
  • key color value is 16.86%
CMYK:
(0,46,65,17)
C0M46Y65K17 
(0%,46%,65%,17%)
(0.00/0.46/0.65/0.17)	

CMYK percentages

%0
%46.23
%65.09
%16.86

Codes

Color #D4724A in popluar color models

D4724A
RGB21211474
HSL17°61.61%56.08%
HSB/HSV17°65.09%83.14%
CMYK0.00%46.23%65.09%
16.86%

Color #D4724A in popluar number systems.

HEXD4724A
Decimal21211474
Binary1101010011100101001010
Octal324162112

Shades and tints

Shades of #D4724A

#D4724A
(212,114,74)
#C16844
(193,104,68)
#AE5E3E
(174,94,62)
#9B5438
(155,84,56)
#884A32
(136,74,50)
#75402C
(117,64,44)
#623626
(98,54,38)
#4F2C20
(79,44,32)
#3C221A
(60,34,26)
#291814
(41,24,20)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #D4724A

#D4724A
(212,114,74)
#D77E5A
(215,126,90)
#DA8A6A
(218,138,106)
#DD967A
(221,150,122)
#E0A28A
(224,162,138)
#E3AE9A
(227,174,154)
#E6BAAA
(230,186,170)
#E9C6BA
(233,198,186)
#ECD2CA
(236,210,202)
#EFDEDA
(239,222,218)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4724A color. Also use rgb(212,114,74) instead hex code.

Text Font Color

.myTextColor { color: #D4724A; }

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

This text font color is #D4724A.


Background Color

.myBgColor { background-color: #D4724A; }

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

This div background color is #D4724A.


Border color

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

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

This div border color is #D4724A.


Opacity

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

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

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

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

This text has shadow with #D4724A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4724A on black background.


Color preview on white background

This text has color #D4724A on white background.



Black color preview on #D4724A background

This text has black color on #D4724A background.


White color preview on #D4724A background

This text has white color on #D4724A background.