COLOR #6F746F

HEX: #6F746F
RGB: (111,116,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
116
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 111 = 338 (100%)
R 111 of 338 ~ 32.84%
G 116 of 338 ~ 34.32%
B 111 of 338 ~ 32.84%

%32.84
%34.32
%32.84

CMYK color model

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

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK: (4,0,4,55) C4M0Y4K55 (4%,0%,4%,55%) (0.04/0.00/0.04/0.55)

CMYK percentages

%4.31
%0
%4.31
%54.51

Codes

Color #6F746F in popluar color models

6F746F
RGB111116111
HSL120°2.20%44.51%
HSB/HSV120°4.31%45.49%
CMYK4.31%0.00%4.31%
54.51%

Color #6F746F in popluar number systems.

HEX6F746F
Decimal111116111
Binary110111111101001101111
Octal157164157

Shades and tints

Shades of #6F746F

#6F746F
(111,116,111)
#656A65
(101,106,101)
#5B605B
(91,96,91)
#515651
(81,86,81)
#474C47
(71,76,71)
#3D423D
(61,66,61)
#333833
(51,56,51)
#292E29
(41,46,41)
#1F241F
(31,36,31)
#151A15
(21,26,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F746F

#6F746F
(111,116,111)
#7C807C
(124,128,124)
#898C89
(137,140,137)
#969896
(150,152,150)
#A3A4A3
(163,164,163)
#B0B0B0
(176,176,176)
#BDBCBD
(189,188,189)
#CAC8CA
(202,200,202)
#D7D4D7
(215,212,215)
#E4E0E4
(228,224,228)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F746F; }

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

This text font color is #6F746F.


Background Color

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

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

This div background color is #6F746F.


Border color

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

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

This div border color is #6F746F.


Opacity

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

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

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

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

This text has shadow with #6F746F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F746F on black background.


Color preview on white background

This text has color #6F746F on white background.



Black color preview on #6F746F background

This text has black color on #6F746F background.


White color preview on #6F746F background

This text has white color on #6F746F background.