COLOR #646A50

HEX: #646A50
RGB: (100,106,80)

Color info

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

RGB color model

#646A50 color RGB value is (100,106,80).

  • red value is 100;
  • green value is 106;
  • blue value is 80.
RGB:
(100,106,80)
(39%,42%,31%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 80 of 255 = 31%

100
106
80

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

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 80 = 286 (100%)
R 100 of 286 ~ 34.97%
G 106 of 286 ~ 37.06%
B 80 of 286 ~ 27.97%

%34.97
%37.06
%27.97

CMYK color model

#646A50 color CMYK value is (6,0,25,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(6,0,25,58)
C6M0Y25K58 
(6%,0%,25%,58%)
(0.06/0.00/0.25/0.58)	

CMYK percentages

%5.66
%0
%24.53
%58.43

Codes

Color #646A50 in popluar color models

646A50
RGB10010680
HSL74°13.98%36.47%
HSB/HSV74°24.53%41.57%
CMYK5.66%0.00%24.53%
58.43%

Color #646A50 in popluar number systems.

HEX646A50
Decimal10010680
Binary110010011010101010000
Octal144152120

Shades and tints

Shades of #646A50

#646A50
(100,106,80)
#5B6149
(91,97,73)
#525842
(82,88,66)
#494F3B
(73,79,59)
#404634
(64,70,52)
#373D2D
(55,61,45)
#2E3426
(46,52,38)
#252B1F
(37,43,31)
#1C2218
(28,34,24)
#131911
(19,25,17)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #646A50

#646A50
(100,106,80)
#72775F
(114,119,95)
#80846E
(128,132,110)
#8E917D
(142,145,125)
#9C9E8C
(156,158,140)
#AAAB9B
(170,171,155)
#B8B8AA
(184,184,170)
#C6C5B9
(198,197,185)
#D4D2C8
(212,210,200)
#E2DFD7
(226,223,215)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646A50 color. Also use rgb(100,106,80) instead hex code.

Text Font Color

.myTextColor { color: #646A50; }

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

This text font color is #646A50.


Background Color

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

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

This div background color is #646A50.


Border color

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

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

This div border color is #646A50.


Opacity

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

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

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

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

This text has shadow with #646A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A50 on black background.


Color preview on white background

This text has color #646A50 on white background.



Black color preview on #646A50 background

This text has black color on #646A50 background.


White color preview on #646A50 background

This text has white color on #646A50 background.