COLOR #6D213A

HEX: #6D213A
RGB: (109,33,58)

Color info

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

RGB color model

#6D213A color RGB value is (109,33,58).

  • red value is 109;
  • green value is 33;
  • blue value is 58.
RGB:
(109,33,58)
(43%,13%,23%)

RGB channels and saturation

R 109 of 255 = 43%
G 33 of 255 = 13%
B 58 of 255 = 23%

109
33
58

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

Portions of RGB colors in percentages

R + G + B =
109 + 33 + 58 = 200 (100%)
R 109 of 200 ~ 54.5%
G 33 of 200 ~ 16.5%
B 58 of 200 ~ 29%

%54.5
%16.5
%29

CMYK color model

#6D213A color CMYK value is (0,70,47,57).

  • cyan value is 0.00%
  • magenta value is 69.72%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(0,70,47,57)
C0M70Y47K57 
(0%,70%,47%,57%)
(0.00/0.70/0.47/0.57)	

CMYK percentages

%0
%69.72
%46.79
%57.25

Codes

Color #6D213A in popluar color models

6D213A
RGB1093358
HSL340°53.52%27.84%
HSB/HSV340°69.72%42.75%
CMYK0.00%69.72%46.79%
57.25%

Color #6D213A in popluar number systems.

HEX6D213A
Decimal1093358
Binary1101101100001111010
Octal1554172

Shades and tints

Shades of #6D213A

#6D213A
(109,33,58)
#641E35
(100,30,53)
#5B1B30
(91,27,48)
#52182B
(82,24,43)
#491526
(73,21,38)
#401221
(64,18,33)
#370F1C
(55,15,28)
#2E0C17
(46,12,23)
#250912
(37,9,18)
#1C060D
(28,6,13)
#130308
(19,3,8)
#000000
(0,0,0)

Tints of #6D213A

#6D213A
(109,33,58)
#7A354B
(122,53,75)
#87495C
(135,73,92)
#945D6D
(148,93,109)
#A1717E
(161,113,126)
#AE858F
(174,133,143)
#BB99A0
(187,153,160)
#C8ADB1
(200,173,177)
#D5C1C2
(213,193,194)
#E2D5D3
(226,213,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D213A color. Also use rgb(109,33,58) instead hex code.

Text Font Color

.myTextColor { color: #6D213A; }

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

This text font color is #6D213A.


Background Color

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

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

This div background color is #6D213A.


Border color

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

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

This div border color is #6D213A.


Opacity

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

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

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

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

This text has shadow with #6D213A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D213A on black background.


Color preview on white background

This text has color #6D213A on white background.



Black color preview on #6D213A background

This text has black color on #6D213A background.


White color preview on #6D213A background

This text has white color on #6D213A background.