COLOR #6C3232

HEX: #6C3232
RGB: (108,50,50)

Color info

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

RGB color model

#6C3232 color RGB value is (108,50,50).

  • red value is 108;
  • green value is 50;
  • blue value is 50.
RGB:
(108,50,50)
(42%,20%,20%)

RGB channels and saturation

R 108 of 255 = 42%
G 50 of 255 = 20%
B 50 of 255 = 20%

108
50
50

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

Portions of RGB colors in percentages

R + G + B =
108 + 50 + 50 = 208 (100%)
R 108 of 208 ~ 51.92%
G 50 of 208 ~ 24.04%
B 50 of 208 ~ 24.04%

%51.92
%24.04
%24.04

CMYK color model

#6C3232 color CMYK value is (0,54,54,58).

  • cyan value is 0.00%
  • magenta value is 53.70%
  • yellow value is 53.70%
  • key color value is 57.65%
CMYK:
(0,54,54,58)
C0M54Y54K58 
(0%,54%,54%,58%)
(0.00/0.54/0.54/0.58)	

CMYK percentages

%0
%53.7
%53.7
%57.65

Codes

Color #6C3232 in popluar color models

6C3232
RGB1085050
HSL36.71%30.98%
HSB/HSV53.70%42.35%
CMYK0.00%53.70%53.70%
57.65%

Color #6C3232 in popluar number systems.

HEX6C3232
Decimal1085050
Binary1101100110010110010
Octal1546262

Shades and tints

Shades of #6C3232

#6C3232
(108,50,50)
#632E2E
(99,46,46)
#5A2A2A
(90,42,42)
#512626
(81,38,38)
#482222
(72,34,34)
#3F1E1E
(63,30,30)
#361A1A
(54,26,26)
#2D1616
(45,22,22)
#241212
(36,18,18)
#1B0E0E
(27,14,14)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C3232

#6C3232
(108,50,50)
#794444
(121,68,68)
#865656
(134,86,86)
#936868
(147,104,104)
#A07A7A
(160,122,122)
#AD8C8C
(173,140,140)
#BA9E9E
(186,158,158)
#C7B0B0
(199,176,176)
#D4C2C2
(212,194,194)
#E1D4D4
(225,212,212)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3232; }

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

This text font color is #6C3232.


Background Color

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

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

This div background color is #6C3232.


Border color

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

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

This div border color is #6C3232.


Opacity

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

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

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

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

This text has shadow with #6C3232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3232 on black background.


Color preview on white background

This text has color #6C3232 on white background.



Black color preview on #6C3232 background

This text has black color on #6C3232 background.


White color preview on #6C3232 background

This text has white color on #6C3232 background.