COLOR #6C3743

HEX: #6C3743 RGB: (108,55,67)

Color info

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

RGB color model

#6C3743 color RGB value is (108,55,67).

RGB: (108,55,67) (42%, 22%, 26%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 67 of 255 = 26%

108
55
67

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

Portions of RGB colors in percentages

R + G + B = 108 + 55 + 67 = 230 (100%)
R 108 of 230 ~ 46.96%
G 55 of 230 ~ 23.91%
B 67 of 230 ~ 29.13'%

%46.96
%23.91
%29.13

CMYK color model

#6C3743 color CMYK value is (0,49,38,58).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 37.96%
  • key color value is 57.65%

CMYK: (0,49,38,58)
C0M49Y38K58 (0%, 49%, 38%, 58%)
(0.00 / 0.49 / 0.38 / 0.58)

CMYK percentages

%0
%49.07
%37.96
%57.65

Codes

Color #6C3743 in popluar color models

6C 37 43
RGB 108 55 67
HSL 346° 32.52% 31.96%
HSB/HSV 346° 49.07% 42.35%
CMYK 0.00% 49.07% 37.96%
57.65%

Color #6C3743 in popluar number systems.

HEX 6C 37 43
Decimal 108 55 67
Binary 1101100 110111 1000011
Octal 154 67 103

Shades and tints

Shades of #6C3743

#6C3743
(108,55,67)
#63323D
(99,50,61)
#5A2D37
(90,45,55)
#512831
(81,40,49)
#48232B
(72,35,43)
#3F1E25
(63,30,37)
#36191F
(54,25,31)
#2D1419
(45,20,25)
#240F13
(36,15,19)
#1B0A0D
(27,10,13)
#120507
(18,5,7)
#000000
(0,0,0)

Tints of #6C3743

#6C3743
(108,55,67)
#794954
(121,73,84)
#865B65
(134,91,101)
#936D76
(147,109,118)
#A07F87
(160,127,135)
#AD9198
(173,145,152)
#BAA3A9
(186,163,169)
#C7B5BA
(199,181,186)
#D4C7CB
(212,199,203)
#E1D9DC
(225,217,220)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3743 color. Also use rgb(108,55,67) instead hex code.

Text Font Color

.myTextColor { color: #6C3743; }

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

This text font color is #6C3743.

Background Color

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

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

This div background color is #6C3743.

Border color

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

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

This div border color is #6C3743.

Opacity

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

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

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

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

This text has shadow with #6C3743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3743.

Preview

Color preview on black background

This text has color #6C3743 on black background.


Color preview on white background

This text has color #6C3743 on white background.


Black color preview on #6C3743 background

This text has black color on #6C3743 background.


White color preview on #6C3743 background

This text has white color on #6C3743 background.


Related colors

Complementary color

Complementary color for #hex is #93C8BC.


I love getcolorcode.com

Triadic colors

1 #436C37 and #37436C with #6C3743 are triadic colors.

2 #43376C and #376C43 with #6C3743 are triadic colors.