COLOR #6A2236

HEX: #6A2236
RGB: (106,34,54)

Color info

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

RGB color model

#6A2236 color RGB value is (106,34,54).

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

RGB channels and saturation

R 106 of 255 = 42%
G 34 of 255 = 13%
B 54 of 255 = 21%

106
34
54

R + G + B ~ 25%. #6A2236 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 34 + 54 = 194 (100%)
R 106 of 194 ~ 54.64%
G 34 of 194 ~ 17.53%
B 54 of 194 ~ 27.84%

%54.64
%17.53
%27.84

CMYK color model

#6A2236 color CMYK value is (0,68,49,58).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 49.06%
  • key color value is 58.43%
CMYK:
(0,68,49,58)
C0M68Y49K58 
(0%,68%,49%,58%)
(0.00/0.68/0.49/0.58)	

CMYK percentages

%0
%67.92
%49.06
%58.43

Codes

Color #6A2236 in popluar color models

6A2236
RGB1063454
HSL343°51.43%27.45%
HSB/HSV343°67.92%41.57%
CMYK0.00%67.92%49.06%
58.43%

Color #6A2236 in popluar number systems.

HEX6A2236
Decimal1063454
Binary1101010100010110110
Octal1524266

Shades and tints

Shades of #6A2236

#6A2236
(106,34,54)
#611F32
(97,31,50)
#581C2E
(88,28,46)
#4F192A
(79,25,42)
#461626
(70,22,38)
#3D1322
(61,19,34)
#34101E
(52,16,30)
#2B0D1A
(43,13,26)
#220A16
(34,10,22)
#190712
(25,7,18)
#10040E
(16,4,14)
#000000
(0,0,0)

Tints of #6A2236

#6A2236
(106,34,54)
#773648
(119,54,72)
#844A5A
(132,74,90)
#915E6C
(145,94,108)
#9E727E
(158,114,126)
#AB8690
(171,134,144)
#B89AA2
(184,154,162)
#C5AEB4
(197,174,180)
#D2C2C6
(210,194,198)
#DFD6D8
(223,214,216)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A2236; }

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

This text font color is #6A2236.


Background Color

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

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

This div background color is #6A2236.


Border color

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

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

This div border color is #6A2236.


Opacity

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

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

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

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

This text has shadow with #6A2236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2236 on black background.


Color preview on white background

This text has color #6A2236 on white background.



Black color preview on #6A2236 background

This text has black color on #6A2236 background.


White color preview on #6A2236 background

This text has white color on #6A2236 background.