COLOR #6C746F

HEX: #6C746F RGB: (108,116,111)

Color info

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

RGB color model

#6C746F color RGB value is (108,116,111).

RGB: (108,116,111) (42%, 45%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 111 of 255 = 44%

108
116
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 111 = 335 (100%)
R 108 of 335 ~ 32.24%
G 116 of 335 ~ 34.63%
B 111 of 335 ~ 33.13'%

%32.24
%34.63
%33.13

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%

CMYK: (7,0,4,55)
C7M0Y4K55 (7%, 0%, 4%, 55%)
(0.07 / 0.00 / 0.04 / 0.55)

CMYK percentages

%6.9
%0
%4.31
%54.51

Codes

Color #6C746F in popluar color models

6C 74 6F
RGB 108 116 111
HSL 143° 3.57% 43.92%
HSB/HSV 143° 6.90% 45.49%
CMYK 6.90% 0.00% 4.31%
54.51%

Color #6C746F in popluar number systems.

HEX 6C 74 6F
Decimal 108 116 111
Binary 1101100 1110100 1101111
Octal 154 164 157

Shades and tints

Shades of #6C746F

#6C746F
(108,116,111)
#636A65
(99,106,101)
#5A605B
(90,96,91)
#515651
(81,86,81)
#484C47
(72,76,71)
#3F423D
(63,66,61)
#363833
(54,56,51)
#2D2E29
(45,46,41)
#24241F
(36,36,31)
#1B1A15
(27,26,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C746F

#6C746F
(108,116,111)
#79807C
(121,128,124)
#868C89
(134,140,137)
#939896
(147,152,150)
#A0A4A3
(160,164,163)
#ADB0B0
(173,176,176)
#BABCBD
(186,188,189)
#C7C8CA
(199,200,202)
#D4D4D7
(212,212,215)
#E1E0E4
(225,224,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C746F; }

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

This text font color is #6C746F.

Background Color

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

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

This div background color is #6C746F.

Border color

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

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

This div border color is #6C746F.

Opacity

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

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

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

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

This text has shadow with #6C746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C746F.

Preview

Color preview on black background

This text has color #6C746F on black background.


Color preview on white background

This text has color #6C746F on white background.


Black color preview on #6C746F background

This text has black color on #6C746F background.


White color preview on #6C746F background

This text has white color on #6C746F background.


Related colors

Complementary color

Complementary color for #hex is #938B90.


I love getcolorcode.com

Triadic colors

1 #6F6C74 and #746F6C with #6C746F are triadic colors.

2 #6F746C and #746C6F with #6C746F are triadic colors.