COLOR #64677B

HEX: #64677B RGB: (100,103,123)

Color info

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

RGB color model

#64677B color RGB value is (100,103,123).

RGB: (100,103,123) (39%, 40%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 123 of 255 = 48%

100
103
123

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

Portions of RGB colors in percentages

R + G + B = 100 + 103 + 123 = 326 (100%)
R 100 of 326 ~ 30.67%
G 103 of 326 ~ 31.6%
B 123 of 326 ~ 37.73'%

%30.67
%31.6
%37.73

CMYK color model

#64677B color CMYK value is (19,16,0,52).

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

CMYK: (19,16,0,52)
C19M16Y0K52 (19%, 16%, 0%, 52%)
(0.19 / 0.16 / 0.00 / 0.52)

CMYK percentages

%18.7
%16.26
%0
%51.76

Codes

Color #64677B in popluar color models

64 67 7B
RGB 100 103 123
HSL 232° 10.31% 43.73%
HSB/HSV 232° 18.70% 48.24%
CMYK 18.70% 16.26% 0.00%
51.76%

Color #64677B in popluar number systems.

HEX 64 67 7B
Decimal 100 103 123
Binary 1100100 1100111 1111011
Octal 144 147 173

Shades and tints

Shades of #64677B

#64677B
(100,103,123)
#5B5E70
(91,94,112)
#525565
(82,85,101)
#494C5A
(73,76,90)
#40434F
(64,67,79)
#373A44
(55,58,68)
#2E3139
(46,49,57)
#25282E
(37,40,46)
#1C1F23
(28,31,35)
#131618
(19,22,24)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #64677B

#64677B
(100,103,123)
#727487
(114,116,135)
#808193
(128,129,147)
#8E8E9F
(142,142,159)
#9C9BAB
(156,155,171)
#AAA8B7
(170,168,183)
#B8B5C3
(184,181,195)
#C6C2CF
(198,194,207)
#D4CFDB
(212,207,219)
#E2DCE7
(226,220,231)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64677B; }

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

This text font color is #64677B.

Background Color

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

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

This div background color is #64677B.

Border color

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

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

This div border color is #64677B.

Opacity

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

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

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

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

This text has shadow with #64677B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64677B.

Preview

Color preview on black background

This text has color #64677B on black background.


Color preview on white background

This text has color #64677B on white background.


Black color preview on #64677B background

This text has black color on #64677B background.


White color preview on #64677B background

This text has white color on #64677B background.


Related colors

Complementary color

Complementary color for #hex is #9B9884.


I love getcolorcode.com

Triadic colors

1 #7B6467 and #677B64 with #64677B are triadic colors.

2 #7B6764 and #67647B with #64677B are triadic colors.