COLOR #6C3A39

HEX: #6C3A39
RGB: (108,58,57)

Color info

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

RGB color model

#6C3A39 color RGB value is (108,58,57).

  • red value is 108;
  • green value is 58;
  • blue value is 57.
RGB:
(108,58,57)
(42%,23%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 58 of 255 = 23%
B 57 of 255 = 22%

108
58
57

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

Portions of RGB colors in percentages

R + G + B =
108 + 58 + 57 = 223 (100%)
R 108 of 223 ~ 48.43%
G 58 of 223 ~ 26.01%
B 57 of 223 ~ 25.56%

%48.43
%26.01
%25.56

CMYK color model

#6C3A39 color CMYK value is (0,46,47,58).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 47.22%
  • key color value is 57.65%
CMYK:
(0,46,47,58)
C0M46Y47K58 
(0%,46%,47%,58%)
(0.00/0.46/0.47/0.58)	

CMYK percentages

%0
%46.3
%47.22
%57.65

Codes

Color #6C3A39 in popluar color models

6C3A39
RGB1085857
HSL30.91%32.35%
HSB/HSV47.22%42.35%
CMYK0.00%46.30%47.22%
57.65%

Color #6C3A39 in popluar number systems.

HEX6C3A39
Decimal1085857
Binary1101100111010111001
Octal1547271

Shades and tints

Shades of #6C3A39

#6C3A39
(108,58,57)
#633534
(99,53,52)
#5A302F
(90,48,47)
#512B2A
(81,43,42)
#482625
(72,38,37)
#3F2120
(63,33,32)
#361C1B
(54,28,27)
#2D1716
(45,23,22)
#241211
(36,18,17)
#1B0D0C
(27,13,12)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #6C3A39

#6C3A39
(108,58,57)
#794B4B
(121,75,75)
#865C5D
(134,92,93)
#936D6F
(147,109,111)
#A07E81
(160,126,129)
#AD8F93
(173,143,147)
#BAA0A5
(186,160,165)
#C7B1B7
(199,177,183)
#D4C2C9
(212,194,201)
#E1D3DB
(225,211,219)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3A39; }

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

This text font color is #6C3A39.


Background Color

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

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

This div background color is #6C3A39.


Border color

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

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

This div border color is #6C3A39.


Opacity

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

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

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

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

This text has shadow with #6C3A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3A39 on black background.


Color preview on white background

This text has color #6C3A39 on white background.



Black color preview on #6C3A39 background

This text has black color on #6C3A39 background.


White color preview on #6C3A39 background

This text has white color on #6C3A39 background.