COLOR #6F6D70

HEX: #6F6D70
RGB: (111,109,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
109
112

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

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 112 = 332 (100%)
R 111 of 332 ~ 33.43%
G 109 of 332 ~ 32.83%
B 112 of 332 ~ 33.73%

%33.43
%32.83
%33.73

CMYK color model

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

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

CMYK percentages

%0.89
%2.68
%0
%56.08

Codes

Color #6F6D70 in popluar color models

6F6D70
RGB111109112
HSL280°1.36%43.33%
HSB/HSV280°2.68%43.92%
CMYK0.89%2.68%0.00%
56.08%

Color #6F6D70 in popluar number systems.

HEX6F6D70
Decimal111109112
Binary110111111011011110000
Octal157155160

Shades and tints

Shades of #6F6D70

#6F6D70
(111,109,112)
#656466
(101,100,102)
#5B5B5C
(91,91,92)
#515252
(81,82,82)
#474948
(71,73,72)
#3D403E
(61,64,62)
#333734
(51,55,52)
#292E2A
(41,46,42)
#1F2520
(31,37,32)
#151C16
(21,28,22)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #6F6D70

#6F6D70
(111,109,112)
#7C7A7D
(124,122,125)
#89878A
(137,135,138)
#969497
(150,148,151)
#A3A1A4
(163,161,164)
#B0AEB1
(176,174,177)
#BDBBBE
(189,187,190)
#CAC8CB
(202,200,203)
#D7D5D8
(215,213,216)
#E4E2E5
(228,226,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D70; }

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

This text font color is #6F6D70.


Background Color

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

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

This div background color is #6F6D70.


Border color

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

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

This div border color is #6F6D70.


Opacity

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

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

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

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

This text has shadow with #6F6D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D70 on black background.


Color preview on white background

This text has color #6F6D70 on white background.



Black color preview on #6F6D70 background

This text has black color on #6F6D70 background.


White color preview on #6F6D70 background

This text has white color on #6F6D70 background.