COLOR #6F6C64

HEX: #6F6C64
RGB: (111,108,100)

Color info

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

RGB color model

#6F6C64 color RGB value is (111,108,100).

  • red value is 111;
  • green value is 108;
  • blue value is 100.
RGB:
(111,108,100)
(44%,42%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 100 of 255 = 39%

111
108
100

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

Portions of RGB colors in percentages

R + G + B =
111 + 108 + 100 = 319 (100%)
R 111 of 319 ~ 34.8%
G 108 of 319 ~ 33.86%
B 100 of 319 ~ 31.35%

%34.8
%33.86
%31.35

CMYK color model

#6F6C64 color CMYK value is (0,3,10,56).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK:
(0,3,10,56)
C0M3Y10K56 
(0%,3%,10%,56%)
(0.00/0.03/0.10/0.56)	

CMYK percentages

%0
%2.7
%9.91
%56.47

Codes

Color #6F6C64 in popluar color models

6F6C64
RGB111108100
HSL44°5.21%41.37%
HSB/HSV44°9.91%43.53%
CMYK0.00%2.70%9.91%
56.47%

Color #6F6C64 in popluar number systems.

HEX6F6C64
Decimal111108100
Binary110111111011001100100
Octal157154144

Shades and tints

Shades of #6F6C64

#6F6C64
(111,108,100)
#65635B
(101,99,91)
#5B5A52
(91,90,82)
#515149
(81,81,73)
#474840
(71,72,64)
#3D3F37
(61,63,55)
#33362E
(51,54,46)
#292D25
(41,45,37)
#1F241C
(31,36,28)
#151B13
(21,27,19)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #6F6C64

#6F6C64
(111,108,100)
#7C7972
(124,121,114)
#898680
(137,134,128)
#96938E
(150,147,142)
#A3A09C
(163,160,156)
#B0ADAA
(176,173,170)
#BDBAB8
(189,186,184)
#CAC7C6
(202,199,198)
#D7D4D4
(215,212,212)
#E4E1E2
(228,225,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6C64; }

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

This text font color is #6F6C64.


Background Color

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

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

This div background color is #6F6C64.


Border color

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

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

This div border color is #6F6C64.


Opacity

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

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

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

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

This text has shadow with #6F6C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6C64 on black background.


Color preview on white background

This text has color #6F6C64 on white background.



Black color preview on #6F6C64 background

This text has black color on #6F6C64 background.


White color preview on #6F6C64 background

This text has white color on #6F6C64 background.