COLOR #6A2C13

HEX: #6A2C13
RGB: (106,44,19)

Color info

#6A2C13 contains mainly red color. Web safe color of #6A2C13 is #663300 (or #630).

RGB color model

#6A2C13 color RGB value is (106,44,19).

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

RGB channels and saturation

R 106 of 255 = 42%
G 44 of 255 = 17%
B 19 of 255 = 7%

106
44
19

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

Portions of RGB colors in percentages

R + G + B =
106 + 44 + 19 = 169 (100%)
R 106 of 169 ~ 62.72%
G 44 of 169 ~ 26.04%
B 19 of 169 ~ 11.24%

%62.72
%26.04
%11.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 82.08%
  • key color value is 58.43%
CMYK:
(0,58,82,58)
C0M58Y82K58 
(0%,58%,82%,58%)
(0.00/0.58/0.82/0.58)	

CMYK percentages

%0
%58.49
%82.08
%58.43

Codes

Color #6A2C13 in popluar color models

6A2C13
RGB1064419
HSL17°69.60%24.51%
HSB/HSV17°82.08%41.57%
CMYK0.00%58.49%82.08%
58.43%

Color #6A2C13 in popluar number systems.

HEX6A2C13
Decimal1064419
Binary110101010110010011
Octal1525423

Shades and tints

Shades of #6A2C13

#6A2C13
(106,44,19)
#612812
(97,40,18)
#582411
(88,36,17)
#4F2010
(79,32,16)
#461C0F
(70,28,15)
#3D180E
(61,24,14)
#34140D
(52,20,13)
#2B100C
(43,16,12)
#220C0B
(34,12,11)
#19080A
(25,8,10)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #6A2C13

#6A2C13
(106,44,19)
#773F28
(119,63,40)
#84523D
(132,82,61)
#916552
(145,101,82)
#9E7867
(158,120,103)
#AB8B7C
(171,139,124)
#B89E91
(184,158,145)
#C5B1A6
(197,177,166)
#D2C4BB
(210,196,187)
#DFD7D0
(223,215,208)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A2C13; }

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

This text font color is #6A2C13.


Background Color

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

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

This div background color is #6A2C13.


Border color

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

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

This div border color is #6A2C13.


Opacity

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

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

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

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

This text has shadow with #6A2C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2C13 on black background.


Color preview on white background

This text has color #6A2C13 on white background.



Black color preview on #6A2C13 background

This text has black color on #6A2C13 background.


White color preview on #6A2C13 background

This text has white color on #6A2C13 background.