COLOR #680820

HEX: #680820 RGB: (104,8,32)

Color info

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

RGB color model

#680820 color RGB value is (104,8,32).

RGB: (104,8,32) (41%, 3%, 13%)

RGB channels and saturation

R 104 of 255 = 41%
G 8 of 255 = 3%
B 32 of 255 = 13%

104
8
32

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

Portions of RGB colors in percentages

R + G + B = 104 + 8 + 32 = 144 (100%)
R 104 of 144 ~ 72.22%
G 8 of 144 ~ 5.56%
B 32 of 144 ~ 22.22'%

%72.22
%22.22

CMYK color model

#680820 color CMYK value is (0,92,69,59).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 69.23%
  • key color value is 59.22%
CMYK: (0,92,69,59) C0M92Y69K59 (0%,92%,69%,59%) (0.00/0.92/0.69/0.59) 

CMYK percentages

%0
%92.31
%69.23
%59.22

Codes

Color #680820 in popluar color models

68 08 20
RGB 104 8 32
HSL 345° 85.71% 21.96%
HSB/HSV 345° 92.31% 40.78%
CMYK 0.00% 92.31% 69.23%
59.22%

Color #680820 in popluar number systems.

HEX 68 08 20
Decimal 104 8 32
Binary 1101000 1000 100000
Octal 150 10 40

Shades and tints

Shades of #680820

#680820
(104,8,32)
#5F081E
(95,8,30)
#56081C
(86,8,28)
#4D081A
(77,8,26)
#440818
(68,8,24)
#3B0816
(59,8,22)
#320814
(50,8,20)
#290812
(41,8,18)
#200810
(32,8,16)
#17080E
(23,8,14)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #680820

#680820
(104,8,32)
#751E34
(117,30,52)
#823448
(130,52,72)
#8F4A5C
(143,74,92)
#9C6070
(156,96,112)
#A97684
(169,118,132)
#B68C98
(182,140,152)
#C3A2AC
(195,162,172)
#D0B8C0
(208,184,192)
#DDCED4
(221,206,212)
#EAE4E8
(234,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680820 color. Also use rgb(104,8,32) instead hex code.

Text Font Color

.myTextColor { color: #680820; }

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

This text font color is #680820.

Background Color

.myBgColor { background-color: #680820; }

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

This div background color is #680820.

Border color

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

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

This div border color is #680820.

Opacity

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

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

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

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

This text has shadow with #680820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #680820.

Preview

Color preview on black background

This text has color #680820 on black background.


Color preview on white background

This text has color #680820 on white background.


Black color preview on #680820 background

This text has black color on #680820 background.


White color preview on #680820 background

This text has white color on #680820 background.


Related colors

Complementary color

Complementary color for #hex is #97F7DF.


I love getcolorcode.com

Triadic colors

1 #206808 and #082068 with #680820 are triadic colors.

2 #200868 and #086820 with #680820 are triadic colors.