COLOR #6C3E32

HEX: #6C3E32
RGB: (108,62,50)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
62
50

R + G + B ~ 29%. #6C3E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 50 = 220 (100%)
R 108 of 220 ~ 49.09%
G 62 of 220 ~ 28.18%
B 50 of 220 ~ 22.73%

%49.09
%28.18
%22.73

CMYK color model

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

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

CMYK percentages

%0
%42.59
%53.7
%57.65

Codes

Color #6C3E32 in popluar color models

6C3E32
RGB1086250
HSL12°36.71%30.98%
HSB/HSV12°53.70%42.35%
CMYK0.00%42.59%53.70%
57.65%

Color #6C3E32 in popluar number systems.

HEX6C3E32
Decimal1086250
Binary1101100111110110010
Octal1547662

Shades and tints

Shades of #6C3E32

#6C3E32
(108,62,50)
#63392E
(99,57,46)
#5A342A
(90,52,42)
#512F26
(81,47,38)
#482A22
(72,42,34)
#3F251E
(63,37,30)
#36201A
(54,32,26)
#2D1B16
(45,27,22)
#241612
(36,22,18)
#1B110E
(27,17,14)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C3E32

#6C3E32
(108,62,50)
#794F44
(121,79,68)
#866056
(134,96,86)
#937168
(147,113,104)
#A0827A
(160,130,122)
#AD938C
(173,147,140)
#BAA49E
(186,164,158)
#C7B5B0
(199,181,176)
#D4C6C2
(212,198,194)
#E1D7D4
(225,215,212)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3E32; }

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

This text font color is #6C3E32.


Background Color

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

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

This div background color is #6C3E32.


Border color

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

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

This div border color is #6C3E32.


Opacity

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

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

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

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

This text has shadow with #6C3E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E32 on black background.


Color preview on white background

This text has color #6C3E32 on white background.



Black color preview on #6C3E32 background

This text has black color on #6C3E32 background.


White color preview on #6C3E32 background

This text has white color on #6C3E32 background.