COLOR #646F48

HEX: #646F48
RGB: (100,111,72)

Color info

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

RGB color model

#646F48 color RGB value is (100,111,72).

  • red value is 100;
  • green value is 111;
  • blue value is 72.
RGB:
(100,111,72)
(39%,44%,28%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 72 of 255 = 28%

100
111
72

R + G + B ~ 37%. #646F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 72 = 283 (100%)
R 100 of 283 ~ 35.34%
G 111 of 283 ~ 39.22%
B 72 of 283 ~ 25.44%

%35.34
%39.22
%25.44

CMYK color model

#646F48 color CMYK value is (10,0,35,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 56.47%
CMYK:
(10,0,35,56)
C10M0Y35K56 
(10%,0%,35%,56%)
(0.10/0.00/0.35/0.56)	

CMYK percentages

%9.91
%0
%35.14
%56.47

Codes

Color #646F48 in popluar color models

646F48
RGB10011172
HSL77°21.31%35.88%
HSB/HSV77°35.14%43.53%
CMYK9.91%0.00%35.14%
56.47%

Color #646F48 in popluar number systems.

HEX646F48
Decimal10011172
Binary110010011011111001000
Octal144157110

Shades and tints

Shades of #646F48

#646F48
(100,111,72)
#5B6542
(91,101,66)
#525B3C
(82,91,60)
#495136
(73,81,54)
#404730
(64,71,48)
#373D2A
(55,61,42)
#2E3324
(46,51,36)
#25291E
(37,41,30)
#1C1F18
(28,31,24)
#131512
(19,21,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #646F48

#646F48
(100,111,72)
#727C58
(114,124,88)
#808968
(128,137,104)
#8E9678
(142,150,120)
#9CA388
(156,163,136)
#AAB098
(170,176,152)
#B8BDA8
(184,189,168)
#C6CAB8
(198,202,184)
#D4D7C8
(212,215,200)
#E2E4D8
(226,228,216)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646F48 color. Also use rgb(100,111,72) instead hex code.

Text Font Color

.myTextColor { color: #646F48; }

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

This text font color is #646F48.


Background Color

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

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

This div background color is #646F48.


Border color

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

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

This div border color is #646F48.


Opacity

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

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

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

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

This text has shadow with #646F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F48 on black background.


Color preview on white background

This text has color #646F48 on white background.



Black color preview on #646F48 background

This text has black color on #646F48 background.


White color preview on #646F48 background

This text has white color on #646F48 background.