COLOR #6C313E

HEX: #6C313E RGB: (108,49,62)

Color info

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

RGB color model

#6C313E color RGB value is (108,49,62).

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

RGB channels and saturation

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

108
49
62

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

Portions of RGB colors in percentages

R + G + B = 108 + 49 + 62 = 219 (100%)
R 108 of 219 ~ 49.32%
G 49 of 219 ~ 22.37%
B 62 of 219 ~ 28.31'%

%49.32
%22.37
%28.31

CMYK color model

#6C313E color CMYK value is (0,55,43,58).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 42.59%
  • key color value is 57.65%

CMYK: (0,55,43,58)
C0M55Y43K58 (0%, 55%, 43%, 58%)
(0.00 / 0.55 / 0.43 / 0.58)

CMYK percentages

%0
%54.63
%42.59
%57.65

Codes

Color #6C313E in popluar color models

6C 31 3E
RGB 108 49 62
HSL 347° 37.58% 30.78%
HSB/HSV 347° 54.63% 42.35%
CMYK 0.00% 54.63% 42.59%
57.65%

Color #6C313E in popluar number systems.

HEX 6C 31 3E
Decimal 108 49 62
Binary 1101100 110001 111110
Octal 154 61 76

Shades and tints

Shades of #6C313E

#6C313E
(108,49,62)
#632D39
(99,45,57)
#5A2934
(90,41,52)
#51252F
(81,37,47)
#48212A
(72,33,42)
#3F1D25
(63,29,37)
#361920
(54,25,32)
#2D151B
(45,21,27)
#241116
(36,17,22)
#1B0D11
(27,13,17)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #6C313E

#6C313E
(108,49,62)
#79434F
(121,67,79)
#865560
(134,85,96)
#936771
(147,103,113)
#A07982
(160,121,130)
#AD8B93
(173,139,147)
#BA9DA4
(186,157,164)
#C7AFB5
(199,175,181)
#D4C1C6
(212,193,198)
#E1D3D7
(225,211,215)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C313E; }

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

This text font color is #6C313E.

Background Color

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

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

This div background color is #6C313E.

Border color

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

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

This div border color is #6C313E.

Opacity

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

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

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

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

This text has shadow with #6C313E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C313E.

Preview

Color preview on black background

This text has color #6C313E on black background.


Color preview on white background

This text has color #6C313E on white background.


Black color preview on #6C313E background

This text has black color on #6C313E background.


White color preview on #6C313E background

This text has white color on #6C313E background.


Related colors

Complementary color

Complementary color for #hex is #93CEC1.


I love getcolorcode.com

Triadic colors

1 #3E6C31 and #313E6C with #6C313E are triadic colors.

2 #3E316C and #316C3E with #6C313E are triadic colors.