COLOR #68757C

HEX: #68757C
RGB: (104,117,124)

Color info

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

RGB color model

#68757C color RGB value is (104,117,124).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 124 of 255 = 49%

104
117
124

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 124 = 345 (100%)
R 104 of 345 ~ 30.14%
G 117 of 345 ~ 33.91%
B 124 of 345 ~ 35.94%

%30.14
%33.91
%35.94

CMYK color model

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

  • cyan value is 16.13%
  • magenta value is 5.65%
  • 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
%5.65
%0
%51.37

Codes

Color #68757C in popluar color models

68757C
RGB104117124
HSL201°8.77%44.71%
HSB/HSV201°16.13%48.63%
CMYK16.13%5.65%0.00%
51.37%

Color #68757C in popluar number systems.

HEX68757C
Decimal104117124
Binary110100011101011111100
Octal150165174

Shades and tints

Shades of #68757C

#68757C
(104,117,124)
#5F6B71
(95,107,113)
#566166
(86,97,102)
#4D575B
(77,87,91)
#444D50
(68,77,80)
#3B4345
(59,67,69)
#32393A
(50,57,58)
#292F2F
(41,47,47)
#202524
(32,37,36)
#171B19
(23,27,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #68757C

#68757C
(104,117,124)
#758187
(117,129,135)
#828D92
(130,141,146)
#8F999D
(143,153,157)
#9CA5A8
(156,165,168)
#A9B1B3
(169,177,179)
#B6BDBE
(182,189,190)
#C3C9C9
(195,201,201)
#D0D5D4
(208,213,212)
#DDE1DF
(221,225,223)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68757C; }

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

This text font color is #68757C.


Background Color

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

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

This div background color is #68757C.


Border color

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

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

This div border color is #68757C.


Opacity

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

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

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

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

This text has shadow with #68757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68757C on black background.


Color preview on white background

This text has color #68757C on white background.



Black color preview on #68757C background

This text has black color on #68757C background.


White color preview on #68757C background

This text has white color on #68757C background.