COLOR #6F706B

HEX: #6F706B RGB: (111,112,107)

Color info

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

RGB color model

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

RGB: (111,112,107) (44%, 44%, 42%)

RGB channels and saturation

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

111
112
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 112 + 107 = 330 (100%)
R 111 of 330 ~ 33.64%
G 112 of 330 ~ 33.94%
B 107 of 330 ~ 32.42'%

%33.64
%33.94
%32.42

CMYK color model

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

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 56.08%

CMYK: (1,0,4,56)
C1M0Y4K56 (1%, 0%, 4%, 56%)
(0.01 / 0.00 / 0.04 / 0.56)

CMYK percentages

%0.89
%0
%4.46
%56.08

Codes

Color #6F706B in popluar color models

6F 70 6B
RGB 111 112 107
HSL 72° 2.28% 42.94%
HSB/HSV 72° 4.46% 43.92%
CMYK 0.89% 0.00% 4.46%
56.08%

Color #6F706B in popluar number systems.

HEX 6F 70 6B
Decimal 111 112 107
Binary 1101111 1110000 1101011
Octal 157 160 153

Shades and tints

Shades of #6F706B

#6F706B
(111,112,107)
#656662
(101,102,98)
#5B5C59
(91,92,89)
#515250
(81,82,80)
#474847
(71,72,71)
#3D3E3E
(61,62,62)
#333435
(51,52,53)
#292A2C
(41,42,44)
#1F2023
(31,32,35)
#15161A
(21,22,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #6F706B

#6F706B
(111,112,107)
#7C7D78
(124,125,120)
#898A85
(137,138,133)
#969792
(150,151,146)
#A3A49F
(163,164,159)
#B0B1AC
(176,177,172)
#BDBEB9
(189,190,185)
#CACBC6
(202,203,198)
#D7D8D3
(215,216,211)
#E4E5E0
(228,229,224)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F706B; }

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

This text font color is #6F706B.

Background Color

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

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

This div background color is #6F706B.

Border color

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

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

This div border color is #6F706B.

Opacity

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

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

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

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

This text has shadow with #6F706B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F706B.

Preview

Color preview on black background

This text has color #6F706B on black background.


Color preview on white background

This text has color #6F706B on white background.


Black color preview on #6F706B background

This text has black color on #6F706B background.


White color preview on #6F706B background

This text has white color on #6F706B background.


Related colors

Complementary color

Complementary color for #hex is #908F94.


I love getcolorcode.com

Triadic colors

1 #6B6F70 and #706B6F with #6F706B are triadic colors.

2 #6B706F and #706F6B with #6F706B are triadic colors.