COLOR #6F6666

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
102
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 102 = 315 (100%)
R 111 of 315 ~ 35.24%
G 102 of 315 ~ 32.38%
B 102 of 315 ~ 32.38%

%35.24
%32.38
%32.38

CMYK color model

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

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

CMYK percentages

%0
%8.11
%8.11
%56.47

Codes

Color #6F6666 in popluar color models

6F6666
RGB111102102
HSL4.23%41.76%
HSB/HSV8.11%43.53%
CMYK0.00%8.11%8.11%
56.47%

Color #6F6666 in popluar number systems.

HEX6F6666
Decimal111102102
Binary110111111001101100110
Octal157146146

Shades and tints

Shades of #6F6666

#6F6666
(111,102,102)
#655D5D
(101,93,93)
#5B5454
(91,84,84)
#514B4B
(81,75,75)
#474242
(71,66,66)
#3D3939
(61,57,57)
#333030
(51,48,48)
#292727
(41,39,39)
#1F1E1E
(31,30,30)
#151515
(21,21,21)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #6F6666

#6F6666
(111,102,102)
#7C7373
(124,115,115)
#898080
(137,128,128)
#968D8D
(150,141,141)
#A39A9A
(163,154,154)
#B0A7A7
(176,167,167)
#BDB4B4
(189,180,180)
#CAC1C1
(202,193,193)
#D7CECE
(215,206,206)
#E4DBDB
(228,219,219)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6666; }

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

This text font color is #6F6666.


Background Color

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

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

This div background color is #6F6666.


Border color

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

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

This div border color is #6F6666.


Opacity

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

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

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

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

This text has shadow with #6F6666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6666 on black background.


Color preview on white background

This text has color #6F6666 on white background.



Black color preview on #6F6666 background

This text has black color on #6F6666 background.


White color preview on #6F6666 background

This text has white color on #6F6666 background.