COLOR #6C1C3F

HEX: #6C1C3F
RGB: (108,28,63)

Color info

#6C1C3F contains mainly red and blue colors. Web safe color of #6C1C3F is #663333 (or #633).

RGB color model

#6C1C3F color RGB value is (108,28,63).

  • red value is 108;
  • green value is 28;
  • blue value is 63.
RGB:
(108,28,63)
(42%,11%,25%)

RGB channels and saturation

R 108 of 255 = 42%
G 28 of 255 = 11%
B 63 of 255 = 25%

108
28
63

R + G + B ~ 26%. #6C1C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 28 + 63 = 199 (100%)
R 108 of 199 ~ 54.27%
G 28 of 199 ~ 14.07%
B 63 of 199 ~ 31.66%

%54.27
%14.07
%31.66

CMYK color model

#6C1C3F color CMYK value is (0,74,42,58).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(0,74,42,58)
C0M74Y42K58 
(0%,74%,42%,58%)
(0.00/0.74/0.42/0.58)	

CMYK percentages

%0
%74.07
%41.67
%57.65

Codes

Color #6C1C3F in popluar color models

6C1C3F
RGB1082863
HSL334°58.82%26.67%
HSB/HSV334°74.07%42.35%
CMYK0.00%74.07%41.67%
57.65%

Color #6C1C3F in popluar number systems.

HEX6C1C3F
Decimal1082863
Binary110110011100111111
Octal1543477

Shades and tints

Shades of #6C1C3F

#6C1C3F
(108,28,63)
#631A3A
(99,26,58)
#5A1835
(90,24,53)
#511630
(81,22,48)
#48142B
(72,20,43)
#3F1226
(63,18,38)
#361021
(54,16,33)
#2D0E1C
(45,14,28)
#240C17
(36,12,23)
#1B0A12
(27,10,18)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #6C1C3F

#6C1C3F
(108,28,63)
#793050
(121,48,80)
#864461
(134,68,97)
#935872
(147,88,114)
#A06C83
(160,108,131)
#AD8094
(173,128,148)
#BA94A5
(186,148,165)
#C7A8B6
(199,168,182)
#D4BCC7
(212,188,199)
#E1D0D8
(225,208,216)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1C3F color. Also use rgb(108,28,63) instead hex code.

Text Font Color

.myTextColor { color: #6C1C3F; }

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

This text font color is #6C1C3F.


Background Color

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

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

This div background color is #6C1C3F.


Border color

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

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

This div border color is #6C1C3F.


Opacity

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

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

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

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

This text has shadow with #6C1C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1C3F on black background.


Color preview on white background

This text has color #6C1C3F on white background.



Black color preview on #6C1C3F background

This text has black color on #6C1C3F background.


White color preview on #6C1C3F background

This text has white color on #6C1C3F background.