COLOR #646A41

HEX: #646A41
RGB: (100,106,65)

Color info

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

RGB color model

#646A41 color RGB value is (100,106,65).

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

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 65 of 255 = 25%

100
106
65

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

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 65 = 271 (100%)
R 100 of 271 ~ 36.9%
G 106 of 271 ~ 39.11%
B 65 of 271 ~ 23.99%

%36.9
%39.11
%23.99

CMYK color model

#646A41 color CMYK value is (6,0,39,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 38.68%
  • key color value is 58.43%
CMYK:
(6,0,39,58)
C6M0Y39K58 
(6%,0%,39%,58%)
(0.06/0.00/0.39/0.58)	

CMYK percentages

%5.66
%0
%38.68
%58.43

Codes

Color #646A41 in popluar color models

646A41
RGB10010665
HSL69°23.98%33.53%
HSB/HSV69°38.68%41.57%
CMYK5.66%0.00%38.68%
58.43%

Color #646A41 in popluar number systems.

HEX646A41
Decimal10010665
Binary110010011010101000001
Octal144152101

Shades and tints

Shades of #646A41

#646A41
(100,106,65)
#5B613C
(91,97,60)
#525837
(82,88,55)
#494F32
(73,79,50)
#40462D
(64,70,45)
#373D28
(55,61,40)
#2E3423
(46,52,35)
#252B1E
(37,43,30)
#1C2219
(28,34,25)
#131914
(19,25,20)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #646A41

#646A41
(100,106,65)
#727752
(114,119,82)
#808463
(128,132,99)
#8E9174
(142,145,116)
#9C9E85
(156,158,133)
#AAAB96
(170,171,150)
#B8B8A7
(184,184,167)
#C6C5B8
(198,197,184)
#D4D2C9
(212,210,201)
#E2DFDA
(226,223,218)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646A41; }

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

This text font color is #646A41.


Background Color

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

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

This div background color is #646A41.


Border color

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

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

This div border color is #646A41.


Opacity

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

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

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

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

This text has shadow with #646A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A41 on black background.


Color preview on white background

This text has color #646A41 on white background.



Black color preview on #646A41 background

This text has black color on #646A41 background.


White color preview on #646A41 background

This text has white color on #646A41 background.