COLOR #6C746D

HEX: #6C746D
RGB: (108,116,109)

Color info

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

RGB color model

#6C746D color RGB value is (108,116,109).

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

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 109 of 255 = 43%

108
116
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 109 = 333 (100%)
R 108 of 333 ~ 32.43%
G 116 of 333 ~ 34.83%
B 109 of 333 ~ 32.73%

%32.43
%34.83
%32.73

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(7,0,6,55)
C7M0Y6K55 
(7%,0%,6%,55%)
(0.07/0.00/0.06/0.55)	

CMYK percentages

%6.9
%0
%6.03
%54.51

Codes

Color #6C746D in popluar color models

6C746D
RGB108116109
HSL128°3.57%43.92%
HSB/HSV128°6.90%45.49%
CMYK6.90%0.00%6.03%
54.51%

Color #6C746D in popluar number systems.

HEX6C746D
Decimal108116109
Binary110110011101001101101
Octal154164155

Shades and tints

Shades of #6C746D

#6C746D
(108,116,109)
#636A64
(99,106,100)
#5A605B
(90,96,91)
#515652
(81,86,82)
#484C49
(72,76,73)
#3F4240
(63,66,64)
#363837
(54,56,55)
#2D2E2E
(45,46,46)
#242425
(36,36,37)
#1B1A1C
(27,26,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #6C746D

#6C746D
(108,116,109)
#79807A
(121,128,122)
#868C87
(134,140,135)
#939894
(147,152,148)
#A0A4A1
(160,164,161)
#ADB0AE
(173,176,174)
#BABCBB
(186,188,187)
#C7C8C8
(199,200,200)
#D4D4D5
(212,212,213)
#E1E0E2
(225,224,226)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C746D; }

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

This text font color is #6C746D.


Background Color

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

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

This div background color is #6C746D.


Border color

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

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

This div border color is #6C746D.


Opacity

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

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

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

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

This text has shadow with #6C746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C746D on black background.


Color preview on white background

This text has color #6C746D on white background.



Black color preview on #6C746D background

This text has black color on #6C746D background.


White color preview on #6C746D background

This text has white color on #6C746D background.