COLOR #6D141C

HEX: #6D141C
RGB: (109,20,28)

Color info

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

RGB color model

#6D141C color RGB value is (109,20,28).

  • red value is 109;
  • green value is 20;
  • blue value is 28.
RGB:
(109,20,28)
(43%,8%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 20 of 255 = 8%
B 28 of 255 = 11%

109
20
28

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

Portions of RGB colors in percentages

R + G + B =
109 + 20 + 28 = 157 (100%)
R 109 of 157 ~ 69.43%
G 20 of 157 ~ 12.74%
B 28 of 157 ~ 17.83%

%69.43
%12.74
%17.83

CMYK color model

#6D141C color CMYK value is (0,82,74,57).

  • cyan value is 0.00%
  • magenta value is 81.65%
  • yellow value is 74.31%
  • key color value is 57.25%
CMYK:
(0,82,74,57)
C0M82Y74K57 
(0%,82%,74%,57%)
(0.00/0.82/0.74/0.57)	

CMYK percentages

%0
%81.65
%74.31
%57.25

Codes

Color #6D141C in popluar color models

6D141C
RGB1092028
HSL355°68.99%25.29%
HSB/HSV355°81.65%42.75%
CMYK0.00%81.65%74.31%
57.25%

Color #6D141C in popluar number systems.

HEX6D141C
Decimal1092028
Binary11011011010011100
Octal1552434

Shades and tints

Shades of #6D141C

#6D141C
(109,20,28)
#64131A
(100,19,26)
#5B1218
(91,18,24)
#521116
(82,17,22)
#491014
(73,16,20)
#400F12
(64,15,18)
#370E10
(55,14,16)
#2E0D0E
(46,13,14)
#250C0C
(37,12,12)
#1C0B0A
(28,11,10)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #6D141C

#6D141C
(109,20,28)
#7A2930
(122,41,48)
#873E44
(135,62,68)
#945358
(148,83,88)
#A1686C
(161,104,108)
#AE7D80
(174,125,128)
#BB9294
(187,146,148)
#C8A7A8
(200,167,168)
#D5BCBC
(213,188,188)
#E2D1D0
(226,209,208)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D141C color. Also use rgb(109,20,28) instead hex code.

Text Font Color

.myTextColor { color: #6D141C; }

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

This text font color is #6D141C.


Background Color

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

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

This div background color is #6D141C.


Border color

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

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

This div border color is #6D141C.


Opacity

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

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

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

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

This text has shadow with #6D141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D141C on black background.


Color preview on white background

This text has color #6D141C on white background.



Black color preview on #6D141C background

This text has black color on #6D141C background.


White color preview on #6D141C background

This text has white color on #6D141C background.