COLOR #646427

HEX: #646427 RGB: (100,100,39)

Color info

#646427 contains mainly red and green colors. Web safe color of #646427 is #666633 (or #663).

RGB color model

#646427 color RGB value is (100,100,39).

RGB: (100,100,39) (39%, 39%, 15%)

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 39 of 255 = 15%

100
100
39

R + G + B ~ 31%. #646427 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 100 + 39 = 239 (100%)
R 100 of 239 ~ 41.84%
G 100 of 239 ~ 41.84%
B 39 of 239 ~ 16.32'%

%41.84
%41.84
%16.32

CMYK color model

#646427 color CMYK value is (0,0,61,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 61.00%
  • key color value is 60.78%

CMYK: (0,0,61,61)
C0M0Y61K61 (0%, 0%, 61%, 61%)
(0.00 / 0.00 / 0.61 / 0.61)

CMYK percentages

%0
%0
%61
%60.78

Codes

Color #646427 in popluar color models

64 64 27
RGB 100 100 39
HSL 60° 43.88% 27.25%
HSB/HSV 60° 61.00% 39.22%
CMYK 0.00% 0.00% 61.00%
60.78%

Color #646427 in popluar number systems.

HEX 64 64 27
Decimal 100 100 39
Binary 1100100 1100100 100111
Octal 144 144 47

Shades and tints

Shades of #646427

#646427
(100,100,39)
#5B5B24
(91,91,36)
#525221
(82,82,33)
#49491E
(73,73,30)
#40401B
(64,64,27)
#373718
(55,55,24)
#2E2E15
(46,46,21)
#252512
(37,37,18)
#1C1C0F
(28,28,15)
#13130C
(19,19,12)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #646427

#646427
(100,100,39)
#72723A
(114,114,58)
#80804D
(128,128,77)
#8E8E60
(142,142,96)
#9C9C73
(156,156,115)
#AAAA86
(170,170,134)
#B8B899
(184,184,153)
#C6C6AC
(198,198,172)
#D4D4BF
(212,212,191)
#E2E2D2
(226,226,210)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646427; }

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

This text font color is #646427.

Background Color

.myBgColor { background-color: #646427; }

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

This div background color is #646427.

Border color

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

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

This div border color is #646427.

Opacity

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

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

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

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

This text has shadow with #646427 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646427.

Preview

Color preview on black background

This text has color #646427 on black background.


Color preview on white background

This text has color #646427 on white background.


Black color preview on #646427 background

This text has black color on #646427 background.


White color preview on #646427 background

This text has white color on #646427 background.


Related colors

Complementary color

Complementary color for #hex is #9B9BD8.


I love getcolorcode.com