COLOR #6C4547

HEX: #6C4547
RGB: (108,69,71)

Color info

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

RGB color model

#6C4547 color RGB value is (108,69,71).

  • red value is 108;
  • green value is 69;
  • blue value is 71.
RGB:
(108,69,71)
(42%,27%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 69 of 255 = 27%
B 71 of 255 = 28%

108
69
71

R + G + B ~ 32%. #6C4547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 69 + 71 = 248 (100%)
R 108 of 248 ~ 43.55%
G 69 of 248 ~ 27.82%
B 71 of 248 ~ 28.63%

%43.55
%27.82
%28.63

CMYK color model

#6C4547 color CMYK value is (0,36,34,58).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 34.26%
  • key color value is 57.65%
CMYK:
(0,36,34,58)
C0M36Y34K58 
(0%,36%,34%,58%)
(0.00/0.36/0.34/0.58)	

CMYK percentages

%0
%36.11
%34.26
%57.65

Codes

Color #6C4547 in popluar color models

6C4547
RGB1086971
HSL357°22.03%34.71%
HSB/HSV357°36.11%42.35%
CMYK0.00%36.11%34.26%
57.65%

Color #6C4547 in popluar number systems.

HEX6C4547
Decimal1086971
Binary110110010001011000111
Octal154105107

Shades and tints

Shades of #6C4547

#6C4547
(108,69,71)
#633F41
(99,63,65)
#5A393B
(90,57,59)
#513335
(81,51,53)
#482D2F
(72,45,47)
#3F2729
(63,39,41)
#362123
(54,33,35)
#2D1B1D
(45,27,29)
#241517
(36,21,23)
#1B0F11
(27,15,17)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #6C4547

#6C4547
(108,69,71)
#795557
(121,85,87)
#866567
(134,101,103)
#937577
(147,117,119)
#A08587
(160,133,135)
#AD9597
(173,149,151)
#BAA5A7
(186,165,167)
#C7B5B7
(199,181,183)
#D4C5C7
(212,197,199)
#E1D5D7
(225,213,215)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4547 color. Also use rgb(108,69,71) instead hex code.

Text Font Color

.myTextColor { color: #6C4547; }

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

This text font color is #6C4547.


Background Color

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

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

This div background color is #6C4547.


Border color

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

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

This div border color is #6C4547.


Opacity

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

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

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

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

This text has shadow with #6C4547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4547 on black background.


Color preview on white background

This text has color #6C4547 on white background.



Black color preview on #6C4547 background

This text has black color on #6C4547 background.


White color preview on #6C4547 background

This text has white color on #6C4547 background.