COLOR #64464B

HEX: #64464B RGB: (100,70,75)

Color info

#64464B contains red, green and blue colors in about the same proportion. Web safe color of #64464B is #663333 (or #633).

RGB color model

#64464B color RGB value is (100,70,75).

RGB: (100,70,75) (39%, 27%, 29%)

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 75 of 255 = 29%

100
70
75

R + G + B ~ 32%. #64464B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 70 + 75 = 245 (100%)
R 100 of 245 ~ 40.82%
G 70 of 245 ~ 28.57%
B 75 of 245 ~ 30.61'%

%40.82
%28.57
%30.61

CMYK color model

#64464B color CMYK value is (0,30,25,61).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 25.00%
  • key color value is 60.78%

CMYK: (0,30,25,61)
C0M30Y25K61 (0%, 30%, 25%, 61%)
(0.00 / 0.30 / 0.25 / 0.61)

CMYK percentages

%0
%30
%25
%60.78

Codes

Color #64464B in popluar color models

64 46 4B
RGB 100 70 75
HSL 350° 17.65% 33.33%
HSB/HSV 350° 30.00% 39.22%
CMYK 0.00% 30.00% 25.00%
60.78%

Color #64464B in popluar number systems.

HEX 64 46 4B
Decimal 100 70 75
Binary 1100100 1000110 1001011
Octal 144 106 113

Shades and tints

Shades of #64464B

#64464B
(100,70,75)
#5B4045
(91,64,69)
#523A3F
(82,58,63)
#493439
(73,52,57)
#402E33
(64,46,51)
#37282D
(55,40,45)
#2E2227
(46,34,39)
#251C21
(37,28,33)
#1C161B
(28,22,27)
#131015
(19,16,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #64464B

#64464B
(100,70,75)
#72565B
(114,86,91)
#80666B
(128,102,107)
#8E767B
(142,118,123)
#9C868B
(156,134,139)
#AA969B
(170,150,155)
#B8A6AB
(184,166,171)
#C6B6BB
(198,182,187)
#D4C6CB
(212,198,203)
#E2D6DB
(226,214,219)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64464B color. Also use rgb(100,70,75) instead hex code.

Text Font Color

.myTextColor { color: #64464B; }

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

This text font color is #64464B.

Background Color

.myBgColor { background-color: #64464B; }

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

This div background color is #64464B.

Border color

.myBorderColor { border: 1px solid #64464B; }

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

This div border color is #64464B.

Opacity

.myOpacity80 { color: #64464B; opacity: 0.8; }

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

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

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

This text has shadow with #64464B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64464B.

Preview

Color preview on black background

This text has color #64464B on black background.


Color preview on white background

This text has color #64464B on white background.


Black color preview on #64464B background

This text has black color on #64464B background.


White color preview on #64464B background

This text has white color on #64464B background.


Related colors

Complementary color

Complementary color for #hex is #9BB9B4.


I love getcolorcode.com

Triadic colors

1 #4B6446 and #464B64 with #64464B are triadic colors.

2 #4B4664 and #46644B with #64464B are triadic colors.