COLOR #6A1C3D

HEX: #6A1C3D
RGB: (106,28,61)

Color info

#6A1C3D contains mainly red and blue colors. Web safe color of #6A1C3D is #663333 (or #633).

RGB color model

#6A1C3D color RGB value is (106,28,61).

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

RGB channels and saturation

R 106 of 255 = 42%
G 28 of 255 = 11%
B 61 of 255 = 24%

106
28
61

R + G + B ~ 26%. #6A1C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 28 + 61 = 195 (100%)
R 106 of 195 ~ 54.36%
G 28 of 195 ~ 14.36%
B 61 of 195 ~ 31.28%

%54.36
%14.36
%31.28

CMYK color model

#6A1C3D color CMYK value is (0,74,42,58).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 42.45%
  • key color value is 58.43%
CMYK:
(0,74,42,58)
C0M74Y42K58 
(0%,74%,42%,58%)
(0.00/0.74/0.42/0.58)	

CMYK percentages

%0
%73.58
%42.45
%58.43

Codes

Color #6A1C3D in popluar color models

6A1C3D
RGB1062861
HSL335°58.21%26.27%
HSB/HSV335°73.58%41.57%
CMYK0.00%73.58%42.45%
58.43%

Color #6A1C3D in popluar number systems.

HEX6A1C3D
Decimal1062861
Binary110101011100111101
Octal1523475

Shades and tints

Shades of #6A1C3D

#6A1C3D
(106,28,61)
#611A38
(97,26,56)
#581833
(88,24,51)
#4F162E
(79,22,46)
#461429
(70,20,41)
#3D1224
(61,18,36)
#34101F
(52,16,31)
#2B0E1A
(43,14,26)
#220C15
(34,12,21)
#190A10
(25,10,16)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #6A1C3D

#6A1C3D
(106,28,61)
#77304E
(119,48,78)
#84445F
(132,68,95)
#915870
(145,88,112)
#9E6C81
(158,108,129)
#AB8092
(171,128,146)
#B894A3
(184,148,163)
#C5A8B4
(197,168,180)
#D2BCC5
(210,188,197)
#DFD0D6
(223,208,214)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1C3D; }

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

This text font color is #6A1C3D.


Background Color

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

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

This div background color is #6A1C3D.


Border color

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

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

This div border color is #6A1C3D.


Opacity

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

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

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

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

This text has shadow with #6A1C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1C3D on black background.


Color preview on white background

This text has color #6A1C3D on white background.



Black color preview on #6A1C3D background

This text has black color on #6A1C3D background.


White color preview on #6A1C3D background

This text has white color on #6A1C3D background.