COLOR #681811

HEX: #681811
RGB: (104,24,17)

Color info

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

RGB color model

#681811 color RGB value is (104,24,17).

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

RGB channels and saturation

R 104 of 255 = 41%
G 24 of 255 = 9%
B 17 of 255 = 7%

104
24
17

R + G + B ~ 19%. #681811 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 24 + 17 = 145 (100%)
R 104 of 145 ~ 71.72%
G 24 of 145 ~ 16.55%
B 17 of 145 ~ 11.72%

%71.72
%16.55
%11.72

CMYK color model

#681811 color CMYK value is (0,77,84,59).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 83.65%
  • key color value is 59.22%
CMYK:
(0,77,84,59)
C0M77Y84K59 
(0%,77%,84%,59%)
(0.00/0.77/0.84/0.59)	

CMYK percentages

%0
%76.92
%83.65
%59.22

Codes

Color #681811 in popluar color models

681811
RGB1042417
HSL71.90%23.73%
HSB/HSV83.65%40.78%
CMYK0.00%76.92%83.65%
59.22%

Color #681811 in popluar number systems.

HEX681811
Decimal1042417
Binary11010001100010001
Octal1503021

Shades and tints

Shades of #681811

#681811
(104,24,17)
#5F1610
(95,22,16)
#56140F
(86,20,15)
#4D120E
(77,18,14)
#44100D
(68,16,13)
#3B0E0C
(59,14,12)
#320C0B
(50,12,11)
#290A0A
(41,10,10)
#200809
(32,8,9)
#170608
(23,6,8)
#0E0407
(14,4,7)
#000000
(0,0,0)

Tints of #681811

#681811
(104,24,17)
#752D26
(117,45,38)
#82423B
(130,66,59)
#8F5750
(143,87,80)
#9C6C65
(156,108,101)
#A9817A
(169,129,122)
#B6968F
(182,150,143)
#C3ABA4
(195,171,164)
#D0C0B9
(208,192,185)
#DDD5CE
(221,213,206)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #681811; }

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

This text font color is #681811.


Background Color

.myBgColor { background-color: #681811; }

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

This div background color is #681811.


Border color

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

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

This div border color is #681811.


Opacity

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

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

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

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

This text has shadow with #681811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681811 on black background.


Color preview on white background

This text has color #681811 on white background.



Black color preview on #681811 background

This text has black color on #681811 background.


White color preview on #681811 background

This text has white color on #681811 background.