COLOR #6C7972

HEX: #6C7972
RGB: (108,121,114)

Color info

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

RGB color model

#6C7972 color RGB value is (108,121,114).

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

RGB channels and saturation

R 108 of 255 = 42%
G 121 of 255 = 47%
B 114 of 255 = 45%

108
121
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 121 + 114 = 343 (100%)
R 108 of 343 ~ 31.49%
G 121 of 343 ~ 35.28%
B 114 of 343 ~ 33.24%

%31.49
%35.28
%33.24

CMYK color model

#6C7972 color CMYK value is (11,0,6,53).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(11,0,6,53)
C11M0Y6K53 
(11%,0%,6%,53%)
(0.11/0.00/0.06/0.53)	

CMYK percentages

%10.74
%0
%5.79
%52.55

Codes

Color #6C7972 in popluar color models

6C7972
RGB108121114
HSL148°5.68%44.90%
HSB/HSV148°10.74%47.45%
CMYK10.74%0.00%5.79%
52.55%

Color #6C7972 in popluar number systems.

HEX6C7972
Decimal108121114
Binary110110011110011110010
Octal154171162

Shades and tints

Shades of #6C7972

#6C7972
(108,121,114)
#636E68
(99,110,104)
#5A635E
(90,99,94)
#515854
(81,88,84)
#484D4A
(72,77,74)
#3F4240
(63,66,64)
#363736
(54,55,54)
#2D2C2C
(45,44,44)
#242122
(36,33,34)
#1B1618
(27,22,24)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C7972

#6C7972
(108,121,114)
#79857E
(121,133,126)
#86918A
(134,145,138)
#939D96
(147,157,150)
#A0A9A2
(160,169,162)
#ADB5AE
(173,181,174)
#BAC1BA
(186,193,186)
#C7CDC6
(199,205,198)
#D4D9D2
(212,217,210)
#E1E5DE
(225,229,222)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7972; }

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

This text font color is #6C7972.


Background Color

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

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

This div background color is #6C7972.


Border color

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

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

This div border color is #6C7972.


Opacity

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

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

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

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

This text has shadow with #6C7972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7972 on black background.


Color preview on white background

This text has color #6C7972 on white background.



Black color preview on #6C7972 background

This text has black color on #6C7972 background.


White color preview on #6C7972 background

This text has white color on #6C7972 background.