COLOR #646B18

HEX: #646B18
RGB: (100,107,24)

Color info

#646B18 contains mainly red and green colors. Web safe color of #646B18 is #666600 (or #660).

RGB color model

#646B18 color RGB value is (100,107,24).

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

RGB channels and saturation

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

100
107
24

R + G + B ~ 30%. #646B18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 107 + 24 = 231 (100%)
R 100 of 231 ~ 43.29%
G 107 of 231 ~ 46.32%
B 24 of 231 ~ 10.39%

%43.29
%46.32
%10.39

CMYK color model

#646B18 color CMYK value is (7,0,78,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 77.57%
  • key color value is 58.04%
CMYK:
(7,0,78,58)
C7M0Y78K58 
(7%,0%,78%,58%)
(0.07/0.00/0.78/0.58)	

CMYK percentages

%6.54
%0
%77.57
%58.04

Codes

Color #646B18 in popluar color models

646B18
RGB10010724
HSL65°63.36%25.69%
HSB/HSV65°77.57%41.96%
CMYK6.54%0.00%77.57%
58.04%

Color #646B18 in popluar number systems.

HEX646B18
Decimal10010724
Binary1100100110101111000
Octal14415330

Shades and tints

Shades of #646B18

#646B18
(100,107,24)
#5B6216
(91,98,22)
#525914
(82,89,20)
#495012
(73,80,18)
#404710
(64,71,16)
#373E0E
(55,62,14)
#2E350C
(46,53,12)
#252C0A
(37,44,10)
#1C2308
(28,35,8)
#131A06
(19,26,6)
#0A1104
(10,17,4)
#000000
(0,0,0)

Tints of #646B18

#646B18
(100,107,24)
#72782D
(114,120,45)
#808542
(128,133,66)
#8E9257
(142,146,87)
#9C9F6C
(156,159,108)
#AAAC81
(170,172,129)
#B8B996
(184,185,150)
#C6C6AB
(198,198,171)
#D4D3C0
(212,211,192)
#E2E0D5
(226,224,213)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646B18; }

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

This text font color is #646B18.


Background Color

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

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

This div background color is #646B18.


Border color

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

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

This div border color is #646B18.


Opacity

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

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

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

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

This text has shadow with #646B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646B18 on black background.


Color preview on white background

This text has color #646B18 on white background.



Black color preview on #646B18 background

This text has black color on #646B18 background.


White color preview on #646B18 background

This text has white color on #646B18 background.