COLOR #6C2536

HEX: #6C2536 RGB: (108,37,54)

Color info

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

RGB color model

#6C2536 color RGB value is (108,37,54).

RGB: (108,37,54) (42%, 15%, 21%)

RGB channels and saturation

R 108 of 255 = 42%
G 37 of 255 = 15%
B 54 of 255 = 21%

108
37
54

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

Portions of RGB colors in percentages

R + G + B = 108 + 37 + 54 = 199 (100%)
R 108 of 199 ~ 54.27%
G 37 of 199 ~ 18.59%
B 54 of 199 ~ 27.14'%

%54.27
%18.59
%27.14

CMYK color model

#6C2536 color CMYK value is (0,66,50,58).

  • cyan value is 0.00%
  • magenta value is 65.74%
  • yellow value is 50.00%
  • key color value is 57.65%

CMYK: (0,66,50,58)
C0M66Y50K58 (0%, 66%, 50%, 58%)
(0.00 / 0.66 / 0.50 / 0.58)

CMYK percentages

%0
%65.74
%50
%57.65

Codes

Color #6C2536 in popluar color models

6C 25 36
RGB 108 37 54
HSL 346° 48.97% 28.43%
HSB/HSV 346° 65.74% 42.35%
CMYK 0.00% 65.74% 50.00%
57.65%

Color #6C2536 in popluar number systems.

HEX 6C 25 36
Decimal 108 37 54
Binary 1101100 100101 110110
Octal 154 45 66

Shades and tints

Shades of #6C2536

#6C2536
(108,37,54)
#632232
(99,34,50)
#5A1F2E
(90,31,46)
#511C2A
(81,28,42)
#481926
(72,25,38)
#3F1622
(63,22,34)
#36131E
(54,19,30)
#2D101A
(45,16,26)
#240D16
(36,13,22)
#1B0A12
(27,10,18)
#12070E
(18,7,14)
#000000
(0,0,0)

Tints of #6C2536

#6C2536
(108,37,54)
#793848
(121,56,72)
#864B5A
(134,75,90)
#935E6C
(147,94,108)
#A0717E
(160,113,126)
#AD8490
(173,132,144)
#BA97A2
(186,151,162)
#C7AAB4
(199,170,180)
#D4BDC6
(212,189,198)
#E1D0D8
(225,208,216)
#EEE3EA
(238,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2536; }

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

This text font color is #6C2536.

Background Color

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

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

This div background color is #6C2536.

Border color

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

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

This div border color is #6C2536.

Opacity

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

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

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

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

This text has shadow with #6C2536 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2536.

Preview

Color preview on black background

This text has color #6C2536 on black background.


Color preview on white background

This text has color #6C2536 on white background.


Black color preview on #6C2536 background

This text has black color on #6C2536 background.


White color preview on #6C2536 background

This text has white color on #6C2536 background.


Related colors

Complementary color

Complementary color for #hex is #93DAC9.


I love getcolorcode.com

Triadic colors

1 #366C25 and #25366C with #6C2536 are triadic colors.

2 #36256C and #256C36 with #6C2536 are triadic colors.