COLOR #6B747F

HEX: #6B747F
RGB: (107,116,127)

Color info

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

RGB color model

#6B747F color RGB value is (107,116,127).

  • red value is 107;
  • green value is 116;
  • blue value is 127.
RGB:
(107,116,127)
(42%,45%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 127 of 255 = 50%

107
116
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 127 = 350 (100%)
R 107 of 350 ~ 30.57%
G 116 of 350 ~ 33.14%
B 127 of 350 ~ 36.29%

%30.57
%33.14
%36.29

CMYK color model

#6B747F color CMYK value is (16,9,0,50).

  • cyan value is 15.75%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(16,9,0,50)
C16M9Y0K50 
(16%,9%,0%,50%)
(0.16/0.09/0.00/0.50)	

CMYK percentages

%15.75
%8.66
%0
%50.2

Codes

Color #6B747F in popluar color models

6B747F
RGB107116127
HSL213°8.55%45.88%
HSB/HSV213°15.75%49.80%
CMYK15.75%8.66%0.00%
50.20%

Color #6B747F in popluar number systems.

HEX6B747F
Decimal107116127
Binary110101111101001111111
Octal153164177

Shades and tints

Shades of #6B747F

#6B747F
(107,116,127)
#626A74
(98,106,116)
#596069
(89,96,105)
#50565E
(80,86,94)
#474C53
(71,76,83)
#3E4248
(62,66,72)
#35383D
(53,56,61)
#2C2E32
(44,46,50)
#232427
(35,36,39)
#1A1A1C
(26,26,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B747F

#6B747F
(107,116,127)
#78808A
(120,128,138)
#858C95
(133,140,149)
#9298A0
(146,152,160)
#9FA4AB
(159,164,171)
#ACB0B6
(172,176,182)
#B9BCC1
(185,188,193)
#C6C8CC
(198,200,204)
#D3D4D7
(211,212,215)
#E0E0E2
(224,224,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B747F; }

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

This text font color is #6B747F.


Background Color

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

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

This div background color is #6B747F.


Border color

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

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

This div border color is #6B747F.


Opacity

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

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

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

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

This text has shadow with #6B747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B747F on black background.


Color preview on white background

This text has color #6B747F on white background.



Black color preview on #6B747F background

This text has black color on #6B747F background.


White color preview on #6B747F background

This text has white color on #6B747F background.