COLOR #6F666F

HEX: #6F666F
RGB: (111,102,111)

Color info

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

RGB color model

#6F666F color RGB value is (111,102,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 111 of 255 = 44%

111
102
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 111 = 324 (100%)
R 111 of 324 ~ 34.26%
G 102 of 324 ~ 31.48%
B 111 of 324 ~ 34.26%

%34.26
%31.48
%34.26

CMYK color model

#6F666F color CMYK value is (0,8,0,56).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(0,8,0,56)
C0M8Y0K56 
(0%,8%,0%,56%)
(0.00/0.08/0.00/0.56)	

CMYK percentages

%0
%8.11
%0
%56.47

Codes

Color #6F666F in popluar color models

6F666F
RGB111102111
HSL300°4.23%41.76%
HSB/HSV300°8.11%43.53%
CMYK0.00%8.11%0.00%
56.47%

Color #6F666F in popluar number systems.

HEX6F666F
Decimal111102111
Binary110111111001101101111
Octal157146157

Shades and tints

Shades of #6F666F

#6F666F
(111,102,111)
#655D65
(101,93,101)
#5B545B
(91,84,91)
#514B51
(81,75,81)
#474247
(71,66,71)
#3D393D
(61,57,61)
#333033
(51,48,51)
#292729
(41,39,41)
#1F1E1F
(31,30,31)
#151515
(21,21,21)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F666F

#6F666F
(111,102,111)
#7C737C
(124,115,124)
#898089
(137,128,137)
#968D96
(150,141,150)
#A39AA3
(163,154,163)
#B0A7B0
(176,167,176)
#BDB4BD
(189,180,189)
#CAC1CA
(202,193,202)
#D7CED7
(215,206,215)
#E4DBE4
(228,219,228)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F666F; }

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

This text font color is #6F666F.


Background Color

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

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

This div background color is #6F666F.


Border color

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

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

This div border color is #6F666F.


Opacity

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

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

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

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

This text has shadow with #6F666F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F666F on black background.


Color preview on white background

This text has color #6F666F on white background.



Black color preview on #6F666F background

This text has black color on #6F666F background.


White color preview on #6F666F background

This text has white color on #6F666F background.