COLOR #681C23

HEX: #681C23 RGB: (104,28,35)

Color info

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

RGB color model

#681C23 color RGB value is (104,28,35).

RGB: (104,28,35) (41%, 11%, 14%)

RGB channels and saturation

R 104 of 255 = 41%
G 28 of 255 = 11%
B 35 of 255 = 14%

104
28
35

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

Portions of RGB colors in percentages

R + G + B = 104 + 28 + 35 = 167 (100%)
R 104 of 167 ~ 62.28%
G 28 of 167 ~ 16.77%
B 35 of 167 ~ 20.96'%

%62.28
%16.77
%20.96

CMYK color model

#681C23 color CMYK value is (0,73,66,59).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 66.35%
  • key color value is 59.22%

CMYK: (0,73,66,59)
C0M73Y66K59 (0%, 73%, 66%, 59%)
(0.00 / 0.73 / 0.66 / 0.59)

CMYK percentages

%0
%73.08
%66.35
%59.22

Codes

Color #681C23 in popluar color models

68 1C 23
RGB 104 28 35
HSL 354° 57.58% 25.88%
HSB/HSV 354° 73.08% 40.78%
CMYK 0.00% 73.08% 66.35%
59.22%

Color #681C23 in popluar number systems.

HEX 68 1C 23
Decimal 104 28 35
Binary 1101000 11100 100011
Octal 150 34 43

Shades and tints

Shades of #681C23

#681C23
(104,28,35)
#5F1A20
(95,26,32)
#56181D
(86,24,29)
#4D161A
(77,22,26)
#441417
(68,20,23)
#3B1214
(59,18,20)
#321011
(50,16,17)
#290E0E
(41,14,14)
#200C0B
(32,12,11)
#170A08
(23,10,8)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #681C23

#681C23
(104,28,35)
#753037
(117,48,55)
#82444B
(130,68,75)
#8F585F
(143,88,95)
#9C6C73
(156,108,115)
#A98087
(169,128,135)
#B6949B
(182,148,155)
#C3A8AF
(195,168,175)
#D0BCC3
(208,188,195)
#DDD0D7
(221,208,215)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #681C23 color. Also use rgb(104,28,35) instead hex code.

Text Font Color

.myTextColor { color: #681C23; }

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

This text font color is #681C23.

Background Color

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

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

This div background color is #681C23.

Border color

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

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

This div border color is #681C23.

Opacity

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

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

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

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

This text has shadow with #681C23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #681C23.

Preview

Color preview on black background

This text has color #681C23 on black background.


Color preview on white background

This text has color #681C23 on white background.


Black color preview on #681C23 background

This text has black color on #681C23 background.


White color preview on #681C23 background

This text has white color on #681C23 background.


Related colors

Complementary color

Complementary color for #hex is #97E3DC.


I love getcolorcode.com

Triadic colors

1 #23681C and #1C2368 with #681C23 are triadic colors.

2 #231C68 and #1C6823 with #681C23 are triadic colors.