COLOR #68747C

HEX: #68747C
RGB: (104,116,124)

Color info

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

RGB color model

#68747C color RGB value is (104,116,124).

  • red value is 104;
  • green value is 116;
  • blue value is 124.
RGB:
(104,116,124)
(41%,45%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 116 of 255 = 45%
B 124 of 255 = 49%

104
116
124

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

Portions of RGB colors in percentages

R + G + B =
104 + 116 + 124 = 344 (100%)
R 104 of 344 ~ 30.23%
G 116 of 344 ~ 33.72%
B 124 of 344 ~ 36.05%

%30.23
%33.72
%36.05

CMYK color model

#68747C color CMYK value is (16,6,0,51).

  • cyan value is 16.13%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(16,6,0,51)
C16M6Y0K51 
(16%,6%,0%,51%)
(0.16/0.06/0.00/0.51)	

CMYK percentages

%16.13
%6.45
%0
%51.37

Codes

Color #68747C in popluar color models

68747C
RGB104116124
HSL204°8.77%44.71%
HSB/HSV204°16.13%48.63%
CMYK16.13%6.45%0.00%
51.37%

Color #68747C in popluar number systems.

HEX68747C
Decimal104116124
Binary110100011101001111100
Octal150164174

Shades and tints

Shades of #68747C

#68747C
(104,116,124)
#5F6A71
(95,106,113)
#566066
(86,96,102)
#4D565B
(77,86,91)
#444C50
(68,76,80)
#3B4245
(59,66,69)
#32383A
(50,56,58)
#292E2F
(41,46,47)
#202424
(32,36,36)
#171A19
(23,26,25)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #68747C

#68747C
(104,116,124)
#758087
(117,128,135)
#828C92
(130,140,146)
#8F989D
(143,152,157)
#9CA4A8
(156,164,168)
#A9B0B3
(169,176,179)
#B6BCBE
(182,188,190)
#C3C8C9
(195,200,201)
#D0D4D4
(208,212,212)
#DDE0DF
(221,224,223)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68747C color. Also use rgb(104,116,124) instead hex code.

Text Font Color

.myTextColor { color: #68747C; }

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

This text font color is #68747C.


Background Color

.myBgColor { background-color: #68747C; }

<div style="background-color:#68747C">Inner text</div>

This div background color is #68747C.


Border color

.myBorderColor { border: 1px solid #68747C; }

<div style="border:3px solid #68747C">Div</div>

This div border color is #68747C.


Opacity

.myOpacity80 { color: #68747C; opacity: 0.8; }

<p style="color:#68747C;opacity:0.8;">80%</p>

Text with #68747C 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 #68747C;}

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

This text has shadow with #68747C color.

.textShadow {text-shadow: 3px 3px 1px #68747C, 3px 3px 1px red;}

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

This text has shadow with #68747C primary color and red secondary color.


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

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

This text has shadow with #68747C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68747C on black background.


Color preview on white background

This text has color #68747C on white background.



Black color preview on #68747C background

This text has black color on #68747C background.


White color preview on #68747C background

This text has white color on #68747C background.