COLOR #646046

HEX: #646046
RGB: (100,96,70)

Color info

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

RGB color model

#646046 color RGB value is (100,96,70).

  • red value is 100;
  • green value is 96;
  • blue value is 70.
RGB:
(100,96,70)
(39%,38%,27%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 70 of 255 = 27%

100
96
70

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

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 70 = 266 (100%)
R 100 of 266 ~ 37.59%
G 96 of 266 ~ 36.09%
B 70 of 266 ~ 26.32%

%37.59
%36.09
%26.32

CMYK color model

#646046 color CMYK value is (0,4,30,61).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(0,4,30,61)
C0M4Y30K61 
(0%,4%,30%,61%)
(0.00/0.04/0.30/0.61)	

CMYK percentages

%0
%4
%30
%60.78

Codes

Color #646046 in popluar color models

646046
RGB1009670
HSL52°17.65%33.33%
HSB/HSV52°30.00%39.22%
CMYK0.00%4.00%30.00%
60.78%

Color #646046 in popluar number systems.

HEX646046
Decimal1009670
Binary110010011000001000110
Octal144140106

Shades and tints

Shades of #646046

#646046
(100,96,70)
#5B5840
(91,88,64)
#52503A
(82,80,58)
#494834
(73,72,52)
#40402E
(64,64,46)
#373828
(55,56,40)
#2E3022
(46,48,34)
#25281C
(37,40,28)
#1C2016
(28,32,22)
#131810
(19,24,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #646046

#646046
(100,96,70)
#726E56
(114,110,86)
#807C66
(128,124,102)
#8E8A76
(142,138,118)
#9C9886
(156,152,134)
#AAA696
(170,166,150)
#B8B4A6
(184,180,166)
#C6C2B6
(198,194,182)
#D4D0C6
(212,208,198)
#E2DED6
(226,222,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646046 color. Also use rgb(100,96,70) instead hex code.

Text Font Color

.myTextColor { color: #646046; }

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

This text font color is #646046.


Background Color

.myBgColor { background-color: #646046; }

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

This div background color is #646046.


Border color

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

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

This div border color is #646046.


Opacity

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

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

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

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

This text has shadow with #646046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646046 on black background.


Color preview on white background

This text has color #646046 on white background.



Black color preview on #646046 background

This text has black color on #646046 background.


White color preview on #646046 background

This text has white color on #646046 background.