COLOR #6C7172

HEX: #6C7172
RGB: (108,113,114)

Color info

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

RGB color model

#6C7172 color RGB value is (108,113,114).

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

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 114 of 255 = 45%

108
113
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 113 + 114 = 335 (100%)
R 108 of 335 ~ 32.24%
G 113 of 335 ~ 33.73%
B 114 of 335 ~ 34.03%

%32.24
%33.73
%34.03

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,1,0,55)
C5M1Y0K55 
(5%,1%,0%,55%)
(0.05/0.01/0.00/0.55)	

CMYK percentages

%5.26
%0.88
%0
%55.29

Codes

Color #6C7172 in popluar color models

6C7172
RGB108113114
HSL190°2.70%43.53%
HSB/HSV190°5.26%44.71%
CMYK5.26%0.88%0.00%
55.29%

Color #6C7172 in popluar number systems.

HEX6C7172
Decimal108113114
Binary110110011100011110010
Octal154161162

Shades and tints

Shades of #6C7172

#6C7172
(108,113,114)
#636768
(99,103,104)
#5A5D5E
(90,93,94)
#515354
(81,83,84)
#48494A
(72,73,74)
#3F3F40
(63,63,64)
#363536
(54,53,54)
#2D2B2C
(45,43,44)
#242122
(36,33,34)
#1B1718
(27,23,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C7172

#6C7172
(108,113,114)
#797D7E
(121,125,126)
#86898A
(134,137,138)
#939596
(147,149,150)
#A0A1A2
(160,161,162)
#ADADAE
(173,173,174)
#BAB9BA
(186,185,186)
#C7C5C6
(199,197,198)
#D4D1D2
(212,209,210)
#E1DDDE
(225,221,222)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7172; }

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

This text font color is #6C7172.


Background Color

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

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

This div background color is #6C7172.


Border color

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

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

This div border color is #6C7172.


Opacity

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

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

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

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

This text has shadow with #6C7172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7172 on black background.


Color preview on white background

This text has color #6C7172 on white background.



Black color preview on #6C7172 background

This text has black color on #6C7172 background.


White color preview on #6C7172 background

This text has white color on #6C7172 background.