COLOR #6A1D2C

HEX: #6A1D2C
RGB: (106,29,44)

Color info

#6A1D2C contains mainly red color. Web safe color of #6A1D2C is #663333 (or #633).

RGB color model

#6A1D2C color RGB value is (106,29,44).

  • red value is 106;
  • green value is 29;
  • blue value is 44.
RGB:
(106,29,44)
(42%,11%,17%)

RGB channels and saturation

R 106 of 255 = 42%
G 29 of 255 = 11%
B 44 of 255 = 17%

106
29
44

R + G + B ~ 23%. #6A1D2C is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 29 + 44 = 179 (100%)
R 106 of 179 ~ 59.22%
G 29 of 179 ~ 16.2%
B 44 of 179 ~ 24.58%

%59.22
%16.2
%24.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 72.64%
  • yellow value is 58.49%
  • key color value is 58.43%
CMYK:
(0,73,58,58)
C0M73Y58K58 
(0%,73%,58%,58%)
(0.00/0.73/0.58/0.58)	

CMYK percentages

%0
%72.64
%58.49
%58.43

Codes

Color #6A1D2C in popluar color models

6A1D2C
RGB1062944
HSL348°57.04%26.47%
HSB/HSV348°72.64%41.57%
CMYK0.00%72.64%58.49%
58.43%

Color #6A1D2C in popluar number systems.

HEX6A1D2C
Decimal1062944
Binary110101011101101100
Octal1523554

Shades and tints

Shades of #6A1D2C

#6A1D2C
(106,29,44)
#611B28
(97,27,40)
#581924
(88,25,36)
#4F1720
(79,23,32)
#46151C
(70,21,28)
#3D1318
(61,19,24)
#341114
(52,17,20)
#2B0F10
(43,15,16)
#220D0C
(34,13,12)
#190B08
(25,11,8)
#100904
(16,9,4)
#000000
(0,0,0)

Tints of #6A1D2C

#6A1D2C
(106,29,44)
#77313F
(119,49,63)
#844552
(132,69,82)
#915965
(145,89,101)
#9E6D78
(158,109,120)
#AB818B
(171,129,139)
#B8959E
(184,149,158)
#C5A9B1
(197,169,177)
#D2BDC4
(210,189,196)
#DFD1D7
(223,209,215)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1D2C color. Also use rgb(106,29,44) instead hex code.

Text Font Color

.myTextColor { color: #6A1D2C; }

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

This text font color is #6A1D2C.


Background Color

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

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

This div background color is #6A1D2C.


Border color

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

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

This div border color is #6A1D2C.


Opacity

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

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

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

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

This text has shadow with #6A1D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1D2C on black background.


Color preview on white background

This text has color #6A1D2C on white background.



Black color preview on #6A1D2C background

This text has black color on #6A1D2C background.


White color preview on #6A1D2C background

This text has white color on #6A1D2C background.