COLOR #646C5A

HEX: #646C5A
RGB: (100,108,90)

Color info

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

RGB color model

#646C5A color RGB value is (100,108,90).

  • red value is 100;
  • green value is 108;
  • blue value is 90.
RGB:
(100,108,90)
(39%,42%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 90 of 255 = 35%

100
108
90

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

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 90 = 298 (100%)
R 100 of 298 ~ 33.56%
G 108 of 298 ~ 36.24%
B 90 of 298 ~ 30.2%

%33.56
%36.24
%30.2

CMYK color model

#646C5A color CMYK value is (7,0,17,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(7,0,17,58)
C7M0Y17K58 
(7%,0%,17%,58%)
(0.07/0.00/0.17/0.58)	

CMYK percentages

%7.41
%0
%16.67
%57.65

Codes

Color #646C5A in popluar color models

646C5A
RGB10010890
HSL87°9.09%38.82%
HSB/HSV87°16.67%42.35%
CMYK7.41%0.00%16.67%
57.65%

Color #646C5A in popluar number systems.

HEX646C5A
Decimal10010890
Binary110010011011001011010
Octal144154132

Shades and tints

Shades of #646C5A

#646C5A
(100,108,90)
#5B6352
(91,99,82)
#525A4A
(82,90,74)
#495142
(73,81,66)
#40483A
(64,72,58)
#373F32
(55,63,50)
#2E362A
(46,54,42)
#252D22
(37,45,34)
#1C241A
(28,36,26)
#131B12
(19,27,18)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #646C5A

#646C5A
(100,108,90)
#727969
(114,121,105)
#808678
(128,134,120)
#8E9387
(142,147,135)
#9CA096
(156,160,150)
#AAADA5
(170,173,165)
#B8BAB4
(184,186,180)
#C6C7C3
(198,199,195)
#D4D4D2
(212,212,210)
#E2E1E1
(226,225,225)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C5A color. Also use rgb(100,108,90) instead hex code.

Text Font Color

.myTextColor { color: #646C5A; }

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

This text font color is #646C5A.


Background Color

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

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

This div background color is #646C5A.


Border color

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

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

This div border color is #646C5A.


Opacity

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

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

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

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

This text has shadow with #646C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C5A on black background.


Color preview on white background

This text has color #646C5A on white background.



Black color preview on #646C5A background

This text has black color on #646C5A background.


White color preview on #646C5A background

This text has white color on #646C5A background.