COLOR #6A2229

HEX: #6A2229
RGB: (106,34,41)

Color info

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

RGB color model

#6A2229 color RGB value is (106,34,41).

  • red value is 106;
  • green value is 34;
  • blue value is 41.
RGB:
(106,34,41)
(42%,13%,16%)

RGB channels and saturation

R 106 of 255 = 42%
G 34 of 255 = 13%
B 41 of 255 = 16%

106
34
41

R + G + B ~ 24%. #6A2229 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 34 + 41 = 181 (100%)
R 106 of 181 ~ 58.56%
G 34 of 181 ~ 18.78%
B 41 of 181 ~ 22.65%

%58.56
%18.78
%22.65

CMYK color model

#6A2229 color CMYK value is (0,68,61,58).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 61.32%
  • key color value is 58.43%
CMYK:
(0,68,61,58)
C0M68Y61K58 
(0%,68%,61%,58%)
(0.00/0.68/0.61/0.58)	

CMYK percentages

%0
%67.92
%61.32
%58.43

Codes

Color #6A2229 in popluar color models

6A2229
RGB1063441
HSL354°51.43%27.45%
HSB/HSV354°67.92%41.57%
CMYK0.00%67.92%61.32%
58.43%

Color #6A2229 in popluar number systems.

HEX6A2229
Decimal1063441
Binary1101010100010101001
Octal1524251

Shades and tints

Shades of #6A2229

#6A2229
(106,34,41)
#611F26
(97,31,38)
#581C23
(88,28,35)
#4F1920
(79,25,32)
#46161D
(70,22,29)
#3D131A
(61,19,26)
#341017
(52,16,23)
#2B0D14
(43,13,20)
#220A11
(34,10,17)
#19070E
(25,7,14)
#10040B
(16,4,11)
#000000
(0,0,0)

Tints of #6A2229

#6A2229
(106,34,41)
#77363C
(119,54,60)
#844A4F
(132,74,79)
#915E62
(145,94,98)
#9E7275
(158,114,117)
#AB8688
(171,134,136)
#B89A9B
(184,154,155)
#C5AEAE
(197,174,174)
#D2C2C1
(210,194,193)
#DFD6D4
(223,214,212)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2229 color. Also use rgb(106,34,41) instead hex code.

Text Font Color

.myTextColor { color: #6A2229; }

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

This text font color is #6A2229.


Background Color

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

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

This div background color is #6A2229.


Border color

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

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

This div border color is #6A2229.


Opacity

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

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

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

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

This text has shadow with #6A2229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2229 on black background.


Color preview on white background

This text has color #6A2229 on white background.



Black color preview on #6A2229 background

This text has black color on #6A2229 background.


White color preview on #6A2229 background

This text has white color on #6A2229 background.