COLOR #64635E

HEX: #64635E RGB: (100,99,94)

Color info

#64635E contains red, green and blue colors in about the same proportion. Web safe color of #64635E is #666666 (or #666).

RGB color model

#64635E color RGB value is (100,99,94).

RGB: (100,99,94) (39%, 39%, 37%)

RGB channels and saturation

R 100 of 255 = 39%
G 99 of 255 = 39%
B 94 of 255 = 37%

100
99
94

R + G + B ~ 38%. #64635E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 99 + 94 = 293 (100%)
R 100 of 293 ~ 34.13%
G 99 of 293 ~ 33.79%
B 94 of 293 ~ 32.08'%

%34.13
%33.79
%32.08

CMYK color model

#64635E color CMYK value is (0,1,6,61).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 6.00%
  • key color value is 60.78%

CMYK: (0,1,6,61)
C0M1Y6K61 (0%, 1%, 6%, 61%)
(0.00 / 0.01 / 0.06 / 0.61)

CMYK percentages

%0
%1
%6
%60.78

Codes

Color #64635E in popluar color models

64 63 5E
RGB 100 99 94
HSL 50° 3.09% 38.04%
HSB/HSV 50° 6.00% 39.22%
CMYK 0.00% 1.00% 6.00%
60.78%

Color #64635E in popluar number systems.

HEX 64 63 5E
Decimal 100 99 94
Binary 1100100 1100011 1011110
Octal 144 143 136

Shades and tints

Shades of #64635E

#64635E
(100,99,94)
#5B5A56
(91,90,86)
#52514E
(82,81,78)
#494846
(73,72,70)
#403F3E
(64,63,62)
#373636
(55,54,54)
#2E2D2E
(46,45,46)
#252426
(37,36,38)
#1C1B1E
(28,27,30)
#131216
(19,18,22)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #64635E

#64635E
(100,99,94)
#72716C
(114,113,108)
#807F7A
(128,127,122)
#8E8D88
(142,141,136)
#9C9B96
(156,155,150)
#AAA9A4
(170,169,164)
#B8B7B2
(184,183,178)
#C6C5C0
(198,197,192)
#D4D3CE
(212,211,206)
#E2E1DC
(226,225,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64635E color. Also use rgb(100,99,94) instead hex code.

Text Font Color

.myTextColor { color: #64635E; }

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

This text font color is #64635E.

Background Color

.myBgColor { background-color: #64635E; }

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

This div background color is #64635E.

Border color

.myBorderColor { border: 1px solid #64635E; }

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

This div border color is #64635E.

Opacity

.myOpacity80 { color: #64635E; opacity: 0.8; }

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

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

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

This text has shadow with #64635E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64635E.

Preview

Color preview on black background

This text has color #64635E on black background.


Color preview on white background

This text has color #64635E on white background.


Black color preview on #64635E background

This text has black color on #64635E background.


White color preview on #64635E background

This text has white color on #64635E background.


Related colors

Complementary color

Complementary color for #hex is #9B9CA1.


I love getcolorcode.com

Triadic colors

1 #5E6463 and #635E64 with #64635E are triadic colors.

2 #5E6364 and #63645E with #64635E are triadic colors.