COLOR #681829

HEX: #681829
RGB: (104,24,41)

Color info

#681829 contains mainly red color. Web safe color of #681829 is #660033 (or #603).

RGB color model

#681829 color RGB value is (104,24,41).

  • red value is 104;
  • green value is 24;
  • blue value is 41.
RGB:
(104,24,41)
(41%,9%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 24 of 255 = 9%
B 41 of 255 = 16%

104
24
41

R + G + B ~ 22%. #681829 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 24 + 41 = 169 (100%)
R 104 of 169 ~ 61.54%
G 24 of 169 ~ 14.2%
B 41 of 169 ~ 24.26%

%61.54
%14.2
%24.26

CMYK color model

#681829 color CMYK value is (0,77,61,59).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 60.58%
  • key color value is 59.22%
CMYK:
(0,77,61,59)
C0M77Y61K59 
(0%,77%,61%,59%)
(0.00/0.77/0.61/0.59)	

CMYK percentages

%0
%76.92
%60.58
%59.22

Codes

Color #681829 in popluar color models

681829
RGB1042441
HSL347°62.50%25.10%
HSB/HSV347°76.92%40.78%
CMYK0.00%76.92%60.58%
59.22%

Color #681829 in popluar number systems.

HEX681829
Decimal1042441
Binary110100011000101001
Octal1503051

Shades and tints

Shades of #681829

#681829
(104,24,41)
#5F1626
(95,22,38)
#561423
(86,20,35)
#4D1220
(77,18,32)
#44101D
(68,16,29)
#3B0E1A
(59,14,26)
#320C17
(50,12,23)
#290A14
(41,10,20)
#200811
(32,8,17)
#17060E
(23,6,14)
#0E040B
(14,4,11)
#000000
(0,0,0)

Tints of #681829

#681829
(104,24,41)
#752D3C
(117,45,60)
#82424F
(130,66,79)
#8F5762
(143,87,98)
#9C6C75
(156,108,117)
#A98188
(169,129,136)
#B6969B
(182,150,155)
#C3ABAE
(195,171,174)
#D0C0C1
(208,192,193)
#DDD5D4
(221,213,212)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681829 color. Also use rgb(104,24,41) instead hex code.

Text Font Color

.myTextColor { color: #681829; }

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

This text font color is #681829.


Background Color

.myBgColor { background-color: #681829; }

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

This div background color is #681829.


Border color

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

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

This div border color is #681829.


Opacity

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

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

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

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

This text has shadow with #681829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681829 on black background.


Color preview on white background

This text has color #681829 on white background.



Black color preview on #681829 background

This text has black color on #681829 background.


White color preview on #681829 background

This text has white color on #681829 background.