COLOR #6A132E

HEX: #6A132E RGB: (106,19,46)

Color info

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

RGB color model

#6A132E color RGB value is (106,19,46).

RGB: (106,19,46) (42%, 7%, 18%)

RGB channels and saturation

R 106 of 255 = 42%
G 19 of 255 = 7%
B 46 of 255 = 18%

106
19
46

R + G + B ~ 22%. #6A132E is dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 19 + 46 = 171 (100%)
R 106 of 171 ~ 61.99%
G 19 of 171 ~ 11.11%
B 46 of 171 ~ 26.9'%

%61.99
%11.11
%26.9

CMYK color model

#6A132E color CMYK value is (0,82,57,58).

  • cyan value is 0.00%
  • magenta value is 82.08%
  • yellow value is 56.60%
  • key color value is 58.43%

CMYK: (0,82,57,58)
C0M82Y57K58 (0%, 82%, 57%, 58%)
(0.00 / 0.82 / 0.57 / 0.58)

CMYK percentages

%0
%82.08
%56.6
%58.43

Codes

Color #6A132E in popluar color models

6A 13 2E
RGB 106 19 46
HSL 341° 69.60% 24.51%
HSB/HSV 341° 82.08% 41.57%
CMYK 0.00% 82.08% 56.60%
58.43%

Color #6A132E in popluar number systems.

HEX 6A 13 2E
Decimal 106 19 46
Binary 1101010 10011 101110
Octal 152 23 56

Shades and tints

Shades of #6A132E

#6A132E
(106,19,46)
#61122A
(97,18,42)
#581126
(88,17,38)
#4F1022
(79,16,34)
#460F1E
(70,15,30)
#3D0E1A
(61,14,26)
#340D16
(52,13,22)
#2B0C12
(43,12,18)
#220B0E
(34,11,14)
#190A0A
(25,10,10)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #6A132E

#6A132E
(106,19,46)
#772841
(119,40,65)
#843D54
(132,61,84)
#915267
(145,82,103)
#9E677A
(158,103,122)
#AB7C8D
(171,124,141)
#B891A0
(184,145,160)
#C5A6B3
(197,166,179)
#D2BBC6
(210,187,198)
#DFD0D9
(223,208,217)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A132E; }

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

This text font color is #6A132E.

Background Color

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

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

This div background color is #6A132E.

Border color

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

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

This div border color is #6A132E.

Opacity

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

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

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

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

This text has shadow with #6A132E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A132E.

Preview

Color preview on black background

This text has color #6A132E on black background.


Color preview on white background

This text has color #6A132E on white background.


Black color preview on #6A132E background

This text has black color on #6A132E background.


White color preview on #6A132E background

This text has white color on #6A132E background.


Related colors

Complementary color

Complementary color for #hex is #95ECD1.


I love getcolorcode.com

Triadic colors

1 #2E6A13 and #132E6A with #6A132E are triadic colors.

2 #2E136A and #136A2E with #6A132E are triadic colors.