COLOR #6F706F

HEX: #6F706F
RGB: (111,112,111)

Color info

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

RGB color model

#6F706F color RGB value is (111,112,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 111 of 255 = 44%

111
112
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 112 + 111 = 334 (100%)
R 111 of 334 ~ 33.23%
G 112 of 334 ~ 33.53%
B 111 of 334 ~ 33.23%

%33.23
%33.53
%33.23

CMYK color model

#6F706F color CMYK value is (1,0,1,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(1,0,1,56)
C1M0Y1K56 
(1%,0%,1%,56%)
(0.01/0.00/0.01/0.56)	

CMYK percentages

%0.89
%0
%0.89
%56.08

Codes

Color #6F706F in popluar color models

6F706F
RGB111112111
HSL120°0.45%43.73%
HSB/HSV120°0.89%43.92%
CMYK0.89%0.00%0.89%
56.08%

Color #6F706F in popluar number systems.

HEX6F706F
Decimal111112111
Binary110111111100001101111
Octal157160157

Shades and tints

Shades of #6F706F

#6F706F
(111,112,111)
#656665
(101,102,101)
#5B5C5B
(91,92,91)
#515251
(81,82,81)
#474847
(71,72,71)
#3D3E3D
(61,62,61)
#333433
(51,52,51)
#292A29
(41,42,41)
#1F201F
(31,32,31)
#151615
(21,22,21)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F706F

#6F706F
(111,112,111)
#7C7D7C
(124,125,124)
#898A89
(137,138,137)
#969796
(150,151,150)
#A3A4A3
(163,164,163)
#B0B1B0
(176,177,176)
#BDBEBD
(189,190,189)
#CACBCA
(202,203,202)
#D7D8D7
(215,216,215)
#E4E5E4
(228,229,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F706F; }

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

This text font color is #6F706F.


Background Color

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

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

This div background color is #6F706F.


Border color

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

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

This div border color is #6F706F.


Opacity

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

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

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

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

This text has shadow with #6F706F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F706F on black background.


Color preview on white background

This text has color #6F706F on white background.



Black color preview on #6F706F background

This text has black color on #6F706F background.


White color preview on #6F706F background

This text has white color on #6F706F background.