COLOR #DF6952

HEX: #DF6952
RGB: (223,105,82)

Color info

#DF6952 contains mainly red color. Web safe color of #DF6952 is #CC6666 (or #C66).

RGB color model

#DF6952 color RGB value is (223,105,82).

  • red value is 223;
  • green value is 105;
  • blue value is 82.
RGB:
(223,105,82)
(87%,41%,32%)

RGB channels and saturation

R 223 of 255 = 87%
G 105 of 255 = 41%
B 82 of 255 = 32%

223
105
82

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

Portions of RGB colors in percentages

R + G + B =
223 + 105 + 82 = 410 (100%)
R 223 of 410 ~ 54.39%
G 105 of 410 ~ 25.61%
B 82 of 410 ~ 20%

%54.39
%25.61
%20

CMYK color model

#DF6952 color CMYK value is (0,53,63,13).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 63.23%
  • key color value is 12.55%
CMYK:
(0,53,63,13)
C0M53Y63K13 
(0%,53%,63%,13%)
(0.00/0.53/0.63/0.13)	

CMYK percentages

%0
%52.91
%63.23
%12.55

Codes

Color #DF6952 in popluar color models

DF6952
RGB22310582
HSL10°68.78%59.80%
HSB/HSV10°63.23%87.45%
CMYK0.00%52.91%63.23%
12.55%

Color #DF6952 in popluar number systems.

HEXDF6952
Decimal22310582
Binary1101111111010011010010
Octal337151122

Shades and tints

Shades of #DF6952

#DF6952
(223,105,82)
#CB604B
(203,96,75)
#B75744
(183,87,68)
#A34E3D
(163,78,61)
#8F4536
(143,69,54)
#7B3C2F
(123,60,47)
#673328
(103,51,40)
#532A21
(83,42,33)
#3F211A
(63,33,26)
#2B1813
(43,24,19)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #DF6952

#DF6952
(223,105,82)
#E17661
(225,118,97)
#E38370
(227,131,112)
#E5907F
(229,144,127)
#E79D8E
(231,157,142)
#E9AA9D
(233,170,157)
#EBB7AC
(235,183,172)
#EDC4BB
(237,196,187)
#EFD1CA
(239,209,202)
#F1DED9
(241,222,217)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6952 color. Also use rgb(223,105,82) instead hex code.

Text Font Color

.myTextColor { color: #DF6952; }

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

This text font color is #DF6952.


Background Color

.myBgColor { background-color: #DF6952; }

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

This div background color is #DF6952.


Border color

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

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

This div border color is #DF6952.


Opacity

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

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

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

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

This text has shadow with #DF6952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6952 on black background.


Color preview on white background

This text has color #DF6952 on white background.



Black color preview on #DF6952 background

This text has black color on #DF6952 background.


White color preview on #DF6952 background

This text has white color on #DF6952 background.