COLOR #646C43

HEX: #646C43
RGB: (100,108,67)

Color info

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

RGB color model

#646C43 color RGB value is (100,108,67).

  • red value is 100;
  • green value is 108;
  • blue value is 67.
RGB:
(100,108,67)
(39%,42%,26%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 67 of 255 = 26%

100
108
67

R + G + B ~ 36%. #646C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 108 + 67 = 275 (100%)
R 100 of 275 ~ 36.36%
G 108 of 275 ~ 39.27%
B 67 of 275 ~ 24.36%

%36.36
%39.27
%24.36

CMYK color model

#646C43 color CMYK value is (7,0,38,58).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 57.65%
CMYK:
(7,0,38,58)
C7M0Y38K58 
(7%,0%,38%,58%)
(0.07/0.00/0.38/0.58)	

CMYK percentages

%7.41
%0
%37.96
%57.65

Codes

Color #646C43 in popluar color models

646C43
RGB10010867
HSL72°23.43%34.31%
HSB/HSV72°37.96%42.35%
CMYK7.41%0.00%37.96%
57.65%

Color #646C43 in popluar number systems.

HEX646C43
Decimal10010867
Binary110010011011001000011
Octal144154103

Shades and tints

Shades of #646C43

#646C43
(100,108,67)
#5B633D
(91,99,61)
#525A37
(82,90,55)
#495131
(73,81,49)
#40482B
(64,72,43)
#373F25
(55,63,37)
#2E361F
(46,54,31)
#252D19
(37,45,25)
#1C2413
(28,36,19)
#131B0D
(19,27,13)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #646C43

#646C43
(100,108,67)
#727954
(114,121,84)
#808665
(128,134,101)
#8E9376
(142,147,118)
#9CA087
(156,160,135)
#AAAD98
(170,173,152)
#B8BAA9
(184,186,169)
#C6C7BA
(198,199,186)
#D4D4CB
(212,212,203)
#E2E1DC
(226,225,220)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646C43 color. Also use rgb(100,108,67) instead hex code.

Text Font Color

.myTextColor { color: #646C43; }

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

This text font color is #646C43.


Background Color

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

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

This div background color is #646C43.


Border color

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

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

This div border color is #646C43.


Opacity

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

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

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

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

This text has shadow with #646C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646C43 on black background.


Color preview on white background

This text has color #646C43 on white background.



Black color preview on #646C43 background

This text has black color on #646C43 background.


White color preview on #646C43 background

This text has white color on #646C43 background.