COLOR #6C727D

HEX: #6C727D
RGB: (108,114,125)

Color info

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

RGB color model

#6C727D color RGB value is (108,114,125).

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

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 125 of 255 = 49%

108
114
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 125 = 347 (100%)
R 108 of 347 ~ 31.12%
G 114 of 347 ~ 32.85%
B 125 of 347 ~ 36.02%

%31.12
%32.85
%36.02

CMYK color model

#6C727D color CMYK value is (14,9,0,51).

  • cyan value is 13.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,9,0,51)
C14M9Y0K51 
(14%,9%,0%,51%)
(0.14/0.09/0.00/0.51)	

CMYK percentages

%13.6
%8.8
%0
%50.98

Codes

Color #6C727D in popluar color models

6C727D
RGB108114125
HSL219°7.30%45.69%
HSB/HSV219°13.60%49.02%
CMYK13.60%8.80%0.00%
50.98%

Color #6C727D in popluar number systems.

HEX6C727D
Decimal108114125
Binary110110011100101111101
Octal154162175

Shades and tints

Shades of #6C727D

#6C727D
(108,114,125)
#636872
(99,104,114)
#5A5E67
(90,94,103)
#51545C
(81,84,92)
#484A51
(72,74,81)
#3F4046
(63,64,70)
#36363B
(54,54,59)
#2D2C30
(45,44,48)
#242225
(36,34,37)
#1B181A
(27,24,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C727D

#6C727D
(108,114,125)
#797E88
(121,126,136)
#868A93
(134,138,147)
#93969E
(147,150,158)
#A0A2A9
(160,162,169)
#ADAEB4
(173,174,180)
#BABABF
(186,186,191)
#C7C6CA
(199,198,202)
#D4D2D5
(212,210,213)
#E1DEE0
(225,222,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C727D; }

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

This text font color is #6C727D.


Background Color

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

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

This div background color is #6C727D.


Border color

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

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

This div border color is #6C727D.


Opacity

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

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

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

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

This text has shadow with #6C727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C727D on black background.


Color preview on white background

This text has color #6C727D on white background.



Black color preview on #6C727D background

This text has black color on #6C727D background.


White color preview on #6C727D background

This text has white color on #6C727D background.