COLOR #646B3C

HEX: #646B3C RGB: (100,107,60)

Color info

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

RGB color model

#646B3C color RGB value is (100,107,60).

RGB: (100,107,60) (39%, 42%, 24%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 60 of 255 = 24%

100
107
60

R + G + B ~ 35%. #646B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 107 + 60 = 267 (100%)
R 100 of 267 ~ 37.45%
G 107 of 267 ~ 40.07%
B 60 of 267 ~ 22.47'%

%37.45
%40.07
%22.47

CMYK color model

#646B3C color CMYK value is (7,0,44,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%

CMYK: (7,0,44,58)
C7M0Y44K58 (7%, 0%, 44%, 58%)
(0.07 / 0.00 / 0.44 / 0.58)

CMYK percentages

%6.54
%0
%43.93
%58.04

Codes

Color #646B3C in popluar color models

64 6B 3C
RGB 100 107 60
HSL 69° 28.14% 32.75%
HSB/HSV 69° 43.93% 41.96%
CMYK 6.54% 0.00% 43.93%
58.04%

Color #646B3C in popluar number systems.

HEX 64 6B 3C
Decimal 100 107 60
Binary 1100100 1101011 111100
Octal 144 153 74

Shades and tints

Shades of #646B3C

#646B3C
(100,107,60)
#5B6237
(91,98,55)
#525932
(82,89,50)
#49502D
(73,80,45)
#404728
(64,71,40)
#373E23
(55,62,35)
#2E351E
(46,53,30)
#252C19
(37,44,25)
#1C2314
(28,35,20)
#131A0F
(19,26,15)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #646B3C

#646B3C
(100,107,60)
#72784D
(114,120,77)
#80855E
(128,133,94)
#8E926F
(142,146,111)
#9C9F80
(156,159,128)
#AAAC91
(170,172,145)
#B8B9A2
(184,185,162)
#C6C6B3
(198,198,179)
#D4D3C4
(212,211,196)
#E2E0D5
(226,224,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B3C; }

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

This text font color is #646B3C.

Background Color

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

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

This div background color is #646B3C.

Border color

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

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

This div border color is #646B3C.

Opacity

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

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

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

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

This text has shadow with #646B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646B3C.

Preview

Color preview on black background

This text has color #646B3C on black background.


Color preview on white background

This text has color #646B3C on white background.


Black color preview on #646B3C background

This text has black color on #646B3C background.


White color preview on #646B3C background

This text has white color on #646B3C background.


Related colors

Complementary color

Complementary color for #hex is #9B94C3.


I love getcolorcode.com

Triadic colors

1 #3C646B and #6B3C64 with #646B3C are triadic colors.

2 #3C6B64 and #6B643C with #646B3C are triadic colors.