COLOR #DB746F

HEX: #DB746F
RGB: (219,116,111)

Color info

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

RGB color model

#DB746F color RGB value is (219,116,111).

  • red value is 219;
  • green value is 116;
  • blue value is 111.
RGB:
(219,116,111)
(86%,45%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 116 of 255 = 45%
B 111 of 255 = 44%

219
116
111

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

Portions of RGB colors in percentages

R + G + B =
219 + 116 + 111 = 446 (100%)
R 219 of 446 ~ 49.1%
G 116 of 446 ~ 26.01%
B 111 of 446 ~ 24.89%

%49.1
%26.01
%24.89

CMYK color model

#DB746F color CMYK value is (0,47,49,14).

  • cyan value is 0.00%
  • magenta value is 47.03%
  • yellow value is 49.32%
  • key color value is 14.12%
CMYK:
(0,47,49,14)
C0M47Y49K14 
(0%,47%,49%,14%)
(0.00/0.47/0.49/0.14)	

CMYK percentages

%0
%47.03
%49.32
%14.12

Codes

Color #DB746F in popluar color models

DB746F
RGB219116111
HSL60.00%64.71%
HSB/HSV49.32%85.88%
CMYK0.00%47.03%49.32%
14.12%

Color #DB746F in popluar number systems.

HEXDB746F
Decimal219116111
Binary1101101111101001101111
Octal333164157

Shades and tints

Shades of #DB746F

#DB746F
(219,116,111)
#C86A65
(200,106,101)
#B5605B
(181,96,91)
#A25651
(162,86,81)
#8F4C47
(143,76,71)
#7C423D
(124,66,61)
#693833
(105,56,51)
#562E29
(86,46,41)
#43241F
(67,36,31)
#301A15
(48,26,21)
#1D100B
(29,16,11)
#000000
(0,0,0)

Tints of #DB746F

#DB746F
(219,116,111)
#DE807C
(222,128,124)
#E18C89
(225,140,137)
#E49896
(228,152,150)
#E7A4A3
(231,164,163)
#EAB0B0
(234,176,176)
#EDBCBD
(237,188,189)
#F0C8CA
(240,200,202)
#F3D4D7
(243,212,215)
#F6E0E4
(246,224,228)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB746F color. Also use rgb(219,116,111) instead hex code.

Text Font Color

.myTextColor { color: #DB746F; }

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

This text font color is #DB746F.


Background Color

.myBgColor { background-color: #DB746F; }

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

This div background color is #DB746F.


Border color

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

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

This div border color is #DB746F.


Opacity

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

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

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

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

This text has shadow with #DB746F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB746F on black background.


Color preview on white background

This text has color #DB746F on white background.



Black color preview on #DB746F background

This text has black color on #DB746F background.


White color preview on #DB746F background

This text has white color on #DB746F background.