COLOR #6C141D

HEX: #6C141D
RGB: (108,20,29)

Color info

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

RGB color model

#6C141D color RGB value is (108,20,29).

  • red value is 108;
  • green value is 20;
  • blue value is 29.
RGB:
(108,20,29)
(42%,8%,11%)

RGB channels and saturation

R 108 of 255 = 42%
G 20 of 255 = 8%
B 29 of 255 = 11%

108
20
29

R + G + B ~ 20%. #6C141D is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 20 + 29 = 157 (100%)
R 108 of 157 ~ 68.79%
G 20 of 157 ~ 12.74%
B 29 of 157 ~ 18.47%

%68.79
%12.74
%18.47

CMYK color model

#6C141D color CMYK value is (0,81,73,58).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 73.15%
  • key color value is 57.65%
CMYK:
(0,81,73,58)
C0M81Y73K58 
(0%,81%,73%,58%)
(0.00/0.81/0.73/0.58)	

CMYK percentages

%0
%81.48
%73.15
%57.65

Codes

Color #6C141D in popluar color models

6C141D
RGB1082029
HSL354°68.75%25.10%
HSB/HSV354°81.48%42.35%
CMYK0.00%81.48%73.15%
57.65%

Color #6C141D in popluar number systems.

HEX6C141D
Decimal1082029
Binary11011001010011101
Octal1542435

Shades and tints

Shades of #6C141D

#6C141D
(108,20,29)
#63131B
(99,19,27)
#5A1219
(90,18,25)
#511117
(81,17,23)
#481015
(72,16,21)
#3F0F13
(63,15,19)
#360E11
(54,14,17)
#2D0D0F
(45,13,15)
#240C0D
(36,12,13)
#1B0B0B
(27,11,11)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #6C141D

#6C141D
(108,20,29)
#792931
(121,41,49)
#863E45
(134,62,69)
#935359
(147,83,89)
#A0686D
(160,104,109)
#AD7D81
(173,125,129)
#BA9295
(186,146,149)
#C7A7A9
(199,167,169)
#D4BCBD
(212,188,189)
#E1D1D1
(225,209,209)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C141D color. Also use rgb(108,20,29) instead hex code.

Text Font Color

.myTextColor { color: #6C141D; }

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

This text font color is #6C141D.


Background Color

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

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

This div background color is #6C141D.


Border color

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

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

This div border color is #6C141D.


Opacity

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

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

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

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

This text has shadow with #6C141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C141D on black background.


Color preview on white background

This text has color #6C141D on white background.



Black color preview on #6C141D background

This text has black color on #6C141D background.


White color preview on #6C141D background

This text has white color on #6C141D background.