COLOR #DB4A07

HEX: #DB4A07
RGB: (219,74,7)

Color info

#DB4A07 contains mainly red color. Web safe color of #DB4A07 is #CC3300 (or #C30).

RGB color model

#DB4A07 color RGB value is (219,74,7).

  • red value is 219;
  • green value is 74;
  • blue value is 7.
RGB:
(219,74,7)
(86%,29%,3%)

RGB channels and saturation

R 219 of 255 = 86%
G 74 of 255 = 29%
B 7 of 255 = 3%

219
74
7

R + G + B ~ 39%. #DB4A07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
219 + 74 + 7 = 300 (100%)
R 219 of 300 ~ 73%
G 74 of 300 ~ 24.67%
B 7 of 300 ~ 2.33%

%73
%24.67

CMYK color model

#DB4A07 color CMYK value is (0,66,97,14).

  • cyan value is 0.00%
  • magenta value is 66.21%
  • yellow value is 96.80%
  • key color value is 14.12%
CMYK:
(0,66,97,14)
C0M66Y97K14 
(0%,66%,97%,14%)
(0.00/0.66/0.97/0.14)	

CMYK percentages

%0
%66.21
%96.8
%14.12

Codes

Color #DB4A07 in popluar color models

DB4A07
RGB219747
HSL19°93.81%44.31%
HSB/HSV19°96.80%85.88%
CMYK0.00%66.21%96.80%
14.12%

Color #DB4A07 in popluar number systems.

HEXDB4A07
Decimal219747
Binary110110111001010111
Octal3331127

Shades and tints

Shades of #DB4A07

#DB4A07
(219,74,7)
#C84407
(200,68,7)
#B53E07
(181,62,7)
#A23807
(162,56,7)
#8F3207
(143,50,7)
#7C2C07
(124,44,7)
#692607
(105,38,7)
#562007
(86,32,7)
#431A07
(67,26,7)
#301407
(48,20,7)
#1D0E07
(29,14,7)
#000000
(0,0,0)

Tints of #DB4A07

#DB4A07
(219,74,7)
#DE5A1D
(222,90,29)
#E16A33
(225,106,51)
#E47A49
(228,122,73)
#E78A5F
(231,138,95)
#EA9A75
(234,154,117)
#EDAA8B
(237,170,139)
#F0BAA1
(240,186,161)
#F3CAB7
(243,202,183)
#F6DACD
(246,218,205)
#F9EAE3
(249,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB4A07 color. Also use rgb(219,74,7) instead hex code.

Text Font Color

.myTextColor { color: #DB4A07; }

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

This text font color is #DB4A07.


Background Color

.myBgColor { background-color: #DB4A07; }

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

This div background color is #DB4A07.


Border color

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

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

This div border color is #DB4A07.


Opacity

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

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

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

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

This text has shadow with #DB4A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB4A07 on black background.


Color preview on white background

This text has color #DB4A07 on white background.



Black color preview on #DB4A07 background

This text has black color on #DB4A07 background.


White color preview on #DB4A07 background

This text has white color on #DB4A07 background.