COLOR #680222

HEX: #680222 RGB: (104,2,34)

Color info

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

RGB color model

#680222 color RGB value is (104,2,34).

RGB: (104,2,34) (41%, 1%, 13%)

RGB channels and saturation

R 104 of 255 = 41%
G 2 of 255 = 1%
B 34 of 255 = 13%

104
2
34

R + G + B ~ 18%. #680222 is dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 2 + 34 = 140 (100%)
R 104 of 140 ~ 74.29%
G 2 of 140 ~ 1.43%
B 34 of 140 ~ 24.29'%

%74.29
%24.29

CMYK color model

#680222 color CMYK value is (0,98,67,59).

  • cyan value is 0.00%
  • magenta value is 98.08%
  • yellow value is 67.31%
  • key color value is 59.22%

CMYK: (0,98,67,59)
C0M98Y67K59 (0%, 98%, 67%, 59%)
(0.00 / 0.98 / 0.67 / 0.59)

CMYK percentages

%0
%98.08
%67.31
%59.22

Codes

Color #680222 in popluar color models

68 02 22
RGB 104 2 34
HSL 341° 96.23% 20.78%
HSB/HSV 341° 98.08% 40.78%
CMYK 0.00% 98.08% 67.31%
59.22%

Color #680222 in popluar number systems.

HEX 68 02 22
Decimal 104 2 34
Binary 1101000 10 100010
Octal 150 2 42

Shades and tints

Shades of #680222

#680222
(104,2,34)
#5F021F
(95,2,31)
#56021C
(86,2,28)
#4D0219
(77,2,25)
#440216
(68,2,22)
#3B0213
(59,2,19)
#320210
(50,2,16)
#29020D
(41,2,13)
#20020A
(32,2,10)
#170207
(23,2,7)
#0E0204
(14,2,4)
#000000
(0,0,0)

Tints of #680222

#680222
(104,2,34)
#751936
(117,25,54)
#82304A
(130,48,74)
#8F475E
(143,71,94)
#9C5E72
(156,94,114)
#A97586
(169,117,134)
#B68C9A
(182,140,154)
#C3A3AE
(195,163,174)
#D0BAC2
(208,186,194)
#DDD1D6
(221,209,214)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680222 color. Also use rgb(104,2,34) instead hex code.

Text Font Color

.myTextColor { color: #680222; }

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

This text font color is #680222.

Background Color

.myBgColor { background-color: #680222; }

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

This div background color is #680222.

Border color

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

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

This div border color is #680222.

Opacity

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

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

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

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

This text has shadow with #680222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #680222.

Preview

Color preview on black background

This text has color #680222 on black background.


Color preview on white background

This text has color #680222 on white background.


Black color preview on #680222 background

This text has black color on #680222 background.


White color preview on #680222 background

This text has white color on #680222 background.


Related colors

Complementary color

Complementary color for #hex is #97FDDD.


I love getcolorcode.com

Triadic colors

1 #226802 and #022268 with #680222 are triadic colors.

2 #220268 and #026822 with #680222 are triadic colors.