COLOR #6C6B72

HEX: #6C6B72
RGB: (108,107,114)

Color info

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

RGB color model

#6C6B72 color RGB value is (108,107,114).

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

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 114 of 255 = 45%

108
107
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 114 = 329 (100%)
R 108 of 329 ~ 32.83%
G 107 of 329 ~ 32.52%
B 114 of 329 ~ 34.65%

%32.83
%32.52
%34.65

CMYK color model

#6C6B72 color CMYK value is (5,6,0,55).

  • cyan value is 5.26%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,6,0,55)
C5M6Y0K55 
(5%,6%,0%,55%)
(0.05/0.06/0.00/0.55)	

CMYK percentages

%5.26
%6.14
%0
%55.29

Codes

Color #6C6B72 in popluar color models

6C6B72
RGB108107114
HSL249°3.17%43.33%
HSB/HSV249°6.14%44.71%
CMYK5.26%6.14%0.00%
55.29%

Color #6C6B72 in popluar number systems.

HEX6C6B72
Decimal108107114
Binary110110011010111110010
Octal154153162

Shades and tints

Shades of #6C6B72

#6C6B72
(108,107,114)
#636268
(99,98,104)
#5A595E
(90,89,94)
#515054
(81,80,84)
#48474A
(72,71,74)
#3F3E40
(63,62,64)
#363536
(54,53,54)
#2D2C2C
(45,44,44)
#242322
(36,35,34)
#1B1A18
(27,26,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C6B72

#6C6B72
(108,107,114)
#79787E
(121,120,126)
#86858A
(134,133,138)
#939296
(147,146,150)
#A09FA2
(160,159,162)
#ADACAE
(173,172,174)
#BAB9BA
(186,185,186)
#C7C6C6
(199,198,198)
#D4D3D2
(212,211,210)
#E1E0DE
(225,224,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6B72; }

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

This text font color is #6C6B72.


Background Color

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

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

This div background color is #6C6B72.


Border color

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

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

This div border color is #6C6B72.


Opacity

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

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

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

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

This text has shadow with #6C6B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B72 on black background.


Color preview on white background

This text has color #6C6B72 on white background.



Black color preview on #6C6B72 background

This text has black color on #6C6B72 background.


White color preview on #6C6B72 background

This text has white color on #6C6B72 background.