COLOR #64757B

HEX: #64757B RGB: (100,117,123)

Color info

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

RGB color model

#64757B color RGB value is (100,117,123).

RGB: (100,117,123) (39%, 46%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 117 of 255 = 46%
B 123 of 255 = 48%

100
117
123

R + G + B ~ 44%. #64757B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 117 + 123 = 340 (100%)
R 100 of 340 ~ 29.41%
G 117 of 340 ~ 34.41%
B 123 of 340 ~ 36.18'%

%29.41
%34.41
%36.18

CMYK color model

#64757B color CMYK value is (19,5,0,52).

  • cyan value is 18.70%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (19,5,0,52)
C19M5Y0K52 (19%, 5%, 0%, 52%)
(0.19 / 0.05 / 0.00 / 0.52)

CMYK percentages

%18.7
%4.88
%0
%51.76

Codes

Color #64757B in popluar color models

64 75 7B
RGB 100 117 123
HSL 196° 10.31% 43.73%
HSB/HSV 196° 18.70% 48.24%
CMYK 18.70% 4.88% 0.00%
51.76%

Color #64757B in popluar number systems.

HEX 64 75 7B
Decimal 100 117 123
Binary 1100100 1110101 1111011
Octal 144 165 173

Shades and tints

Shades of #64757B

#64757B
(100,117,123)
#5B6B70
(91,107,112)
#526165
(82,97,101)
#49575A
(73,87,90)
#404D4F
(64,77,79)
#374344
(55,67,68)
#2E3939
(46,57,57)
#252F2E
(37,47,46)
#1C2523
(28,37,35)
#131B18
(19,27,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #64757B

#64757B
(100,117,123)
#728187
(114,129,135)
#808D93
(128,141,147)
#8E999F
(142,153,159)
#9CA5AB
(156,165,171)
#AAB1B7
(170,177,183)
#B8BDC3
(184,189,195)
#C6C9CF
(198,201,207)
#D4D5DB
(212,213,219)
#E2E1E7
(226,225,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64757B color. Also use rgb(100,117,123) instead hex code.

Text Font Color

.myTextColor { color: #64757B; }

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

This text font color is #64757B.

Background Color

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

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

This div background color is #64757B.

Border color

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

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

This div border color is #64757B.

Opacity

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

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

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

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

This text has shadow with #64757B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64757B.

Preview

Color preview on black background

This text has color #64757B on black background.


Color preview on white background

This text has color #64757B on white background.


Black color preview on #64757B background

This text has black color on #64757B background.


White color preview on #64757B background

This text has white color on #64757B background.


Related colors

Complementary color

Complementary color for #hex is #9B8A84.


I love getcolorcode.com

Triadic colors

1 #7B6475 and #757B64 with #64757B are triadic colors.

2 #7B7564 and #75647B with #64757B are triadic colors.