COLOR #646141

HEX: #646141
RGB: (100,97,65)

Color info

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

RGB color model

#646141 color RGB value is (100,97,65).

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

RGB channels and saturation

R 100 of 255 = 39%
G 97 of 255 = 38%
B 65 of 255 = 25%

100
97
65

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

Portions of RGB colors in percentages

R + G + B =
100 + 97 + 65 = 262 (100%)
R 100 of 262 ~ 38.17%
G 97 of 262 ~ 37.02%
B 65 of 262 ~ 24.81%

%38.17
%37.02
%24.81

CMYK color model

#646141 color CMYK value is (0,3,35,61).

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(0,3,35,61)
C0M3Y35K61 
(0%,3%,35%,61%)
(0.00/0.03/0.35/0.61)	

CMYK percentages

%0
%3
%35
%60.78

Codes

Color #646141 in popluar color models

646141
RGB1009765
HSL55°21.21%32.35%
HSB/HSV55°35.00%39.22%
CMYK0.00%3.00%35.00%
60.78%

Color #646141 in popluar number systems.

HEX646141
Decimal1009765
Binary110010011000011000001
Octal144141101

Shades and tints

Shades of #646141

#646141
(100,97,65)
#5B593C
(91,89,60)
#525137
(82,81,55)
#494932
(73,73,50)
#40412D
(64,65,45)
#373928
(55,57,40)
#2E3123
(46,49,35)
#25291E
(37,41,30)
#1C2119
(28,33,25)
#131914
(19,25,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #646141

#646141
(100,97,65)
#726F52
(114,111,82)
#807D63
(128,125,99)
#8E8B74
(142,139,116)
#9C9985
(156,153,133)
#AAA796
(170,167,150)
#B8B5A7
(184,181,167)
#C6C3B8
(198,195,184)
#D4D1C9
(212,209,201)
#E2DFDA
(226,223,218)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646141; }

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

This text font color is #646141.


Background Color

.myBgColor { background-color: #646141; }

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

This div background color is #646141.


Border color

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

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

This div border color is #646141.


Opacity

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

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

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

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

This text has shadow with #646141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646141 on black background.


Color preview on white background

This text has color #646141 on white background.



Black color preview on #646141 background

This text has black color on #646141 background.


White color preview on #646141 background

This text has white color on #646141 background.