COLOR #6D213C

HEX: #6D213C RGB: (109,33,60)

Color info

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

RGB color model

#6D213C color RGB value is (109,33,60).

RGB: (109,33,60) (43%, 13%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 33 of 255 = 13%
B 60 of 255 = 24%

109
33
60

R + G + B ~ 27%. #6D213C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 33 + 60 = 202 (100%)
R 109 of 202 ~ 53.96%
G 33 of 202 ~ 16.34%
B 60 of 202 ~ 29.7'%

%53.96
%16.34
%29.7

CMYK color model

#6D213C color CMYK value is (0,70,45,57).

  • cyan value is 0.00%
  • magenta value is 69.72%
  • yellow value is 44.95%
  • key color value is 57.25%

CMYK: (0,70,45,57)
C0M70Y45K57 (0%, 70%, 45%, 57%)
(0.00 / 0.70 / 0.45 / 0.57)

CMYK percentages

%0
%69.72
%44.95
%57.25

Codes

Color #6D213C in popluar color models

6D 21 3C
RGB 109 33 60
HSL 339° 53.52% 27.84%
HSB/HSV 339° 69.72% 42.75%
CMYK 0.00% 69.72% 44.95%
57.25%

Color #6D213C in popluar number systems.

HEX 6D 21 3C
Decimal 109 33 60
Binary 1101101 100001 111100
Octal 155 41 74

Shades and tints

Shades of #6D213C

#6D213C
(109,33,60)
#641E37
(100,30,55)
#5B1B32
(91,27,50)
#52182D
(82,24,45)
#491528
(73,21,40)
#401223
(64,18,35)
#370F1E
(55,15,30)
#2E0C19
(46,12,25)
#250914
(37,9,20)
#1C060F
(28,6,15)
#13030A
(19,3,10)
#000000
(0,0,0)

Tints of #6D213C

#6D213C
(109,33,60)
#7A354D
(122,53,77)
#87495E
(135,73,94)
#945D6F
(148,93,111)
#A17180
(161,113,128)
#AE8591
(174,133,145)
#BB99A2
(187,153,162)
#C8ADB3
(200,173,179)
#D5C1C4
(213,193,196)
#E2D5D5
(226,213,213)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D213C; }

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

This text font color is #6D213C.

Background Color

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

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

This div background color is #6D213C.

Border color

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

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

This div border color is #6D213C.

Opacity

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

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

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

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

This text has shadow with #6D213C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D213C.

Preview

Color preview on black background

This text has color #6D213C on black background.


Color preview on white background

This text has color #6D213C on white background.


Black color preview on #6D213C background

This text has black color on #6D213C background.


White color preview on #6D213C background

This text has white color on #6D213C background.


Related colors

Complementary color

Complementary color for #hex is #92DEC3.


I love getcolorcode.com

Triadic colors

1 #3C6D21 and #213C6D with #6D213C are triadic colors.

2 #3C216D and #216D3C with #6D213C are triadic colors.