COLOR #6C1322

HEX: #6C1322
RGB: (108,19,34)

Color info

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

RGB color model

#6C1322 color RGB value is (108,19,34).

  • red value is 108;
  • green value is 19;
  • blue value is 34.
RGB:
(108,19,34)
(42%,7%,13%)

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 34 of 255 = 13%

108
19
34

R + G + B ~ 21%. #6C1322 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 19 + 34 = 161 (100%)
R 108 of 161 ~ 67.08%
G 19 of 161 ~ 11.8%
B 34 of 161 ~ 21.12%

%67.08
%11.8
%21.12

CMYK color model

#6C1322 color CMYK value is (0,82,69,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 68.52%
  • key color value is 57.65%
CMYK:
(0,82,69,58)
C0M82Y69K58 
(0%,82%,69%,58%)
(0.00/0.82/0.69/0.58)	

CMYK percentages

%0
%82.41
%68.52
%57.65

Codes

Color #6C1322 in popluar color models

6C1322
RGB1081934
HSL350°70.08%24.90%
HSB/HSV350°82.41%42.35%
CMYK0.00%82.41%68.52%
57.65%

Color #6C1322 in popluar number systems.

HEX6C1322
Decimal1081934
Binary110110010011100010
Octal1542342

Shades and tints

Shades of #6C1322

#6C1322
(108,19,34)
#63121F
(99,18,31)
#5A111C
(90,17,28)
#511019
(81,16,25)
#480F16
(72,15,22)
#3F0E13
(63,14,19)
#360D10
(54,13,16)
#2D0C0D
(45,12,13)
#240B0A
(36,11,10)
#1B0A07
(27,10,7)
#120904
(18,9,4)
#000000
(0,0,0)

Tints of #6C1322

#6C1322
(108,19,34)
#792836
(121,40,54)
#863D4A
(134,61,74)
#93525E
(147,82,94)
#A06772
(160,103,114)
#AD7C86
(173,124,134)
#BA919A
(186,145,154)
#C7A6AE
(199,166,174)
#D4BBC2
(212,187,194)
#E1D0D6
(225,208,214)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1322 color. Also use rgb(108,19,34) instead hex code.

Text Font Color

.myTextColor { color: #6C1322; }

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

This text font color is #6C1322.


Background Color

.myBgColor { background-color: #6C1322; }

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

This div background color is #6C1322.


Border color

.myBorderColor { border: 1px solid #6C1322; }

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

This div border color is #6C1322.


Opacity

.myOpacity80 { color: #6C1322; opacity: 0.8; }

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

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

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

This text has shadow with #6C1322 color.

.textShadow {text-shadow: 3px 3px 1px #6C1322, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1322 on black background.


Color preview on white background

This text has color #6C1322 on white background.



Black color preview on #6C1322 background

This text has black color on #6C1322 background.


White color preview on #6C1322 background

This text has white color on #6C1322 background.