COLOR #DB7F3F

HEX: #DB7F3F
RGB: (219,127,63)

Color info

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

RGB color model

#DB7F3F color RGB value is (219,127,63).

  • red value is 219;
  • green value is 127;
  • blue value is 63.
RGB:
(219,127,63)
(86%,50%,25%)

RGB channels and saturation

R 219 of 255 = 86%
G 127 of 255 = 50%
B 63 of 255 = 25%

219
127
63

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

Portions of RGB colors in percentages

R + G + B =
219 + 127 + 63 = 409 (100%)
R 219 of 409 ~ 53.55%
G 127 of 409 ~ 31.05%
B 63 of 409 ~ 15.4%

%53.55
%31.05
%15.4

CMYK color model

#DB7F3F color CMYK value is (0,42,71,14).

  • cyan value is 0.00%
  • magenta value is 42.01%
  • yellow value is 71.23%
  • key color value is 14.12%
CMYK:
(0,42,71,14)
C0M42Y71K14 
(0%,42%,71%,14%)
(0.00/0.42/0.71/0.14)	

CMYK percentages

%0
%42.01
%71.23
%14.12

Codes

Color #DB7F3F in popluar color models

DB7F3F
RGB21912763
HSL25°68.42%55.29%
HSB/HSV25°71.23%85.88%
CMYK0.00%42.01%71.23%
14.12%

Color #DB7F3F in popluar number systems.

HEXDB7F3F
Decimal21912763
Binary110110111111111111111
Octal33317777

Shades and tints

Shades of #DB7F3F

#DB7F3F
(219,127,63)
#C8743A
(200,116,58)
#B56935
(181,105,53)
#A25E30
(162,94,48)
#8F532B
(143,83,43)
#7C4826
(124,72,38)
#693D21
(105,61,33)
#56321C
(86,50,28)
#432717
(67,39,23)
#301C12
(48,28,18)
#1D110D
(29,17,13)
#000000
(0,0,0)

Tints of #DB7F3F

#DB7F3F
(219,127,63)
#DE8A50
(222,138,80)
#E19561
(225,149,97)
#E4A072
(228,160,114)
#E7AB83
(231,171,131)
#EAB694
(234,182,148)
#EDC1A5
(237,193,165)
#F0CCB6
(240,204,182)
#F3D7C7
(243,215,199)
#F6E2D8
(246,226,216)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7F3F color. Also use rgb(219,127,63) instead hex code.

Text Font Color

.myTextColor { color: #DB7F3F; }

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

This text font color is #DB7F3F.


Background Color

.myBgColor { background-color: #DB7F3F; }

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

This div background color is #DB7F3F.


Border color

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

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

This div border color is #DB7F3F.


Opacity

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

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

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

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

This text has shadow with #DB7F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7F3F on black background.


Color preview on white background

This text has color #DB7F3F on white background.



Black color preview on #DB7F3F background

This text has black color on #DB7F3F background.


White color preview on #DB7F3F background

This text has white color on #DB7F3F background.