COLOR #6B6764

HEX: #6B6764
RGB: (107,103,100)

Color info

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

RGB color model

#6B6764 color RGB value is (107,103,100).

  • red value is 107;
  • green value is 103;
  • blue value is 100.
RGB:
(107,103,100)
(42%,40%,39%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 100 of 255 = 39%

107
103
100

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

Portions of RGB colors in percentages

R + G + B =
107 + 103 + 100 = 310 (100%)
R 107 of 310 ~ 34.52%
G 103 of 310 ~ 33.23%
B 100 of 310 ~ 32.26%

%34.52
%33.23
%32.26

CMYK color model

#6B6764 color CMYK value is (0,4,7,58).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 6.54%
  • key color value is 58.04%
CMYK:
(0,4,7,58)
C0M4Y7K58 
(0%,4%,7%,58%)
(0.00/0.04/0.07/0.58)	

CMYK percentages

%0
%3.74
%6.54
%58.04

Codes

Color #6B6764 in popluar color models

6B6764
RGB107103100
HSL26°3.38%40.59%
HSB/HSV26°6.54%41.96%
CMYK0.00%3.74%6.54%
58.04%

Color #6B6764 in popluar number systems.

HEX6B6764
Decimal107103100
Binary110101111001111100100
Octal153147144

Shades and tints

Shades of #6B6764

#6B6764
(107,103,100)
#625E5B
(98,94,91)
#595552
(89,85,82)
#504C49
(80,76,73)
#474340
(71,67,64)
#3E3A37
(62,58,55)
#35312E
(53,49,46)
#2C2825
(44,40,37)
#231F1C
(35,31,28)
#1A1613
(26,22,19)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #6B6764

#6B6764
(107,103,100)
#787472
(120,116,114)
#858180
(133,129,128)
#928E8E
(146,142,142)
#9F9B9C
(159,155,156)
#ACA8AA
(172,168,170)
#B9B5B8
(185,181,184)
#C6C2C6
(198,194,198)
#D3CFD4
(211,207,212)
#E0DCE2
(224,220,226)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6764 color. Also use rgb(107,103,100) instead hex code.

Text Font Color

.myTextColor { color: #6B6764; }

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

This text font color is #6B6764.


Background Color

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

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

This div background color is #6B6764.


Border color

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

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

This div border color is #6B6764.


Opacity

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

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

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

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

This text has shadow with #6B6764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6764 on black background.


Color preview on white background

This text has color #6B6764 on white background.



Black color preview on #6B6764 background

This text has black color on #6B6764 background.


White color preview on #6B6764 background

This text has white color on #6B6764 background.