COLOR #6F747F

HEX: #6F747F
RGB: (111,116,127)

Color info

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

RGB color model

#6F747F color RGB value is (111,116,127).

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

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 127 of 255 = 50%

111
116
127

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 127 = 354 (100%)
R 111 of 354 ~ 31.36%
G 116 of 354 ~ 32.77%
B 127 of 354 ~ 35.88%

%31.36
%32.77
%35.88

CMYK color model

#6F747F color CMYK value is (13,9,0,50).

  • cyan value is 12.60%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,9,0,50)
C13M9Y0K50 
(13%,9%,0%,50%)
(0.13/0.09/0.00/0.50)	

CMYK percentages

%12.6
%8.66
%0
%50.2

Codes

Color #6F747F in popluar color models

6F747F
RGB111116127
HSL221°6.72%46.67%
HSB/HSV221°12.60%49.80%
CMYK12.60%8.66%0.00%
50.20%

Color #6F747F in popluar number systems.

HEX6F747F
Decimal111116127
Binary110111111101001111111
Octal157164177

Shades and tints

Shades of #6F747F

#6F747F
(111,116,127)
#656A74
(101,106,116)
#5B6069
(91,96,105)
#51565E
(81,86,94)
#474C53
(71,76,83)
#3D4248
(61,66,72)
#33383D
(51,56,61)
#292E32
(41,46,50)
#1F2427
(31,36,39)
#151A1C
(21,26,28)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F747F

#6F747F
(111,116,127)
#7C808A
(124,128,138)
#898C95
(137,140,149)
#9698A0
(150,152,160)
#A3A4AB
(163,164,171)
#B0B0B6
(176,176,182)
#BDBCC1
(189,188,193)
#CAC8CC
(202,200,204)
#D7D4D7
(215,212,215)
#E4E0E2
(228,224,226)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F747F; }

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

This text font color is #6F747F.


Background Color

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

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

This div background color is #6F747F.


Border color

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

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

This div border color is #6F747F.


Opacity

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

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

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

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

This text has shadow with #6F747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F747F on black background.


Color preview on white background

This text has color #6F747F on white background.



Black color preview on #6F747F background

This text has black color on #6F747F background.


White color preview on #6F747F background

This text has white color on #6F747F background.