COLOR #646E4D

HEX: #646E4D
RGB: (100,110,77)

Color info

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

RGB color model

#646E4D color RGB value is (100,110,77).

  • red value is 100;
  • green value is 110;
  • blue value is 77.
RGB: (100,110,77) (39%,43%,30%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 77 of 255 = 30%

100
110
77

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

Portions of RGB colors in percentages

R + G + B =
100 + 110 + 77 = 287 (100%)
R 100 of 287 ~ 34.84%
G 110 of 287 ~ 38.33%
B 77 of 287 ~ 26.83%

%34.84
%38.33
%26.83

CMYK color model

#646E4D color CMYK value is (9,0,30,57).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK: (9,0,30,57) C9M0Y30K57 (9%,0%,30%,57%) (0.09/0.00/0.30/0.57)

CMYK percentages

%9.09
%0
%30
%56.86

Codes

Color #646E4D in popluar color models

646E4D
RGB10011077
HSL78°17.65%36.67%
HSB/HSV78°30.00%43.14%
CMYK9.09%0.00%30.00%
56.86%

Color #646E4D in popluar number systems.

HEX646E4D
Decimal10011077
Binary110010011011101001101
Octal144156115

Shades and tints

Shades of #646E4D

#646E4D
(100,110,77)
#5B6446
(91,100,70)
#525A3F
(82,90,63)
#495038
(73,80,56)
#404631
(64,70,49)
#373C2A
(55,60,42)
#2E3223
(46,50,35)
#25281C
(37,40,28)
#1C1E15
(28,30,21)
#13140E
(19,20,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #646E4D

#646E4D
(100,110,77)
#727B5D
(114,123,93)
#80886D
(128,136,109)
#8E957D
(142,149,125)
#9CA28D
(156,162,141)
#AAAF9D
(170,175,157)
#B8BCAD
(184,188,173)
#C6C9BD
(198,201,189)
#D4D6CD
(212,214,205)
#E2E3DD
(226,227,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E4D color. Also use rgb(100,110,77) instead hex code.

Text Font Color

.myTextColor { color: #646E4D; }

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

This text font color is #646E4D.


Background Color

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

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

This div background color is #646E4D.


Border color

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

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

This div border color is #646E4D.


Opacity

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

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

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

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

This text has shadow with #646E4D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #646E4D on black background.


Color preview on white background

This text has color #646E4D on white background.



Black color preview on #646E4D background

This text has black color on #646E4D background.


White color preview on #646E4D background

This text has white color on #646E4D background.