COLOR #64555B

HEX: #64555B RGB: (100,85,91)

Color info

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

RGB color model

#64555B color RGB value is (100,85,91).

RGB: (100,85,91) (39%, 33%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 85 of 255 = 33%
B 91 of 255 = 36%

100
85
91

R + G + B ~ 36%. #64555B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 85 + 91 = 276 (100%)
R 100 of 276 ~ 36.23%
G 85 of 276 ~ 30.8%
B 91 of 276 ~ 32.97'%

%36.23
%30.8
%32.97

CMYK color model

#64555B color CMYK value is (0,15,9,61).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 9.00%
  • key color value is 60.78%

CMYK: (0,15,9,61)
C0M15Y9K61 (0%, 15%, 9%, 61%)
(0.00 / 0.15 / 0.09 / 0.61)

CMYK percentages

%0
%15
%9
%60.78

Codes

Color #64555B in popluar color models

64 55 5B
RGB 100 85 91
HSL 336° 8.11% 36.27%
HSB/HSV 336° 15.00% 39.22%
CMYK 0.00% 15.00% 9.00%
60.78%

Color #64555B in popluar number systems.

HEX 64 55 5B
Decimal 100 85 91
Binary 1100100 1010101 1011011
Octal 144 125 133

Shades and tints

Shades of #64555B

#64555B
(100,85,91)
#5B4E53
(91,78,83)
#52474B
(82,71,75)
#494043
(73,64,67)
#40393B
(64,57,59)
#373233
(55,50,51)
#2E2B2B
(46,43,43)
#252423
(37,36,35)
#1C1D1B
(28,29,27)
#131613
(19,22,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #64555B

#64555B
(100,85,91)
#726469
(114,100,105)
#807377
(128,115,119)
#8E8285
(142,130,133)
#9C9193
(156,145,147)
#AAA0A1
(170,160,161)
#B8AFAF
(184,175,175)
#C6BEBD
(198,190,189)
#D4CDCB
(212,205,203)
#E2DCD9
(226,220,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64555B color. Also use rgb(100,85,91) instead hex code.

Text Font Color

.myTextColor { color: #64555B; }

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

This text font color is #64555B.

Background Color

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

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

This div background color is #64555B.

Border color

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

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

This div border color is #64555B.

Opacity

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

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

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

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

This text has shadow with #64555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64555B.

Preview

Color preview on black background

This text has color #64555B on black background.


Color preview on white background

This text has color #64555B on white background.


Black color preview on #64555B background

This text has black color on #64555B background.


White color preview on #64555B background

This text has white color on #64555B background.


Related colors

Complementary color

Complementary color for #hex is #9BAAA4.


I love getcolorcode.com

Triadic colors

1 #5B6455 and #555B64 with #64555B are triadic colors.

2 #5B5564 and #55645B with #64555B are triadic colors.