COLOR #646D48

HEX: #646D48
RGB: (100,109,72)

Color info

#646D48 contains red, green and blue colors in about the same proportion. Web safe color of #646D48 is #666633 (or #663).

RGB color model

#646D48 color RGB value is (100,109,72).

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

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 72 of 255 = 28%

100
109
72

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 72 = 281 (100%)
R 100 of 281 ~ 35.59%
G 109 of 281 ~ 38.79%
B 72 of 281 ~ 25.62%

%35.59
%38.79
%25.62

CMYK color model

#646D48 color CMYK value is (8,0,34,57).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(8,0,34,57)
C8M0Y34K57 
(8%,0%,34%,57%)
(0.08/0.00/0.34/0.57)	

CMYK percentages

%8.26
%0
%33.94
%57.25

Codes

Color #646D48 in popluar color models

646D48
RGB10010972
HSL75°20.44%35.49%
HSB/HSV75°33.94%42.75%
CMYK8.26%0.00%33.94%
57.25%

Color #646D48 in popluar number systems.

HEX646D48
Decimal10010972
Binary110010011011011001000
Octal144155110

Shades and tints

Shades of #646D48

#646D48
(100,109,72)
#5B6442
(91,100,66)
#525B3C
(82,91,60)
#495236
(73,82,54)
#404930
(64,73,48)
#37402A
(55,64,42)
#2E3724
(46,55,36)
#252E1E
(37,46,30)
#1C2518
(28,37,24)
#131C12
(19,28,18)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #646D48

#646D48
(100,109,72)
#727A58
(114,122,88)
#808768
(128,135,104)
#8E9478
(142,148,120)
#9CA188
(156,161,136)
#AAAE98
(170,174,152)
#B8BBA8
(184,187,168)
#C6C8B8
(198,200,184)
#D4D5C8
(212,213,200)
#E2E2D8
(226,226,216)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646D48; }

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

This text font color is #646D48.


Background Color

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

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

This div background color is #646D48.


Border color

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

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

This div border color is #646D48.


Opacity

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

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

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

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

This text has shadow with #646D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D48 on black background.


Color preview on white background

This text has color #646D48 on white background.



Black color preview on #646D48 background

This text has black color on #646D48 background.


White color preview on #646D48 background

This text has white color on #646D48 background.