COLOR #646D53

HEX: #646D53
RGB: (100,109,83)

Color info

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

RGB color model

#646D53 color RGB value is (100,109,83).

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

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 83 of 255 = 33%

100
109
83

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 83 = 292 (100%)
R 100 of 292 ~ 34.25%
G 109 of 292 ~ 37.33%
B 83 of 292 ~ 28.42%

%34.25
%37.33
%28.42

CMYK color model

#646D53 color CMYK value is (8,0,24,57).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(8,0,24,57)
C8M0Y24K57 
(8%,0%,24%,57%)
(0.08/0.00/0.24/0.57)	

CMYK percentages

%8.26
%0
%23.85
%57.25

Codes

Color #646D53 in popluar color models

646D53
RGB10010983
HSL81°13.54%37.65%
HSB/HSV81°23.85%42.75%
CMYK8.26%0.00%23.85%
57.25%

Color #646D53 in popluar number systems.

HEX646D53
Decimal10010983
Binary110010011011011010011
Octal144155123

Shades and tints

Shades of #646D53

#646D53
(100,109,83)
#5B644C
(91,100,76)
#525B45
(82,91,69)
#49523E
(73,82,62)
#404937
(64,73,55)
#374030
(55,64,48)
#2E3729
(46,55,41)
#252E22
(37,46,34)
#1C251B
(28,37,27)
#131C14
(19,28,20)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #646D53

#646D53
(100,109,83)
#727A62
(114,122,98)
#808771
(128,135,113)
#8E9480
(142,148,128)
#9CA18F
(156,161,143)
#AAAE9E
(170,174,158)
#B8BBAD
(184,187,173)
#C6C8BC
(198,200,188)
#D4D5CB
(212,213,203)
#E2E2DA
(226,226,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646D53; }

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

This text font color is #646D53.


Background Color

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

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

This div background color is #646D53.


Border color

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

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

This div border color is #646D53.


Opacity

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

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

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

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

This text has shadow with #646D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D53 on black background.


Color preview on white background

This text has color #646D53 on white background.



Black color preview on #646D53 background

This text has black color on #646D53 background.


White color preview on #646D53 background

This text has white color on #646D53 background.