COLOR #6F6D6F

HEX: #6F6D6F
RGB: (111,109,111)

Color info

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

RGB color model

#6F6D6F color RGB value is (111,109,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 111 of 255 = 44%

111
109
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 111 = 331 (100%)
R 111 of 331 ~ 33.53%
G 109 of 331 ~ 32.93%
B 111 of 331 ~ 33.53%

%33.53
%32.93
%33.53

CMYK color model

#6F6D6F color CMYK value is (0,2,0,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(0,2,0,56)
C0M2Y0K56 
(0%,2%,0%,56%)
(0.00/0.02/0.00/0.56)	

CMYK percentages

%0
%1.8
%0
%56.47

Codes

Color #6F6D6F in popluar color models

6F6D6F
RGB111109111
HSL300°0.91%43.14%
HSB/HSV300°1.80%43.53%
CMYK0.00%1.80%0.00%
56.47%

Color #6F6D6F in popluar number systems.

HEX6F6D6F
Decimal111109111
Binary110111111011011101111
Octal157155157

Shades and tints

Shades of #6F6D6F

#6F6D6F
(111,109,111)
#656465
(101,100,101)
#5B5B5B
(91,91,91)
#515251
(81,82,81)
#474947
(71,73,71)
#3D403D
(61,64,61)
#333733
(51,55,51)
#292E29
(41,46,41)
#1F251F
(31,37,31)
#151C15
(21,28,21)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #6F6D6F

#6F6D6F
(111,109,111)
#7C7A7C
(124,122,124)
#898789
(137,135,137)
#969496
(150,148,150)
#A3A1A3
(163,161,163)
#B0AEB0
(176,174,176)
#BDBBBD
(189,187,189)
#CAC8CA
(202,200,202)
#D7D5D7
(215,213,215)
#E4E2E4
(228,226,228)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D6F; }

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

This text font color is #6F6D6F.


Background Color

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

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

This div background color is #6F6D6F.


Border color

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

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

This div border color is #6F6D6F.


Opacity

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

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

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

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

This text has shadow with #6F6D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D6F on black background.


Color preview on white background

This text has color #6F6D6F on white background.



Black color preview on #6F6D6F background

This text has black color on #6F6D6F background.


White color preview on #6F6D6F background

This text has white color on #6F6D6F background.