COLOR #646341

HEX: #646341
RGB: (100,99,65)

Color info

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

RGB color model

#646341 color RGB value is (100,99,65).

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

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 65 of 255 = 25%

100
99
65

R + G + B ~ 34%. #646341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 99 + 65 = 264 (100%)
R 100 of 264 ~ 37.88%
G 99 of 264 ~ 37.5%
B 65 of 264 ~ 24.62%

%37.88
%37.5
%24.62

CMYK color model

#646341 color CMYK value is (0,1,35,61).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(0,1,35,61)
C0M1Y35K61 
(0%,1%,35%,61%)
(0.00/0.01/0.35/0.61)	

CMYK percentages

%0
%1
%35
%60.78

Codes

Color #646341 in popluar color models

646341
RGB1009965
HSL58°21.21%32.35%
HSB/HSV58°35.00%39.22%
CMYK0.00%1.00%35.00%
60.78%

Color #646341 in popluar number systems.

HEX646341
Decimal1009965
Binary110010011000111000001
Octal144143101

Shades and tints

Shades of #646341

#646341
(100,99,65)
#5B5A3C
(91,90,60)
#525137
(82,81,55)
#494832
(73,72,50)
#403F2D
(64,63,45)
#373628
(55,54,40)
#2E2D23
(46,45,35)
#25241E
(37,36,30)
#1C1B19
(28,27,25)
#131214
(19,18,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #646341

#646341
(100,99,65)
#727152
(114,113,82)
#807F63
(128,127,99)
#8E8D74
(142,141,116)
#9C9B85
(156,155,133)
#AAA996
(170,169,150)
#B8B7A7
(184,183,167)
#C6C5B8
(198,197,184)
#D4D3C9
(212,211,201)
#E2E1DA
(226,225,218)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646341; }

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

This text font color is #646341.


Background Color

.myBgColor { background-color: #646341; }

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

This div background color is #646341.


Border color

.myBorderColor { border: 1px solid #646341; }

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

This div border color is #646341.


Opacity

.myOpacity80 { color: #646341; opacity: 0.8; }

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

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

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

This text has shadow with #646341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646341 on black background.


Color preview on white background

This text has color #646341 on white background.



Black color preview on #646341 background

This text has black color on #646341 background.


White color preview on #646341 background

This text has white color on #646341 background.