COLOR #646D58

HEX: #646D58
RGB: (100,109,88)

Color info

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

RGB color model

#646D58 color RGB value is (100,109,88).

  • red value is 100;
  • green value is 109;
  • blue value is 88.
RGB:
(100,109,88)
(39%,43%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 88 of 255 = 35%

100
109
88

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 88 = 297 (100%)
R 100 of 297 ~ 33.67%
G 109 of 297 ~ 36.7%
B 88 of 297 ~ 29.63%

%33.67
%36.7
%29.63

CMYK color model

#646D58 color CMYK value is (8,0,19,57).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(8,0,19,57)
C8M0Y19K57 
(8%,0%,19%,57%)
(0.08/0.00/0.19/0.57)	

CMYK percentages

%8.26
%0
%19.27
%57.25

Codes

Color #646D58 in popluar color models

646D58
RGB10010988
HSL86°10.66%38.63%
HSB/HSV86°19.27%42.75%
CMYK8.26%0.00%19.27%
57.25%

Color #646D58 in popluar number systems.

HEX646D58
Decimal10010988
Binary110010011011011011000
Octal144155130

Shades and tints

Shades of #646D58

#646D58
(100,109,88)
#5B6450
(91,100,80)
#525B48
(82,91,72)
#495240
(73,82,64)
#404938
(64,73,56)
#374030
(55,64,48)
#2E3728
(46,55,40)
#252E20
(37,46,32)
#1C2518
(28,37,24)
#131C10
(19,28,16)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #646D58

#646D58
(100,109,88)
#727A67
(114,122,103)
#808776
(128,135,118)
#8E9485
(142,148,133)
#9CA194
(156,161,148)
#AAAEA3
(170,174,163)
#B8BBB2
(184,187,178)
#C6C8C1
(198,200,193)
#D4D5D0
(212,213,208)
#E2E2DF
(226,226,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646D58 color. Also use rgb(100,109,88) instead hex code.

Text Font Color

.myTextColor { color: #646D58; }

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

This text font color is #646D58.


Background Color

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

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

This div background color is #646D58.


Border color

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

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

This div border color is #646D58.


Opacity

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

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

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

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

This text has shadow with #646D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D58 on black background.


Color preview on white background

This text has color #646D58 on white background.



Black color preview on #646D58 background

This text has black color on #646D58 background.


White color preview on #646D58 background

This text has white color on #646D58 background.