COLOR #646C55

HEX: #646C55
RGB: (100,108,85)

Color info

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

RGB color model

#646C55 color RGB value is (100,108,85).

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

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 85 of 255 = 33%

100
108
85

R + G + B ~ 38%. #646C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 85 = 293 (100%)
R 100 of 293 ~ 34.13%
G 108 of 293 ~ 36.86%
B 85 of 293 ~ 29.01%

%34.13
%36.86
%29.01

CMYK color model

#646C55 color CMYK value is (7,0,21,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(7,0,21,58)
C7M0Y21K58 
(7%,0%,21%,58%)
(0.07/0.00/0.21/0.58)	

CMYK percentages

%7.41
%0
%21.3
%57.65

Codes

Color #646C55 in popluar color models

646C55
RGB10010885
HSL81°11.92%37.84%
HSB/HSV81°21.30%42.35%
CMYK7.41%0.00%21.30%
57.65%

Color #646C55 in popluar number systems.

HEX646C55
Decimal10010885
Binary110010011011001010101
Octal144154125

Shades and tints

Shades of #646C55

#646C55
(100,108,85)
#5B634E
(91,99,78)
#525A47
(82,90,71)
#495140
(73,81,64)
#404839
(64,72,57)
#373F32
(55,63,50)
#2E362B
(46,54,43)
#252D24
(37,45,36)
#1C241D
(28,36,29)
#131B16
(19,27,22)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #646C55

#646C55
(100,108,85)
#727964
(114,121,100)
#808673
(128,134,115)
#8E9382
(142,147,130)
#9CA091
(156,160,145)
#AAADA0
(170,173,160)
#B8BAAF
(184,186,175)
#C6C7BE
(198,199,190)
#D4D4CD
(212,212,205)
#E2E1DC
(226,225,220)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646C55; }

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

This text font color is #646C55.


Background Color

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

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

This div background color is #646C55.


Border color

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

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

This div border color is #646C55.


Opacity

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

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

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

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

This text has shadow with #646C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C55 on black background.


Color preview on white background

This text has color #646C55 on white background.



Black color preview on #646C55 background

This text has black color on #646C55 background.


White color preview on #646C55 background

This text has white color on #646C55 background.