COLOR #646850

HEX: #646850
RGB: (100,104,80)

Color info

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

RGB color model

#646850 color RGB value is (100,104,80).

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

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 80 of 255 = 31%

100
104
80

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

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 80 = 284 (100%)
R 100 of 284 ~ 35.21%
G 104 of 284 ~ 36.62%
B 80 of 284 ~ 28.17%

%35.21
%36.62
%28.17

CMYK color model

#646850 color CMYK value is (4,0,23,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK:
(4,0,23,59)
C4M0Y23K59 
(4%,0%,23%,59%)
(0.04/0.00/0.23/0.59)	

CMYK percentages

%3.85
%0
%23.08
%59.22

Codes

Color #646850 in popluar color models

646850
RGB10010480
HSL70°13.04%36.08%
HSB/HSV70°23.08%40.78%
CMYK3.85%0.00%23.08%
59.22%

Color #646850 in popluar number systems.

HEX646850
Decimal10010480
Binary110010011010001010000
Octal144150120

Shades and tints

Shades of #646850

#646850
(100,104,80)
#5B5F49
(91,95,73)
#525642
(82,86,66)
#494D3B
(73,77,59)
#404434
(64,68,52)
#373B2D
(55,59,45)
#2E3226
(46,50,38)
#25291F
(37,41,31)
#1C2018
(28,32,24)
#131711
(19,23,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #646850

#646850
(100,104,80)
#72755F
(114,117,95)
#80826E
(128,130,110)
#8E8F7D
(142,143,125)
#9C9C8C
(156,156,140)
#AAA99B
(170,169,155)
#B8B6AA
(184,182,170)
#C6C3B9
(198,195,185)
#D4D0C8
(212,208,200)
#E2DDD7
(226,221,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646850; }

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

This text font color is #646850.


Background Color

.myBgColor { background-color: #646850; }

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

This div background color is #646850.


Border color

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

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

This div border color is #646850.


Opacity

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

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

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

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

This text has shadow with #646850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646850 on black background.


Color preview on white background

This text has color #646850 on white background.



Black color preview on #646850 background

This text has black color on #646850 background.


White color preview on #646850 background

This text has white color on #646850 background.