COLOR #6B746F

HEX: #6B746F RGB: (107,116,111)

Color info

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

RGB color model

#6B746F color RGB value is (107,116,111).

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

RGB channels and saturation

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

107
116
111

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

Portions of RGB colors in percentages

R + G + B = 107 + 116 + 111 = 334 (100%)
R 107 of 334 ~ 32.04%
G 116 of 334 ~ 34.73%
B 111 of 334 ~ 33.23'%

%32.04
%34.73
%33.23

CMYK color model

#6B746F color CMYK value is (8,0,4,55).

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

CMYK: (8,0,4,55)
C8M0Y4K55 (8%, 0%, 4%, 55%)
(0.08 / 0.00 / 0.04 / 0.55)

CMYK percentages

%7.76
%0
%4.31
%54.51

Codes

Color #6B746F in popluar color models

6B 74 6F
RGB 107 116 111
HSL 147° 4.04% 43.73%
HSB/HSV 147° 7.76% 45.49%
CMYK 7.76% 0.00% 4.31%
54.51%

Color #6B746F in popluar number systems.

HEX 6B 74 6F
Decimal 107 116 111
Binary 1101011 1110100 1101111
Octal 153 164 157

Shades and tints

Shades of #6B746F

#6B746F
(107,116,111)
#626A65
(98,106,101)
#59605B
(89,96,91)
#505651
(80,86,81)
#474C47
(71,76,71)
#3E423D
(62,66,61)
#353833
(53,56,51)
#2C2E29
(44,46,41)
#23241F
(35,36,31)
#1A1A15
(26,26,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #6B746F

#6B746F
(107,116,111)
#78807C
(120,128,124)
#858C89
(133,140,137)
#929896
(146,152,150)
#9FA4A3
(159,164,163)
#ACB0B0
(172,176,176)
#B9BCBD
(185,188,189)
#C6C8CA
(198,200,202)
#D3D4D7
(211,212,215)
#E0E0E4
(224,224,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B746F; }

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

This text font color is #6B746F.

Background Color

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

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

This div background color is #6B746F.

Border color

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

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

This div border color is #6B746F.

Opacity

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

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

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

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

This text has shadow with #6B746F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B746F.

Preview

Color preview on black background

This text has color #6B746F on black background.


Color preview on white background

This text has color #6B746F on white background.


Black color preview on #6B746F background

This text has black color on #6B746F background.


White color preview on #6B746F background

This text has white color on #6B746F background.


Related colors

Complementary color

Complementary color for #hex is #948B90.


I love getcolorcode.com

Triadic colors

1 #6F6B74 and #746F6B with #6B746F are triadic colors.

2 #6F746B and #746B6F with #6B746F are triadic colors.