COLOR #6D2536

HEX: #6D2536
RGB: (109,37,54)

Color info

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

RGB color model

#6D2536 color RGB value is (109,37,54).

  • red value is 109;
  • green value is 37;
  • blue value is 54.
RGB:
(109,37,54)
(43%,15%,21%)

RGB channels and saturation

R 109 of 255 = 43%
G 37 of 255 = 15%
B 54 of 255 = 21%

109
37
54

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

Portions of RGB colors in percentages

R + G + B =
109 + 37 + 54 = 200 (100%)
R 109 of 200 ~ 54.5%
G 37 of 200 ~ 18.5%
B 54 of 200 ~ 27%

%54.5
%18.5
%27

CMYK color model

#6D2536 color CMYK value is (0,66,50,57).

  • cyan value is 0.00%
  • magenta value is 66.06%
  • yellow value is 50.46%
  • key color value is 57.25%
CMYK:
(0,66,50,57)
C0M66Y50K57 
(0%,66%,50%,57%)
(0.00/0.66/0.50/0.57)	

CMYK percentages

%0
%66.06
%50.46
%57.25

Codes

Color #6D2536 in popluar color models

6D2536
RGB1093754
HSL346°49.32%28.63%
HSB/HSV346°66.06%42.75%
CMYK0.00%66.06%50.46%
57.25%

Color #6D2536 in popluar number systems.

HEX6D2536
Decimal1093754
Binary1101101100101110110
Octal1554566

Shades and tints

Shades of #6D2536

#6D2536
(109,37,54)
#642232
(100,34,50)
#5B1F2E
(91,31,46)
#521C2A
(82,28,42)
#491926
(73,25,38)
#401622
(64,22,34)
#37131E
(55,19,30)
#2E101A
(46,16,26)
#250D16
(37,13,22)
#1C0A12
(28,10,18)
#13070E
(19,7,14)
#000000
(0,0,0)

Tints of #6D2536

#6D2536
(109,37,54)
#7A3848
(122,56,72)
#874B5A
(135,75,90)
#945E6C
(148,94,108)
#A1717E
(161,113,126)
#AE8490
(174,132,144)
#BB97A2
(187,151,162)
#C8AAB4
(200,170,180)
#D5BDC6
(213,189,198)
#E2D0D8
(226,208,216)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2536 color. Also use rgb(109,37,54) instead hex code.

Text Font Color

.myTextColor { color: #6D2536; }

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

This text font color is #6D2536.


Background Color

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

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

This div background color is #6D2536.


Border color

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

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

This div border color is #6D2536.


Opacity

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

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

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

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

This text has shadow with #6D2536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2536 on black background.


Color preview on white background

This text has color #6D2536 on white background.



Black color preview on #6D2536 background

This text has black color on #6D2536 background.


White color preview on #6D2536 background

This text has white color on #6D2536 background.