COLOR #DF7058

HEX: #DF7058
RGB: (223,112,88)

Color info

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

RGB color model

#DF7058 color RGB value is (223,112,88).

  • red value is 223;
  • green value is 112;
  • blue value is 88.
RGB:
(223,112,88)
(87%,44%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 112 of 255 = 44%
B 88 of 255 = 35%

223
112
88

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

Portions of RGB colors in percentages

R + G + B =
223 + 112 + 88 = 423 (100%)
R 223 of 423 ~ 52.72%
G 112 of 423 ~ 26.48%
B 88 of 423 ~ 20.8%

%52.72
%26.48
%20.8

CMYK color model

#DF7058 color CMYK value is (0,50,61,13).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 60.54%
  • key color value is 12.55%
CMYK:
(0,50,61,13)
C0M50Y61K13 
(0%,50%,61%,13%)
(0.00/0.50/0.61/0.13)	

CMYK percentages

%0
%49.78
%60.54
%12.55

Codes

Color #DF7058 in popluar color models

DF7058
RGB22311288
HSL11°67.84%60.98%
HSB/HSV11°60.54%87.45%
CMYK0.00%49.78%60.54%
12.55%

Color #DF7058 in popluar number systems.

HEXDF7058
Decimal22311288
Binary1101111111100001011000
Octal337160130

Shades and tints

Shades of #DF7058

#DF7058
(223,112,88)
#CB6650
(203,102,80)
#B75C48
(183,92,72)
#A35240
(163,82,64)
#8F4838
(143,72,56)
#7B3E30
(123,62,48)
#673428
(103,52,40)
#532A20
(83,42,32)
#3F2018
(63,32,24)
#2B1610
(43,22,16)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #DF7058

#DF7058
(223,112,88)
#E17D67
(225,125,103)
#E38A76
(227,138,118)
#E59785
(229,151,133)
#E7A494
(231,164,148)
#E9B1A3
(233,177,163)
#EBBEB2
(235,190,178)
#EDCBC1
(237,203,193)
#EFD8D0
(239,216,208)
#F1E5DF
(241,229,223)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7058 color. Also use rgb(223,112,88) instead hex code.

Text Font Color

.myTextColor { color: #DF7058; }

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

This text font color is #DF7058.


Background Color

.myBgColor { background-color: #DF7058; }

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

This div background color is #DF7058.


Border color

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

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

This div border color is #DF7058.


Opacity

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

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

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

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

This text has shadow with #DF7058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7058 on black background.


Color preview on white background

This text has color #DF7058 on white background.



Black color preview on #DF7058 background

This text has black color on #DF7058 background.


White color preview on #DF7058 background

This text has white color on #DF7058 background.