COLOR #6C4E4E

HEX: #6C4E4E
RGB: (108,78,78)

Color info

#6C4E4E contains red, green and blue colors in about the same proportion. Web safe color of #6C4E4E is #666666 (or #666).

RGB color model

#6C4E4E color RGB value is (108,78,78).

  • red value is 108;
  • green value is 78;
  • blue value is 78.
RGB:
(108,78,78)
(42%,31%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 78 of 255 = 31%

108
78
78

R + G + B ~ 35%. #6C4E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 78 = 264 (100%)
R 108 of 264 ~ 40.91%
G 78 of 264 ~ 29.55%
B 78 of 264 ~ 29.55%

%40.91
%29.55
%29.55

CMYK color model

#6C4E4E color CMYK value is (0,28,28,58).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,28,28,58)
C0M28Y28K58 
(0%,28%,28%,58%)
(0.00/0.28/0.28/0.58)	

CMYK percentages

%0
%27.78
%27.78
%57.65

Codes

Color #6C4E4E in popluar color models

6C4E4E
RGB1087878
HSL16.13%36.47%
HSB/HSV27.78%42.35%
CMYK0.00%27.78%27.78%
57.65%

Color #6C4E4E in popluar number systems.

HEX6C4E4E
Decimal1087878
Binary110110010011101001110
Octal154116116

Shades and tints

Shades of #6C4E4E

#6C4E4E
(108,78,78)
#634747
(99,71,71)
#5A4040
(90,64,64)
#513939
(81,57,57)
#483232
(72,50,50)
#3F2B2B
(63,43,43)
#362424
(54,36,36)
#2D1D1D
(45,29,29)
#241616
(36,22,22)
#1B0F0F
(27,15,15)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #6C4E4E

#6C4E4E
(108,78,78)
#795E5E
(121,94,94)
#866E6E
(134,110,110)
#937E7E
(147,126,126)
#A08E8E
(160,142,142)
#AD9E9E
(173,158,158)
#BAAEAE
(186,174,174)
#C7BEBE
(199,190,190)
#D4CECE
(212,206,206)
#E1DEDE
(225,222,222)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4E4E; }

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

This text font color is #6C4E4E.


Background Color

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

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

This div background color is #6C4E4E.


Border color

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

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

This div border color is #6C4E4E.


Opacity

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

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

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

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

This text has shadow with #6C4E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4E4E on black background.


Color preview on white background

This text has color #6C4E4E on white background.



Black color preview on #6C4E4E background

This text has black color on #6C4E4E background.


White color preview on #6C4E4E background

This text has white color on #6C4E4E background.