COLOR #646B4A

HEX: #646B4A
RGB: (100,107,74)

Color info

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

RGB color model

#646B4A color RGB value is (100,107,74).

  • red value is 100;
  • green value is 107;
  • blue value is 74.
RGB:
(100,107,74)
(39%,42%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 74 of 255 = 29%

100
107
74

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

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 74 = 281 (100%)
R 100 of 281 ~ 35.59%
G 107 of 281 ~ 38.08%
B 74 of 281 ~ 26.33%

%35.59
%38.08
%26.33

CMYK color model

#646B4A color CMYK value is (7,0,31,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(7,0,31,58)
C7M0Y31K58 
(7%,0%,31%,58%)
(0.07/0.00/0.31/0.58)	

CMYK percentages

%6.54
%0
%30.84
%58.04

Codes

Color #646B4A in popluar color models

646B4A
RGB10010774
HSL73°18.23%35.49%
HSB/HSV73°30.84%41.96%
CMYK6.54%0.00%30.84%
58.04%

Color #646B4A in popluar number systems.

HEX646B4A
Decimal10010774
Binary110010011010111001010
Octal144153112

Shades and tints

Shades of #646B4A

#646B4A
(100,107,74)
#5B6244
(91,98,68)
#52593E
(82,89,62)
#495038
(73,80,56)
#404732
(64,71,50)
#373E2C
(55,62,44)
#2E3526
(46,53,38)
#252C20
(37,44,32)
#1C231A
(28,35,26)
#131A14
(19,26,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #646B4A

#646B4A
(100,107,74)
#72785A
(114,120,90)
#80856A
(128,133,106)
#8E927A
(142,146,122)
#9C9F8A
(156,159,138)
#AAAC9A
(170,172,154)
#B8B9AA
(184,185,170)
#C6C6BA
(198,198,186)
#D4D3CA
(212,211,202)
#E2E0DA
(226,224,218)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B4A color. Also use rgb(100,107,74) instead hex code.

Text Font Color

.myTextColor { color: #646B4A; }

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

This text font color is #646B4A.


Background Color

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

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

This div background color is #646B4A.


Border color

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

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

This div border color is #646B4A.


Opacity

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

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

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

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

This text has shadow with #646B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B4A on black background.


Color preview on white background

This text has color #646B4A on white background.



Black color preview on #646B4A background

This text has black color on #646B4A background.


White color preview on #646B4A background

This text has white color on #646B4A background.