COLOR #6C745C

HEX: #6C745C
RGB: (108,116,92)

Color info

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

RGB color model

#6C745C color RGB value is (108,116,92).

  • red value is 108;
  • green value is 116;
  • blue value is 92.
RGB:
(108,116,92)
(42%,45%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 92 of 255 = 36%

108
116
92

R + G + B ~ 41%. #6C745C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 92 = 316 (100%)
R 108 of 316 ~ 34.18%
G 116 of 316 ~ 36.71%
B 92 of 316 ~ 29.11%

%34.18
%36.71
%29.11

CMYK color model

#6C745C color CMYK value is (7,0,21,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(7,0,21,55)
C7M0Y21K55 
(7%,0%,21%,55%)
(0.07/0.00/0.21/0.55)	

CMYK percentages

%6.9
%0
%20.69
%54.51

Codes

Color #6C745C in popluar color models

6C745C
RGB10811692
HSL80°11.54%40.78%
HSB/HSV80°20.69%45.49%
CMYK6.90%0.00%20.69%
54.51%

Color #6C745C in popluar number systems.

HEX6C745C
Decimal10811692
Binary110110011101001011100
Octal154164134

Shades and tints

Shades of #6C745C

#6C745C
(108,116,92)
#636A54
(99,106,84)
#5A604C
(90,96,76)
#515644
(81,86,68)
#484C3C
(72,76,60)
#3F4234
(63,66,52)
#36382C
(54,56,44)
#2D2E24
(45,46,36)
#24241C
(36,36,28)
#1B1A14
(27,26,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #6C745C

#6C745C
(108,116,92)
#79806A
(121,128,106)
#868C78
(134,140,120)
#939886
(147,152,134)
#A0A494
(160,164,148)
#ADB0A2
(173,176,162)
#BABCB0
(186,188,176)
#C7C8BE
(199,200,190)
#D4D4CC
(212,212,204)
#E1E0DA
(225,224,218)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C745C; }

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

This text font color is #6C745C.


Background Color

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

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

This div background color is #6C745C.


Border color

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

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

This div border color is #6C745C.


Opacity

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

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

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

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

This text has shadow with #6C745C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C745C on black background.


Color preview on white background

This text has color #6C745C on white background.



Black color preview on #6C745C background

This text has black color on #6C745C background.


White color preview on #6C745C background

This text has white color on #6C745C background.