COLOR #64858B

HEX: #64858B
RGB: (100,133,139)

Color info

#64858B contains red, green and blue colors in about the same proportion. Web safe color of #64858B is #669999 (or #699).

RGB color model

#64858B color RGB value is (100,133,139).

  • red value is 100;
  • green value is 133;
  • blue value is 139.
RGB:
(100,133,139)
(39%,52%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 139 of 255 = 55%

100
133
139

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

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 139 = 372 (100%)
R 100 of 372 ~ 26.88%
G 133 of 372 ~ 35.75%
B 139 of 372 ~ 37.37%

%26.88
%35.75
%37.37

CMYK color model

#64858B color CMYK value is (28,4,0,45).

  • cyan value is 28.06%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(28,4,0,45)
C28M4Y0K45 
(28%,4%,0%,45%)
(0.28/0.04/0.00/0.45)	

CMYK percentages

%28.06
%4.32
%0
%45.49

Codes

Color #64858B in popluar color models

64858B
RGB100133139
HSL189°16.32%46.86%
HSB/HSV189°28.06%54.51%
CMYK28.06%4.32%0.00%
45.49%

Color #64858B in popluar number systems.

HEX64858B
Decimal100133139
Binary11001001000010110001011
Octal144205213

Shades and tints

Shades of #64858B

#64858B
(100,133,139)
#5B797F
(91,121,127)
#526D73
(82,109,115)
#496167
(73,97,103)
#40555B
(64,85,91)
#37494F
(55,73,79)
#2E3D43
(46,61,67)
#253137
(37,49,55)
#1C252B
(28,37,43)
#13191F
(19,25,31)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #64858B

#64858B
(100,133,139)
#729095
(114,144,149)
#809B9F
(128,155,159)
#8EA6A9
(142,166,169)
#9CB1B3
(156,177,179)
#AABCBD
(170,188,189)
#B8C7C7
(184,199,199)
#C6D2D1
(198,210,209)
#D4DDDB
(212,221,219)
#E2E8E5
(226,232,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64858B color. Also use rgb(100,133,139) instead hex code.

Text Font Color

.myTextColor { color: #64858B; }

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

This text font color is #64858B.


Background Color

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

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

This div background color is #64858B.


Border color

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

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

This div border color is #64858B.


Opacity

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

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

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

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

This text has shadow with #64858B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64858B on black background.


Color preview on white background

This text has color #64858B on white background.



Black color preview on #64858B background

This text has black color on #64858B background.


White color preview on #64858B background

This text has white color on #64858B background.