COLOR #6C313C

HEX: #6C313C RGB: (108,49,60)

Color info

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

RGB color model

#6C313C color RGB value is (108,49,60).

RGB: (108,49,60) (42%, 19%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 49 of 255 = 19%
B 60 of 255 = 24%

108
49
60

R + G + B ~ 28%. #6C313C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 49 + 60 = 217 (100%)
R 108 of 217 ~ 49.77%
G 49 of 217 ~ 22.58%
B 60 of 217 ~ 27.65'%

%49.77
%22.58
%27.65

CMYK color model

#6C313C color CMYK value is (0,55,44,58).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK: (0,55,44,58) C0M55Y44K58 (0%,55%,44%,58%) (0.00/0.55/0.44/0.58) 

CMYK percentages

%0
%54.63
%44.44
%57.65

Codes

Color #6C313C in popluar color models

6C 31 3C
RGB 108 49 60
HSL 349° 37.58% 30.78%
HSB/HSV 349° 54.63% 42.35%
CMYK 0.00% 54.63% 44.44%
57.65%

Color #6C313C in popluar number systems.

HEX 6C 31 3C
Decimal 108 49 60
Binary 1101100 110001 111100
Octal 154 61 74

Shades and tints

Shades of #6C313C

#6C313C
(108,49,60)
#632D37
(99,45,55)
#5A2932
(90,41,50)
#51252D
(81,37,45)
#482128
(72,33,40)
#3F1D23
(63,29,35)
#36191E
(54,25,30)
#2D1519
(45,21,25)
#241114
(36,17,20)
#1B0D0F
(27,13,15)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #6C313C

#6C313C
(108,49,60)
#79434D
(121,67,77)
#86555E
(134,85,94)
#93676F
(147,103,111)
#A07980
(160,121,128)
#AD8B91
(173,139,145)
#BA9DA2
(186,157,162)
#C7AFB3
(199,175,179)
#D4C1C4
(212,193,196)
#E1D3D5
(225,211,213)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C313C; }

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

This text font color is #6C313C.

Background Color

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

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

This div background color is #6C313C.

Border color

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

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

This div border color is #6C313C.

Opacity

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

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

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

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

This text has shadow with #6C313C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C313C.

Preview

Color preview on black background

This text has color #6C313C on black background.


Color preview on white background

This text has color #6C313C on white background.


Black color preview on #6C313C background

This text has black color on #6C313C background.


White color preview on #6C313C background

This text has white color on #6C313C background.


Related colors

Complementary color

Complementary color for #hex is #93CEC3.


I love getcolorcode.com

Triadic colors

1 #3C6C31 and #313C6C with #6C313C are triadic colors.

2 #3C316C and #316C3C with #6C313C are triadic colors.