COLOR #646451

HEX: #646451
RGB: (100,100,81)

Color info

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

RGB color model

#646451 color RGB value is (100,100,81).

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

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 81 of 255 = 32%

100
100
81

R + G + B ~ 37%. #646451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 81 = 281 (100%)
R 100 of 281 ~ 35.59%
G 100 of 281 ~ 35.59%
B 81 of 281 ~ 28.83%

%35.59
%35.59
%28.83

CMYK color model

#646451 color CMYK value is (0,0,19,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(0,0,19,61)
C0M0Y19K61 
(0%,0%,19%,61%)
(0.00/0.00/0.19/0.61)	

CMYK percentages

%0
%0
%19
%60.78

Codes

Color #646451 in popluar color models

646451
RGB10010081
HSL60°10.50%35.49%
HSB/HSV60°19.00%39.22%
CMYK0.00%0.00%19.00%
60.78%

Color #646451 in popluar number systems.

HEX646451
Decimal10010081
Binary110010011001001010001
Octal144144121

Shades and tints

Shades of #646451

#646451
(100,100,81)
#5B5B4A
(91,91,74)
#525243
(82,82,67)
#49493C
(73,73,60)
#404035
(64,64,53)
#37372E
(55,55,46)
#2E2E27
(46,46,39)
#252520
(37,37,32)
#1C1C19
(28,28,25)
#131312
(19,19,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #646451

#646451
(100,100,81)
#727260
(114,114,96)
#80806F
(128,128,111)
#8E8E7E
(142,142,126)
#9C9C8D
(156,156,141)
#AAAA9C
(170,170,156)
#B8B8AB
(184,184,171)
#C6C6BA
(198,198,186)
#D4D4C9
(212,212,201)
#E2E2D8
(226,226,216)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646451; }

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

This text font color is #646451.


Background Color

.myBgColor { background-color: #646451; }

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

This div background color is #646451.


Border color

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

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

This div border color is #646451.


Opacity

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

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

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

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

This text has shadow with #646451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646451 on black background.


Color preview on white background

This text has color #646451 on white background.



Black color preview on #646451 background

This text has black color on #646451 background.


White color preview on #646451 background

This text has white color on #646451 background.