COLOR #6A131A

HEX: #6A131A
RGB: (106,19,26)

Color info

#6A131A contains mainly red color. Web safe color of #6A131A is #660000 (or #600).

RGB color model

#6A131A color RGB value is (106,19,26).

  • red value is 106;
  • green value is 19;
  • blue value is 26.
RGB:
(106,19,26)
(42%,7%,10%)

RGB channels and saturation

R 106 of 255 = 42%
G 19 of 255 = 7%
B 26 of 255 = 10%

106
19
26

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

Portions of RGB colors in percentages

R + G + B =
106 + 19 + 26 = 151 (100%)
R 106 of 151 ~ 70.2%
G 19 of 151 ~ 12.58%
B 26 of 151 ~ 17.22%

%70.2
%12.58
%17.22

CMYK color model

#6A131A color CMYK value is (0,82,75,58).

  • cyan value is 0.00%
  • magenta value is 82.08%
  • yellow value is 75.47%
  • key color value is 58.43%
CMYK:
(0,82,75,58)
C0M82Y75K58 
(0%,82%,75%,58%)
(0.00/0.82/0.75/0.58)	

CMYK percentages

%0
%82.08
%75.47
%58.43

Codes

Color #6A131A in popluar color models

6A131A
RGB1061926
HSL355°69.60%24.51%
HSB/HSV355°82.08%41.57%
CMYK0.00%82.08%75.47%
58.43%

Color #6A131A in popluar number systems.

HEX6A131A
Decimal1061926
Binary11010101001111010
Octal1522332

Shades and tints

Shades of #6A131A

#6A131A
(106,19,26)
#611218
(97,18,24)
#581116
(88,17,22)
#4F1014
(79,16,20)
#460F12
(70,15,18)
#3D0E10
(61,14,16)
#340D0E
(52,13,14)
#2B0C0C
(43,12,12)
#220B0A
(34,11,10)
#190A08
(25,10,8)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #6A131A

#6A131A
(106,19,26)
#77282E
(119,40,46)
#843D42
(132,61,66)
#915256
(145,82,86)
#9E676A
(158,103,106)
#AB7C7E
(171,124,126)
#B89192
(184,145,146)
#C5A6A6
(197,166,166)
#D2BBBA
(210,187,186)
#DFD0CE
(223,208,206)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A131A color. Also use rgb(106,19,26) instead hex code.

Text Font Color

.myTextColor { color: #6A131A; }

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

This text font color is #6A131A.


Background Color

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

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

This div background color is #6A131A.


Border color

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

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

This div border color is #6A131A.


Opacity

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

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

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

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

This text has shadow with #6A131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A131A on black background.


Color preview on white background

This text has color #6A131A on white background.



Black color preview on #6A131A background

This text has black color on #6A131A background.


White color preview on #6A131A background

This text has white color on #6A131A background.