COLOR #6A141C

HEX: #6A141C
RGB: (106,20,28)

Color info

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

RGB color model

#6A141C color RGB value is (106,20,28).

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

RGB channels and saturation

R 106 of 255 = 42%
G 20 of 255 = 8%
B 28 of 255 = 11%

106
20
28

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

Portions of RGB colors in percentages

R + G + B =
106 + 20 + 28 = 154 (100%)
R 106 of 154 ~ 68.83%
G 20 of 154 ~ 12.99%
B 28 of 154 ~ 18.18%

%68.83
%12.99
%18.18

CMYK color model

#6A141C color CMYK value is (0,81,74,58).

  • cyan value is 0.00%
  • magenta value is 81.13%
  • yellow value is 73.58%
  • key color value is 58.43%
CMYK:
(0,81,74,58)
C0M81Y74K58 
(0%,81%,74%,58%)
(0.00/0.81/0.74/0.58)	

CMYK percentages

%0
%81.13
%73.58
%58.43

Codes

Color #6A141C in popluar color models

6A141C
RGB1062028
HSL354°68.25%24.71%
HSB/HSV354°81.13%41.57%
CMYK0.00%81.13%73.58%
58.43%

Color #6A141C in popluar number systems.

HEX6A141C
Decimal1062028
Binary11010101010011100
Octal1522434

Shades and tints

Shades of #6A141C

#6A141C
(106,20,28)
#61131A
(97,19,26)
#581218
(88,18,24)
#4F1116
(79,17,22)
#461014
(70,16,20)
#3D0F12
(61,15,18)
#340E10
(52,14,16)
#2B0D0E
(43,13,14)
#220C0C
(34,12,12)
#190B0A
(25,11,10)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #6A141C

#6A141C
(106,20,28)
#772930
(119,41,48)
#843E44
(132,62,68)
#915358
(145,83,88)
#9E686C
(158,104,108)
#AB7D80
(171,125,128)
#B89294
(184,146,148)
#C5A7A8
(197,167,168)
#D2BCBC
(210,188,188)
#DFD1D0
(223,209,208)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A141C; }

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

This text font color is #6A141C.


Background Color

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

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

This div background color is #6A141C.


Border color

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

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

This div border color is #6A141C.


Opacity

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

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

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

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

This text has shadow with #6A141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A141C on black background.


Color preview on white background

This text has color #6A141C on white background.



Black color preview on #6A141C background

This text has black color on #6A141C background.


White color preview on #6A141C background

This text has white color on #6A141C background.