COLOR #DB7641

HEX: #DB7641
RGB: (219,118,65)

Color info

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

RGB color model

#DB7641 color RGB value is (219,118,65).

  • red value is 219;
  • green value is 118;
  • blue value is 65.
RGB:
(219,118,65)
(86%,46%,25%)

RGB channels and saturation

R 219 of 255 = 86%
G 118 of 255 = 46%
B 65 of 255 = 25%

219
118
65

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

Portions of RGB colors in percentages

R + G + B =
219 + 118 + 65 = 402 (100%)
R 219 of 402 ~ 54.48%
G 118 of 402 ~ 29.35%
B 65 of 402 ~ 16.17%

%54.48
%29.35
%16.17

CMYK color model

#DB7641 color CMYK value is (0,46,70,14).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 70.32%
  • key color value is 14.12%
CMYK:
(0,46,70,14)
C0M46Y70K14 
(0%,46%,70%,14%)
(0.00/0.46/0.70/0.14)	

CMYK percentages

%0
%46.12
%70.32
%14.12

Codes

Color #DB7641 in popluar color models

DB7641
RGB21911865
HSL21°68.14%55.69%
HSB/HSV21°70.32%85.88%
CMYK0.00%46.12%70.32%
14.12%

Color #DB7641 in popluar number systems.

HEXDB7641
Decimal21911865
Binary1101101111101101000001
Octal333166101

Shades and tints

Shades of #DB7641

#DB7641
(219,118,65)
#C86C3C
(200,108,60)
#B56237
(181,98,55)
#A25832
(162,88,50)
#8F4E2D
(143,78,45)
#7C4428
(124,68,40)
#693A23
(105,58,35)
#56301E
(86,48,30)
#432619
(67,38,25)
#301C14
(48,28,20)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #DB7641

#DB7641
(219,118,65)
#DE8252
(222,130,82)
#E18E63
(225,142,99)
#E49A74
(228,154,116)
#E7A685
(231,166,133)
#EAB296
(234,178,150)
#EDBEA7
(237,190,167)
#F0CAB8
(240,202,184)
#F3D6C9
(243,214,201)
#F6E2DA
(246,226,218)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7641 color. Also use rgb(219,118,65) instead hex code.

Text Font Color

.myTextColor { color: #DB7641; }

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

This text font color is #DB7641.


Background Color

.myBgColor { background-color: #DB7641; }

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

This div background color is #DB7641.


Border color

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

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

This div border color is #DB7641.


Opacity

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

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

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

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

This text has shadow with #DB7641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7641 on black background.


Color preview on white background

This text has color #DB7641 on white background.



Black color preview on #DB7641 background

This text has black color on #DB7641 background.


White color preview on #DB7641 background

This text has white color on #DB7641 background.