COLOR #646068

HEX: #646068
RGB: (100,96,104)

Color info

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

RGB color model

#646068 color RGB value is (100,96,104).

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

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 104 of 255 = 41%

100
96
104

R + G + B ~ 39%. #646068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 104 = 300 (100%)
R 100 of 300 ~ 33.33%
G 96 of 300 ~ 32%
B 104 of 300 ~ 34.67%

%33.33
%32
%34.67

CMYK color model

#646068 color CMYK value is (4,8,0,59).

  • cyan value is 3.85%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(4,8,0,59)
C4M8Y0K59 
(4%,8%,0%,59%)
(0.04/0.08/0.00/0.59)	

CMYK percentages

%3.85
%7.69
%0
%59.22

Codes

Color #646068 in popluar color models

646068
RGB10096104
HSL270°4.00%39.22%
HSB/HSV270°7.69%40.78%
CMYK3.85%7.69%0.00%
59.22%

Color #646068 in popluar number systems.

HEX646068
Decimal10096104
Binary110010011000001101000
Octal144140150

Shades and tints

Shades of #646068

#646068
(100,96,104)
#5B585F
(91,88,95)
#525056
(82,80,86)
#49484D
(73,72,77)
#404044
(64,64,68)
#37383B
(55,56,59)
#2E3032
(46,48,50)
#252829
(37,40,41)
#1C2020
(28,32,32)
#131817
(19,24,23)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #646068

#646068
(100,96,104)
#726E75
(114,110,117)
#807C82
(128,124,130)
#8E8A8F
(142,138,143)
#9C989C
(156,152,156)
#AAA6A9
(170,166,169)
#B8B4B6
(184,180,182)
#C6C2C3
(198,194,195)
#D4D0D0
(212,208,208)
#E2DEDD
(226,222,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646068; }

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

This text font color is #646068.


Background Color

.myBgColor { background-color: #646068; }

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

This div background color is #646068.


Border color

.myBorderColor { border: 1px solid #646068; }

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

This div border color is #646068.


Opacity

.myOpacity80 { color: #646068; opacity: 0.8; }

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

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

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

This text has shadow with #646068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646068 on black background.


Color preview on white background

This text has color #646068 on white background.



Black color preview on #646068 background

This text has black color on #646068 background.


White color preview on #646068 background

This text has white color on #646068 background.