COLOR #646F4A

HEX: #646F4A
RGB: (100,111,74)

Color info

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

RGB color model

#646F4A color RGB value is (100,111,74).

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

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 74 of 255 = 29%

100
111
74

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

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 74 = 285 (100%)
R 100 of 285 ~ 35.09%
G 111 of 285 ~ 38.95%
B 74 of 285 ~ 25.96%

%35.09
%38.95
%25.96

CMYK color model

#646F4A color CMYK value is (10,0,33,56).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(10,0,33,56)
C10M0Y33K56 
(10%,0%,33%,56%)
(0.10/0.00/0.33/0.56)	

CMYK percentages

%9.91
%0
%33.33
%56.47

Codes

Color #646F4A in popluar color models

646F4A
RGB10011174
HSL78°20.00%36.27%
HSB/HSV78°33.33%43.53%
CMYK9.91%0.00%33.33%
56.47%

Color #646F4A in popluar number systems.

HEX646F4A
Decimal10011174
Binary110010011011111001010
Octal144157112

Shades and tints

Shades of #646F4A

#646F4A
(100,111,74)
#5B6544
(91,101,68)
#525B3E
(82,91,62)
#495138
(73,81,56)
#404732
(64,71,50)
#373D2C
(55,61,44)
#2E3326
(46,51,38)
#252920
(37,41,32)
#1C1F1A
(28,31,26)
#131514
(19,21,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #646F4A

#646F4A
(100,111,74)
#727C5A
(114,124,90)
#80896A
(128,137,106)
#8E967A
(142,150,122)
#9CA38A
(156,163,138)
#AAB09A
(170,176,154)
#B8BDAA
(184,189,170)
#C6CABA
(198,202,186)
#D4D7CA
(212,215,202)
#E2E4DA
(226,228,218)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646F4A; }

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

This text font color is #646F4A.


Background Color

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

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

This div background color is #646F4A.


Border color

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

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

This div border color is #646F4A.


Opacity

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

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

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

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

This text has shadow with #646F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646F4A on black background.


Color preview on white background

This text has color #646F4A on white background.



Black color preview on #646F4A background

This text has black color on #646F4A background.


White color preview on #646F4A background

This text has white color on #646F4A background.