COLOR #646828

HEX: #646828
RGB: (100,104,40)

Color info

#646828 contains mainly red and green colors. Web safe color of #646828 is #666633 (or #663).

RGB color model

#646828 color RGB value is (100,104,40).

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

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 40 of 255 = 16%

100
104
40

R + G + B ~ 32%. #646828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 40 = 244 (100%)
R 100 of 244 ~ 40.98%
G 104 of 244 ~ 42.62%
B 40 of 244 ~ 16.39%

%40.98
%42.62
%16.39

CMYK color model

#646828 color CMYK value is (4,0,62,59).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 59.22%
CMYK:
(4,0,62,59)
C4M0Y62K59 
(4%,0%,62%,59%)
(0.04/0.00/0.62/0.59)	

CMYK percentages

%3.85
%0
%61.54
%59.22

Codes

Color #646828 in popluar color models

646828
RGB10010440
HSL64°44.44%28.24%
HSB/HSV64°61.54%40.78%
CMYK3.85%0.00%61.54%
59.22%

Color #646828 in popluar number systems.

HEX646828
Decimal10010440
Binary11001001101000101000
Octal14415050

Shades and tints

Shades of #646828

#646828
(100,104,40)
#5B5F25
(91,95,37)
#525622
(82,86,34)
#494D1F
(73,77,31)
#40441C
(64,68,28)
#373B19
(55,59,25)
#2E3216
(46,50,22)
#252913
(37,41,19)
#1C2010
(28,32,16)
#13170D
(19,23,13)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #646828

#646828
(100,104,40)
#72753B
(114,117,59)
#80824E
(128,130,78)
#8E8F61
(142,143,97)
#9C9C74
(156,156,116)
#AAA987
(170,169,135)
#B8B69A
(184,182,154)
#C6C3AD
(198,195,173)
#D4D0C0
(212,208,192)
#E2DDD3
(226,221,211)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646828; }

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

This text font color is #646828.


Background Color

.myBgColor { background-color: #646828; }

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

This div background color is #646828.


Border color

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

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

This div border color is #646828.


Opacity

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

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

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

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

This text has shadow with #646828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646828 on black background.


Color preview on white background

This text has color #646828 on white background.



Black color preview on #646828 background

This text has black color on #646828 background.


White color preview on #646828 background

This text has white color on #646828 background.