COLOR #6D2137

HEX: #6D2137
RGB: (109,33,55)

Color info

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

RGB color model

#6D2137 color RGB value is (109,33,55).

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

RGB channels and saturation

R 109 of 255 = 43%
G 33 of 255 = 13%
B 55 of 255 = 22%

109
33
55

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

Portions of RGB colors in percentages

R + G + B =
109 + 33 + 55 = 197 (100%)
R 109 of 197 ~ 55.33%
G 33 of 197 ~ 16.75%
B 55 of 197 ~ 27.92%

%55.33
%16.75
%27.92

CMYK color model

#6D2137 color CMYK value is (0,70,50,57).

  • cyan value is 0.00%
  • magenta value is 69.72%
  • yellow value is 49.54%
  • key color value is 57.25%
CMYK:
(0,70,50,57)
C0M70Y50K57 
(0%,70%,50%,57%)
(0.00/0.70/0.50/0.57)	

CMYK percentages

%0
%69.72
%49.54
%57.25

Codes

Color #6D2137 in popluar color models

6D2137
RGB1093355
HSL343°53.52%27.84%
HSB/HSV343°69.72%42.75%
CMYK0.00%69.72%49.54%
57.25%

Color #6D2137 in popluar number systems.

HEX6D2137
Decimal1093355
Binary1101101100001110111
Octal1554167

Shades and tints

Shades of #6D2137

#6D2137
(109,33,55)
#641E32
(100,30,50)
#5B1B2D
(91,27,45)
#521828
(82,24,40)
#491523
(73,21,35)
#40121E
(64,18,30)
#370F19
(55,15,25)
#2E0C14
(46,12,20)
#25090F
(37,9,15)
#1C060A
(28,6,10)
#130305
(19,3,5)
#000000
(0,0,0)

Tints of #6D2137

#6D2137
(109,33,55)
#7A3549
(122,53,73)
#87495B
(135,73,91)
#945D6D
(148,93,109)
#A1717F
(161,113,127)
#AE8591
(174,133,145)
#BB99A3
(187,153,163)
#C8ADB5
(200,173,181)
#D5C1C7
(213,193,199)
#E2D5D9
(226,213,217)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2137; }

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

This text font color is #6D2137.


Background Color

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

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

This div background color is #6D2137.


Border color

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

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

This div border color is #6D2137.


Opacity

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

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

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

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

This text has shadow with #6D2137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2137 on black background.


Color preview on white background

This text has color #6D2137 on white background.



Black color preview on #6D2137 background

This text has black color on #6D2137 background.


White color preview on #6D2137 background

This text has white color on #6D2137 background.