COLOR #6C2837

HEX: #6C2837
RGB: (108,40,55)

Color info

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

RGB color model

#6C2837 color RGB value is (108,40,55).

  • red value is 108;
  • green value is 40;
  • blue value is 55.
RGB:
(108,40,55)
(42%,16%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 40 of 255 = 16%
B 55 of 255 = 22%

108
40
55

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

Portions of RGB colors in percentages

R + G + B =
108 + 40 + 55 = 203 (100%)
R 108 of 203 ~ 53.2%
G 40 of 203 ~ 19.7%
B 55 of 203 ~ 27.09%

%53.2
%19.7
%27.09

CMYK color model

#6C2837 color CMYK value is (0,63,49,58).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 49.07%
  • key color value is 57.65%
CMYK:
(0,63,49,58)
C0M63Y49K58 
(0%,63%,49%,58%)
(0.00/0.63/0.49/0.58)	

CMYK percentages

%0
%62.96
%49.07
%57.65

Codes

Color #6C2837 in popluar color models

6C2837
RGB1084055
HSL347°45.95%29.02%
HSB/HSV347°62.96%42.35%
CMYK0.00%62.96%49.07%
57.65%

Color #6C2837 in popluar number systems.

HEX6C2837
Decimal1084055
Binary1101100101000110111
Octal1545067

Shades and tints

Shades of #6C2837

#6C2837
(108,40,55)
#632532
(99,37,50)
#5A222D
(90,34,45)
#511F28
(81,31,40)
#481C23
(72,28,35)
#3F191E
(63,25,30)
#361619
(54,22,25)
#2D1314
(45,19,20)
#24100F
(36,16,15)
#1B0D0A
(27,13,10)
#120A05
(18,10,5)
#000000
(0,0,0)

Tints of #6C2837

#6C2837
(108,40,55)
#793B49
(121,59,73)
#864E5B
(134,78,91)
#93616D
(147,97,109)
#A0747F
(160,116,127)
#AD8791
(173,135,145)
#BA9AA3
(186,154,163)
#C7ADB5
(199,173,181)
#D4C0C7
(212,192,199)
#E1D3D9
(225,211,217)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2837 color. Also use rgb(108,40,55) instead hex code.

Text Font Color

.myTextColor { color: #6C2837; }

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

This text font color is #6C2837.


Background Color

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

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

This div background color is #6C2837.


Border color

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

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

This div border color is #6C2837.


Opacity

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

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

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

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

This text has shadow with #6C2837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2837 on black background.


Color preview on white background

This text has color #6C2837 on white background.



Black color preview on #6C2837 background

This text has black color on #6C2837 background.


White color preview on #6C2837 background

This text has white color on #6C2837 background.