COLOR #646461

HEX: #646461
RGB: (100,100,97)

Color info

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

RGB color model

#646461 color RGB value is (100,100,97).

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

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 97 of 255 = 38%

100
100
97

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 97 = 297 (100%)
R 100 of 297 ~ 33.67%
G 100 of 297 ~ 33.67%
B 97 of 297 ~ 32.66%

%33.67
%33.67
%32.66

CMYK color model

#646461 color CMYK value is (0,0,3,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(0,0,3,61)
C0M0Y3K61 
(0%,0%,3%,61%)
(0.00/0.00/0.03/0.61)	

CMYK percentages

%0
%0
%3
%60.78

Codes

Color #646461 in popluar color models

646461
RGB10010097
HSL60°1.52%38.63%
HSB/HSV60°3.00%39.22%
CMYK0.00%0.00%3.00%
60.78%

Color #646461 in popluar number systems.

HEX646461
Decimal10010097
Binary110010011001001100001
Octal144144141

Shades and tints

Shades of #646461

#646461
(100,100,97)
#5B5B59
(91,91,89)
#525251
(82,82,81)
#494949
(73,73,73)
#404041
(64,64,65)
#373739
(55,55,57)
#2E2E31
(46,46,49)
#252529
(37,37,41)
#1C1C21
(28,28,33)
#131319
(19,19,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #646461

#646461
(100,100,97)
#72726F
(114,114,111)
#80807D
(128,128,125)
#8E8E8B
(142,142,139)
#9C9C99
(156,156,153)
#AAAAA7
(170,170,167)
#B8B8B5
(184,184,181)
#C6C6C3
(198,198,195)
#D4D4D1
(212,212,209)
#E2E2DF
(226,226,223)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646461; }

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

This text font color is #646461.


Background Color

.myBgColor { background-color: #646461; }

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

This div background color is #646461.


Border color

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

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

This div border color is #646461.


Opacity

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

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

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

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

This text has shadow with #646461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646461 on black background.


Color preview on white background

This text has color #646461 on white background.



Black color preview on #646461 background

This text has black color on #646461 background.


White color preview on #646461 background

This text has white color on #646461 background.