COLOR #646A1C

HEX: #646A1C
RGB: (100,106,28)

Color info

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

RGB color model

#646A1C color RGB value is (100,106,28).

  • red value is 100;
  • green value is 106;
  • blue value is 28.
RGB:
(100,106,28)
(39%,42%,11%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 28 of 255 = 11%

100
106
28

R + G + B ~ 31%. #646A1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 28 = 234 (100%)
R 100 of 234 ~ 42.74%
G 106 of 234 ~ 45.3%
B 28 of 234 ~ 11.97%

%42.74
%45.3
%11.97

CMYK color model

#646A1C color CMYK value is (6,0,74,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 73.58%
  • key color value is 58.43%
CMYK:
(6,0,74,58)
C6M0Y74K58 
(6%,0%,74%,58%)
(0.06/0.00/0.74/0.58)	

CMYK percentages

%5.66
%0
%73.58
%58.43

Codes

Color #646A1C in popluar color models

646A1C
RGB10010628
HSL65°58.21%26.27%
HSB/HSV65°73.58%41.57%
CMYK5.66%0.00%73.58%
58.43%

Color #646A1C in popluar number systems.

HEX646A1C
Decimal10010628
Binary1100100110101011100
Octal14415234

Shades and tints

Shades of #646A1C

#646A1C
(100,106,28)
#5B611A
(91,97,26)
#525818
(82,88,24)
#494F16
(73,79,22)
#404614
(64,70,20)
#373D12
(55,61,18)
#2E3410
(46,52,16)
#252B0E
(37,43,14)
#1C220C
(28,34,12)
#13190A
(19,25,10)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #646A1C

#646A1C
(100,106,28)
#727730
(114,119,48)
#808444
(128,132,68)
#8E9158
(142,145,88)
#9C9E6C
(156,158,108)
#AAAB80
(170,171,128)
#B8B894
(184,184,148)
#C6C5A8
(198,197,168)
#D4D2BC
(212,210,188)
#E2DFD0
(226,223,208)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646A1C color. Also use rgb(100,106,28) instead hex code.

Text Font Color

.myTextColor { color: #646A1C; }

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

This text font color is #646A1C.


Background Color

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

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

This div background color is #646A1C.


Border color

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

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

This div border color is #646A1C.


Opacity

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

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

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

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

This text has shadow with #646A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A1C on black background.


Color preview on white background

This text has color #646A1C on white background.



Black color preview on #646A1C background

This text has black color on #646A1C background.


White color preview on #646A1C background

This text has white color on #646A1C background.