COLOR #6C747B

HEX: #6C747B
RGB: (108,116,123)

Color info

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

RGB color model

#6C747B color RGB value is (108,116,123).

  • red value is 108;
  • green value is 116;
  • blue value is 123.
RGB:
(108,116,123)
(42%,45%,48%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 123 of 255 = 48%

108
116
123

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

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 123 = 347 (100%)
R 108 of 347 ~ 31.12%
G 116 of 347 ~ 33.43%
B 123 of 347 ~ 35.45%

%31.12
%33.43
%35.45

CMYK color model

#6C747B color CMYK value is (12,6,0,52).

  • cyan value is 12.20%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(12,6,0,52)
C12M6Y0K52 
(12%,6%,0%,52%)
(0.12/0.06/0.00/0.52)	

CMYK percentages

%12.2
%5.69
%0
%51.76

Codes

Color #6C747B in popluar color models

6C747B
RGB108116123
HSL208°6.49%45.29%
HSB/HSV208°12.20%48.24%
CMYK12.20%5.69%0.00%
51.76%

Color #6C747B in popluar number systems.

HEX6C747B
Decimal108116123
Binary110110011101001111011
Octal154164173

Shades and tints

Shades of #6C747B

#6C747B
(108,116,123)
#636A70
(99,106,112)
#5A6065
(90,96,101)
#51565A
(81,86,90)
#484C4F
(72,76,79)
#3F4244
(63,66,68)
#363839
(54,56,57)
#2D2E2E
(45,46,46)
#242423
(36,36,35)
#1B1A18
(27,26,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C747B

#6C747B
(108,116,123)
#798087
(121,128,135)
#868C93
(134,140,147)
#93989F
(147,152,159)
#A0A4AB
(160,164,171)
#ADB0B7
(173,176,183)
#BABCC3
(186,188,195)
#C7C8CF
(199,200,207)
#D4D4DB
(212,212,219)
#E1E0E7
(225,224,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C747B color. Also use rgb(108,116,123) instead hex code.

Text Font Color

.myTextColor { color: #6C747B; }

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

This text font color is #6C747B.


Background Color

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

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

This div background color is #6C747B.


Border color

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

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

This div border color is #6C747B.


Opacity

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

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

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

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

This text has shadow with #6C747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C747B on black background.


Color preview on white background

This text has color #6C747B on white background.



Black color preview on #6C747B background

This text has black color on #6C747B background.


White color preview on #6C747B background

This text has white color on #6C747B background.