COLOR #681D2B

HEX: #681D2B
RGB: (104,29,43)

Color info

#681D2B contains mainly red color. Web safe color of #681D2B is #663333 (or #633).

RGB color model

#681D2B color RGB value is (104,29,43).

  • red value is 104;
  • green value is 29;
  • blue value is 43.
RGB:
(104,29,43)
(41%,11%,17%)

RGB channels and saturation

R 104 of 255 = 41%
G 29 of 255 = 11%
B 43 of 255 = 17%

104
29
43

R + G + B ~ 23%. #681D2B is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 29 + 43 = 176 (100%)
R 104 of 176 ~ 59.09%
G 29 of 176 ~ 16.48%
B 43 of 176 ~ 24.43%

%59.09
%16.48
%24.43

CMYK color model

#681D2B color CMYK value is (0,72,59,59).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 58.65%
  • key color value is 59.22%
CMYK:
(0,72,59,59)
C0M72Y59K59 
(0%,72%,59%,59%)
(0.00/0.72/0.59/0.59)	

CMYK percentages

%0
%72.12
%58.65
%59.22

Codes

Color #681D2B in popluar color models

681D2B
RGB1042943
HSL349°56.39%26.08%
HSB/HSV349°72.12%40.78%
CMYK0.00%72.12%58.65%
59.22%

Color #681D2B in popluar number systems.

HEX681D2B
Decimal1042943
Binary110100011101101011
Octal1503553

Shades and tints

Shades of #681D2B

#681D2B
(104,29,43)
#5F1B28
(95,27,40)
#561925
(86,25,37)
#4D1722
(77,23,34)
#44151F
(68,21,31)
#3B131C
(59,19,28)
#321119
(50,17,25)
#290F16
(41,15,22)
#200D13
(32,13,19)
#170B10
(23,11,16)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #681D2B

#681D2B
(104,29,43)
#75313E
(117,49,62)
#824551
(130,69,81)
#8F5964
(143,89,100)
#9C6D77
(156,109,119)
#A9818A
(169,129,138)
#B6959D
(182,149,157)
#C3A9B0
(195,169,176)
#D0BDC3
(208,189,195)
#DDD1D6
(221,209,214)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681D2B color. Also use rgb(104,29,43) instead hex code.

Text Font Color

.myTextColor { color: #681D2B; }

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

This text font color is #681D2B.


Background Color

.myBgColor { background-color: #681D2B; }

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

This div background color is #681D2B.


Border color

.myBorderColor { border: 1px solid #681D2B; }

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

This div border color is #681D2B.


Opacity

.myOpacity80 { color: #681D2B; opacity: 0.8; }

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

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

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

This text has shadow with #681D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #681D2B on black background.


Color preview on white background

This text has color #681D2B on white background.



Black color preview on #681D2B background

This text has black color on #681D2B background.


White color preview on #681D2B background

This text has white color on #681D2B background.