COLOR #68647A

HEX: #68647A
RGB: (104,100,122)

Color info

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

RGB color model

#68647A color RGB value is (104,100,122).

  • red value is 104;
  • green value is 100;
  • blue value is 122.
RGB:
(104,100,122)
(41%,39%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 122 of 255 = 48%

104
100
122

R + G + B ~ 43%. #68647A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 122 = 326 (100%)
R 104 of 326 ~ 31.9%
G 100 of 326 ~ 30.67%
B 122 of 326 ~ 37.42%

%31.9
%30.67
%37.42

CMYK color model

#68647A color CMYK value is (15,18,0,52).

  • cyan value is 14.75%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(15,18,0,52)
C15M18Y0K52 
(15%,18%,0%,52%)
(0.15/0.18/0.00/0.52)	

CMYK percentages

%14.75
%18.03
%0
%52.16

Codes

Color #68647A in popluar color models

68647A
RGB104100122
HSL251°9.91%43.53%
HSB/HSV251°18.03%47.84%
CMYK14.75%18.03%0.00%
52.16%

Color #68647A in popluar number systems.

HEX68647A
Decimal104100122
Binary110100011001001111010
Octal150144172

Shades and tints

Shades of #68647A

#68647A
(104,100,122)
#5F5B6F
(95,91,111)
#565264
(86,82,100)
#4D4959
(77,73,89)
#44404E
(68,64,78)
#3B3743
(59,55,67)
#322E38
(50,46,56)
#29252D
(41,37,45)
#201C22
(32,28,34)
#171317
(23,19,23)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #68647A

#68647A
(104,100,122)
#757286
(117,114,134)
#828092
(130,128,146)
#8F8E9E
(143,142,158)
#9C9CAA
(156,156,170)
#A9AAB6
(169,170,182)
#B6B8C2
(182,184,194)
#C3C6CE
(195,198,206)
#D0D4DA
(208,212,218)
#DDE2E6
(221,226,230)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68647A color. Also use rgb(104,100,122) instead hex code.

Text Font Color

.myTextColor { color: #68647A; }

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

This text font color is #68647A.


Background Color

.myBgColor { background-color: #68647A; }

<div style="background-color:#68647A">Inner text</div>

This div background color is #68647A.


Border color

.myBorderColor { border: 1px solid #68647A; }

<div style="border:3px solid #68647A">Div</div>

This div border color is #68647A.


Opacity

.myOpacity80 { color: #68647A; opacity: 0.8; }

<p style="color:#68647A;opacity:0.8;">80%</p>

Text with #68647A 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 #68647A;}

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

This text has shadow with #68647A color.

.textShadow {text-shadow: 3px 3px 1px #68647A, 3px 3px 1px red;}

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

This text has shadow with #68647A primary color and red secondary color.


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

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

This text has shadow with #68647A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68647A on black background.


Color preview on white background

This text has color #68647A on white background.



Black color preview on #68647A background

This text has black color on #68647A background.


White color preview on #68647A background

This text has white color on #68647A background.