COLOR #6C3B44

HEX: #6C3B44
RGB: (108,59,68)

Color info

#6C3B44 contains red, green and blue colors in about the same proportion. Web safe color of #6C3B44 is #663333 (or #633).

RGB color model

#6C3B44 color RGB value is (108,59,68).

  • red value is 108;
  • green value is 59;
  • blue value is 68.
RGB:
(108,59,68)
(42%,23%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 59 of 255 = 23%
B 68 of 255 = 27%

108
59
68

R + G + B ~ 31%. #6C3B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 59 + 68 = 235 (100%)
R 108 of 235 ~ 45.96%
G 59 of 235 ~ 25.11%
B 68 of 235 ~ 28.94%

%45.96
%25.11
%28.94

CMYK color model

#6C3B44 color CMYK value is (0,45,37,58).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,45,37,58)
C0M45Y37K58 
(0%,45%,37%,58%)
(0.00/0.45/0.37/0.58)	

CMYK percentages

%0
%45.37
%37.04
%57.65

Codes

Color #6C3B44 in popluar color models

6C3B44
RGB1085968
HSL349°29.34%32.75%
HSB/HSV349°45.37%42.35%
CMYK0.00%45.37%37.04%
57.65%

Color #6C3B44 in popluar number systems.

HEX6C3B44
Decimal1085968
Binary11011001110111000100
Octal15473104

Shades and tints

Shades of #6C3B44

#6C3B44
(108,59,68)
#63363E
(99,54,62)
#5A3138
(90,49,56)
#512C32
(81,44,50)
#48272C
(72,39,44)
#3F2226
(63,34,38)
#361D20
(54,29,32)
#2D181A
(45,24,26)
#241314
(36,19,20)
#1B0E0E
(27,14,14)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #6C3B44

#6C3B44
(108,59,68)
#794C55
(121,76,85)
#865D66
(134,93,102)
#936E77
(147,110,119)
#A07F88
(160,127,136)
#AD9099
(173,144,153)
#BAA1AA
(186,161,170)
#C7B2BB
(199,178,187)
#D4C3CC
(212,195,204)
#E1D4DD
(225,212,221)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3B44 color. Also use rgb(108,59,68) instead hex code.

Text Font Color

.myTextColor { color: #6C3B44; }

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

This text font color is #6C3B44.


Background Color

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

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

This div background color is #6C3B44.


Border color

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

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

This div border color is #6C3B44.


Opacity

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

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

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

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

This text has shadow with #6C3B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3B44 on black background.


Color preview on white background

This text has color #6C3B44 on white background.



Black color preview on #6C3B44 background

This text has black color on #6C3B44 background.


White color preview on #6C3B44 background

This text has white color on #6C3B44 background.