COLOR #6C1E3E

HEX: #6C1E3E
RGB: (108,30,62)

Color info

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

RGB color model

#6C1E3E color RGB value is (108,30,62).

  • red value is 108;
  • green value is 30;
  • blue value is 62.
RGB:
(108,30,62)
(42%,12%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 30 of 255 = 12%
B 62 of 255 = 24%

108
30
62

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

Portions of RGB colors in percentages

R + G + B =
108 + 30 + 62 = 200 (100%)
R 108 of 200 ~ 54%
G 30 of 200 ~ 15%
B 62 of 200 ~ 31%

%54
%15
%31

CMYK color model

#6C1E3E color CMYK value is (0,72,43,58).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 42.59%
  • key color value is 57.65%
CMYK:
(0,72,43,58)
C0M72Y43K58 
(0%,72%,43%,58%)
(0.00/0.72/0.43/0.58)	

CMYK percentages

%0
%72.22
%42.59
%57.65

Codes

Color #6C1E3E in popluar color models

6C1E3E
RGB1083062
HSL335°56.52%27.06%
HSB/HSV335°72.22%42.35%
CMYK0.00%72.22%42.59%
57.65%

Color #6C1E3E in popluar number systems.

HEX6C1E3E
Decimal1083062
Binary110110011110111110
Octal1543676

Shades and tints

Shades of #6C1E3E

#6C1E3E
(108,30,62)
#631C39
(99,28,57)
#5A1A34
(90,26,52)
#51182F
(81,24,47)
#48162A
(72,22,42)
#3F1425
(63,20,37)
#361220
(54,18,32)
#2D101B
(45,16,27)
#240E16
(36,14,22)
#1B0C11
(27,12,17)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C1E3E

#6C1E3E
(108,30,62)
#79324F
(121,50,79)
#864660
(134,70,96)
#935A71
(147,90,113)
#A06E82
(160,110,130)
#AD8293
(173,130,147)
#BA96A4
(186,150,164)
#C7AAB5
(199,170,181)
#D4BEC6
(212,190,198)
#E1D2D7
(225,210,215)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1E3E color. Also use rgb(108,30,62) instead hex code.

Text Font Color

.myTextColor { color: #6C1E3E; }

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

This text font color is #6C1E3E.


Background Color

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

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

This div background color is #6C1E3E.


Border color

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

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

This div border color is #6C1E3E.


Opacity

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

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

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

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

This text has shadow with #6C1E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1E3E on black background.


Color preview on white background

This text has color #6C1E3E on white background.



Black color preview on #6C1E3E background

This text has black color on #6C1E3E background.


White color preview on #6C1E3E background

This text has white color on #6C1E3E background.