COLOR #6B706C

HEX: #6B706C
RGB: (107,112,108)

Color info

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

RGB color model

#6B706C color RGB value is (107,112,108).

  • red value is 107;
  • green value is 112;
  • blue value is 108.
RGB:
(107,112,108)
(42%,44%,42%)

RGB channels and saturation

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

107
112
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 108 = 327 (100%)
R 107 of 327 ~ 32.72%
G 112 of 327 ~ 34.25%
B 108 of 327 ~ 33.03%

%32.72
%34.25
%33.03

CMYK color model

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

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(4,0,4,56)
C4M0Y4K56 
(4%,0%,4%,56%)
(0.04/0.00/0.04/0.56)	

CMYK percentages

%4.46
%0
%3.57
%56.08

Codes

Color #6B706C in popluar color models

6B706C
RGB107112108
HSL132°2.28%42.94%
HSB/HSV132°4.46%43.92%
CMYK4.46%0.00%3.57%
56.08%

Color #6B706C in popluar number systems.

HEX6B706C
Decimal107112108
Binary110101111100001101100
Octal153160154

Shades and tints

Shades of #6B706C

#6B706C
(107,112,108)
#626663
(98,102,99)
#595C5A
(89,92,90)
#505251
(80,82,81)
#474848
(71,72,72)
#3E3E3F
(62,62,63)
#353436
(53,52,54)
#2C2A2D
(44,42,45)
#232024
(35,32,36)
#1A161B
(26,22,27)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #6B706C

#6B706C
(107,112,108)
#787D79
(120,125,121)
#858A86
(133,138,134)
#929793
(146,151,147)
#9FA4A0
(159,164,160)
#ACB1AD
(172,177,173)
#B9BEBA
(185,190,186)
#C6CBC7
(198,203,199)
#D3D8D4
(211,216,212)
#E0E5E1
(224,229,225)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B706C; }

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

This text font color is #6B706C.


Background Color

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

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

This div background color is #6B706C.


Border color

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

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

This div border color is #6B706C.


Opacity

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

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

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

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

This text has shadow with #6B706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B706C on black background.


Color preview on white background

This text has color #6B706C on white background.



Black color preview on #6B706C background

This text has black color on #6B706C background.


White color preview on #6B706C background

This text has white color on #6B706C background.