COLOR #6D2444

HEX: #6D2444
RGB: (109,36,68)

Color info

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

RGB color model

#6D2444 color RGB value is (109,36,68).

  • red value is 109;
  • green value is 36;
  • blue value is 68.
RGB:
(109,36,68)
(43%,14%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 36 of 255 = 14%
B 68 of 255 = 27%

109
36
68

R + G + B ~ 28%. #6D2444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 36 + 68 = 213 (100%)
R 109 of 213 ~ 51.17%
G 36 of 213 ~ 16.9%
B 68 of 213 ~ 31.92%

%51.17
%16.9
%31.92

CMYK color model

#6D2444 color CMYK value is (0,67,38,57).

  • cyan value is 0.00%
  • magenta value is 66.97%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(0,67,38,57)
C0M67Y38K57 
(0%,67%,38%,57%)
(0.00/0.67/0.38/0.57)	

CMYK percentages

%0
%66.97
%37.61
%57.25

Codes

Color #6D2444 in popluar color models

6D2444
RGB1093668
HSL334°50.34%28.43%
HSB/HSV334°66.97%42.75%
CMYK0.00%66.97%37.61%
57.25%

Color #6D2444 in popluar number systems.

HEX6D2444
Decimal1093668
Binary11011011001001000100
Octal15544104

Shades and tints

Shades of #6D2444

#6D2444
(109,36,68)
#64213E
(100,33,62)
#5B1E38
(91,30,56)
#521B32
(82,27,50)
#49182C
(73,24,44)
#401526
(64,21,38)
#371220
(55,18,32)
#2E0F1A
(46,15,26)
#250C14
(37,12,20)
#1C090E
(28,9,14)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #6D2444

#6D2444
(109,36,68)
#7A3755
(122,55,85)
#874A66
(135,74,102)
#945D77
(148,93,119)
#A17088
(161,112,136)
#AE8399
(174,131,153)
#BB96AA
(187,150,170)
#C8A9BB
(200,169,187)
#D5BCCC
(213,188,204)
#E2CFDD
(226,207,221)
#EFE2EE
(239,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2444 color. Also use rgb(109,36,68) instead hex code.

Text Font Color

.myTextColor { color: #6D2444; }

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

This text font color is #6D2444.


Background Color

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

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

This div background color is #6D2444.


Border color

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

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

This div border color is #6D2444.


Opacity

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

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

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

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

This text has shadow with #6D2444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2444 on black background.


Color preview on white background

This text has color #6D2444 on white background.



Black color preview on #6D2444 background

This text has black color on #6D2444 background.


White color preview on #6D2444 background

This text has white color on #6D2444 background.