COLOR #681619

HEX: #681619
RGB: (104,22,25)

Color info

#681619 contains mainly red color. Web safe color of #681619 is #660000 (or #600).

RGB color model

#681619 color RGB value is (104,22,25).

  • red value is 104;
  • green value is 22;
  • blue value is 25.
RGB:
(104,22,25)
(41%,9%,10%)

RGB channels and saturation

R 104 of 255 = 41%
G 22 of 255 = 9%
B 25 of 255 = 10%

104
22
25

R + G + B ~ 20%. #681619 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 22 + 25 = 151 (100%)
R 104 of 151 ~ 68.87%
G 22 of 151 ~ 14.57%
B 25 of 151 ~ 16.56%

%68.87
%14.57
%16.56

CMYK color model

#681619 color CMYK value is (0,79,76,59).

  • cyan value is 0.00%
  • magenta value is 78.85%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(0,79,76,59)
C0M79Y76K59 
(0%,79%,76%,59%)
(0.00/0.79/0.76/0.59)	

CMYK percentages

%0
%78.85
%75.96
%59.22

Codes

Color #681619 in popluar color models

681619
RGB1042225
HSL358°65.08%24.71%
HSB/HSV358°78.85%40.78%
CMYK0.00%78.85%75.96%
59.22%

Color #681619 in popluar number systems.

HEX681619
Decimal1042225
Binary11010001011011001
Octal1502631

Shades and tints

Shades of #681619

#681619
(104,22,25)
#5F1417
(95,20,23)
#561215
(86,18,21)
#4D1013
(77,16,19)
#440E11
(68,14,17)
#3B0C0F
(59,12,15)
#320A0D
(50,10,13)
#29080B
(41,8,11)
#200609
(32,6,9)
#170407
(23,4,7)
#0E0205
(14,2,5)
#000000
(0,0,0)

Tints of #681619

#681619
(104,22,25)
#752B2D
(117,43,45)
#824041
(130,64,65)
#8F5555
(143,85,85)
#9C6A69
(156,106,105)
#A97F7D
(169,127,125)
#B69491
(182,148,145)
#C3A9A5
(195,169,165)
#D0BEB9
(208,190,185)
#DDD3CD
(221,211,205)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681619 color. Also use rgb(104,22,25) instead hex code.

Text Font Color

.myTextColor { color: #681619; }

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

This text font color is #681619.


Background Color

.myBgColor { background-color: #681619; }

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

This div background color is #681619.


Border color

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

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

This div border color is #681619.


Opacity

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

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

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

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

This text has shadow with #681619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681619 on black background.


Color preview on white background

This text has color #681619 on white background.



Black color preview on #681619 background

This text has black color on #681619 background.


White color preview on #681619 background

This text has white color on #681619 background.