COLOR #6C3A3F

HEX: #6C3A3F
RGB: (108,58,63)

Color info

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

RGB color model

#6C3A3F color RGB value is (108,58,63).

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

RGB channels and saturation

R 108 of 255 = 42%
G 58 of 255 = 23%
B 63 of 255 = 25%

108
58
63

R + G + B ~ 30%. #6C3A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 58 + 63 = 229 (100%)
R 108 of 229 ~ 47.16%
G 58 of 229 ~ 25.33%
B 63 of 229 ~ 27.51%

%47.16
%25.33
%27.51

CMYK color model

#6C3A3F color CMYK value is (0,46,42,58).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(0,46,42,58)
C0M46Y42K58 
(0%,46%,42%,58%)
(0.00/0.46/0.42/0.58)	

CMYK percentages

%0
%46.3
%41.67
%57.65

Codes

Color #6C3A3F in popluar color models

6C3A3F
RGB1085863
HSL354°30.12%32.55%
HSB/HSV354°46.30%42.35%
CMYK0.00%46.30%41.67%
57.65%

Color #6C3A3F in popluar number systems.

HEX6C3A3F
Decimal1085863
Binary1101100111010111111
Octal1547277

Shades and tints

Shades of #6C3A3F

#6C3A3F
(108,58,63)
#63353A
(99,53,58)
#5A3035
(90,48,53)
#512B30
(81,43,48)
#48262B
(72,38,43)
#3F2126
(63,33,38)
#361C21
(54,28,33)
#2D171C
(45,23,28)
#241217
(36,18,23)
#1B0D12
(27,13,18)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #6C3A3F

#6C3A3F
(108,58,63)
#794B50
(121,75,80)
#865C61
(134,92,97)
#936D72
(147,109,114)
#A07E83
(160,126,131)
#AD8F94
(173,143,148)
#BAA0A5
(186,160,165)
#C7B1B6
(199,177,182)
#D4C2C7
(212,194,199)
#E1D3D8
(225,211,216)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3A3F; }

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

This text font color is #6C3A3F.


Background Color

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

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

This div background color is #6C3A3F.


Border color

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

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

This div border color is #6C3A3F.


Opacity

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

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

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

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

This text has shadow with #6C3A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3A3F on black background.


Color preview on white background

This text has color #6C3A3F on white background.



Black color preview on #6C3A3F background

This text has black color on #6C3A3F background.


White color preview on #6C3A3F background

This text has white color on #6C3A3F background.