COLOR #646E62

HEX: #646E62
RGB: (100,110,98)

Color info

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

RGB color model

#646E62 color RGB value is (100,110,98).

  • red value is 100;
  • green value is 110;
  • blue value is 98.
RGB:
(100,110,98)
(39%,43%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 98 of 255 = 38%

100
110
98

R + G + B ~ 40%. #646E62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 98 = 308 (100%)
R 100 of 308 ~ 32.47%
G 110 of 308 ~ 35.71%
B 98 of 308 ~ 31.82%

%32.47
%35.71
%31.82

CMYK color model

#646E62 color CMYK value is (9,0,11,57).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(9,0,11,57)
C9M0Y11K57 
(9%,0%,11%,57%)
(0.09/0.00/0.11/0.57)	

CMYK percentages

%9.09
%0
%10.91
%56.86

Codes

Color #646E62 in popluar color models

646E62
RGB10011098
HSL110°5.77%40.78%
HSB/HSV110°10.91%43.14%
CMYK9.09%0.00%10.91%
56.86%

Color #646E62 in popluar number systems.

HEX646E62
Decimal10011098
Binary110010011011101100010
Octal144156142

Shades and tints

Shades of #646E62

#646E62
(100,110,98)
#5B645A
(91,100,90)
#525A52
(82,90,82)
#49504A
(73,80,74)
#404642
(64,70,66)
#373C3A
(55,60,58)
#2E3232
(46,50,50)
#25282A
(37,40,42)
#1C1E22
(28,30,34)
#13141A
(19,20,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #646E62

#646E62
(100,110,98)
#727B70
(114,123,112)
#80887E
(128,136,126)
#8E958C
(142,149,140)
#9CA29A
(156,162,154)
#AAAFA8
(170,175,168)
#B8BCB6
(184,188,182)
#C6C9C4
(198,201,196)
#D4D6D2
(212,214,210)
#E2E3E0
(226,227,224)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E62 color. Also use rgb(100,110,98) instead hex code.

Text Font Color

.myTextColor { color: #646E62; }

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

This text font color is #646E62.


Background Color

.myBgColor { background-color: #646E62; }

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

This div background color is #646E62.


Border color

.myBorderColor { border: 1px solid #646E62; }

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

This div border color is #646E62.


Opacity

.myOpacity80 { color: #646E62; opacity: 0.8; }

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

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

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

This text has shadow with #646E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646E62 on black background.


Color preview on white background

This text has color #646E62 on white background.



Black color preview on #646E62 background

This text has black color on #646E62 background.


White color preview on #646E62 background

This text has white color on #646E62 background.