COLOR #682121

HEX: #682121 RGB: (104,33,33)

Color info

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

RGB color model

#682121 color RGB value is (104,33,33).

RGB: (104,33,33) (41%, 13%, 13%)

RGB channels and saturation

R 104 of 255 = 41%
G 33 of 255 = 13%
B 33 of 255 = 13%

104
33
33

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

Portions of RGB colors in percentages

R + G + B = 104 + 33 + 33 = 170 (100%)
R 104 of 170 ~ 61.18%
G 33 of 170 ~ 19.41%
B 33 of 170 ~ 19.41'%

%61.18
%19.41
%19.41

CMYK color model

#682121 color CMYK value is (0,68,68,59).

  • cyan value is 0.00%
  • magenta value is 68.27%
  • yellow value is 68.27%
  • key color value is 59.22%

CMYK: (0,68,68,59)
C0M68Y68K59 (0%, 68%, 68%, 59%)
(0.00 / 0.68 / 0.68 / 0.59)

CMYK percentages

%0
%68.27
%68.27
%59.22

Codes

Color #682121 in popluar color models

68 21 21
RGB 104 33 33
HSL 51.82% 26.86%
HSB/HSV 68.27% 40.78%
CMYK 0.00% 68.27% 68.27%
59.22%

Color #682121 in popluar number systems.

HEX 68 21 21
Decimal 104 33 33
Binary 1101000 100001 100001
Octal 150 41 41

Shades and tints

Shades of #682121

#682121
(104,33,33)
#5F1E1E
(95,30,30)
#561B1B
(86,27,27)
#4D1818
(77,24,24)
#441515
(68,21,21)
#3B1212
(59,18,18)
#320F0F
(50,15,15)
#290C0C
(41,12,12)
#200909
(32,9,9)
#170606
(23,6,6)
#0E0303
(14,3,3)
#000000
(0,0,0)

Tints of #682121

#682121
(104,33,33)
#753535
(117,53,53)
#824949
(130,73,73)
#8F5D5D
(143,93,93)
#9C7171
(156,113,113)
#A98585
(169,133,133)
#B69999
(182,153,153)
#C3ADAD
(195,173,173)
#D0C1C1
(208,193,193)
#DDD5D5
(221,213,213)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #682121; }

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

This text font color is #682121.

Background Color

.myBgColor { background-color: #682121; }

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

This div background color is #682121.

Border color

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

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

This div border color is #682121.

Opacity

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

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

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

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

This text has shadow with #682121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #682121.

Preview

Color preview on black background

This text has color #682121 on black background.


Color preview on white background

This text has color #682121 on white background.


Black color preview on #682121 background

This text has black color on #682121 background.


White color preview on #682121 background

This text has white color on #682121 background.


Related colors

Complementary color

Complementary color for #hex is #97DEDE.


I love getcolorcode.com