COLOR #64949B

HEX: #64949B
RGB: (100,148,155)

Color info

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

RGB color model

#64949B color RGB value is (100,148,155).

  • red value is 100;
  • green value is 148;
  • blue value is 155.
RGB:
(100,148,155)
(39%,58%,61%)

RGB channels and saturation

R 100 of 255 = 39%
G 148 of 255 = 58%
B 155 of 255 = 61%

100
148
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 148 + 155 = 403 (100%)
R 100 of 403 ~ 24.81%
G 148 of 403 ~ 36.72%
B 155 of 403 ~ 38.46%

%24.81
%36.72
%38.46

CMYK color model

#64949B color CMYK value is (35,5,0,39).

  • cyan value is 35.48%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,5,0,39)
C35M5Y0K39 
(35%,5%,0%,39%)
(0.35/0.05/0.00/0.39)	

CMYK percentages

%35.48
%4.52
%0
%39.22

Codes

Color #64949B in popluar color models

64949B
RGB100148155
HSL188°21.57%50.00%
HSB/HSV188°35.48%60.78%
CMYK35.48%4.52%0.00%
39.22%

Color #64949B in popluar number systems.

HEX64949B
Decimal100148155
Binary11001001001010010011011
Octal144224233

Shades and tints

Shades of #64949B

#64949B
(100,148,155)
#5B878D
(91,135,141)
#527A7F
(82,122,127)
#496D71
(73,109,113)
#406063
(64,96,99)
#375355
(55,83,85)
#2E4647
(46,70,71)
#253939
(37,57,57)
#1C2C2B
(28,44,43)
#131F1D
(19,31,29)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #64949B

#64949B
(100,148,155)
#729DA4
(114,157,164)
#80A6AD
(128,166,173)
#8EAFB6
(142,175,182)
#9CB8BF
(156,184,191)
#AAC1C8
(170,193,200)
#B8CAD1
(184,202,209)
#C6D3DA
(198,211,218)
#D4DCE3
(212,220,227)
#E2E5EC
(226,229,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64949B color. Also use rgb(100,148,155) instead hex code.

Text Font Color

.myTextColor { color: #64949B; }

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

This text font color is #64949B.


Background Color

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

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

This div background color is #64949B.


Border color

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

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

This div border color is #64949B.


Opacity

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

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

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

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

This text has shadow with #64949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64949B on black background.


Color preview on white background

This text has color #64949B on white background.



Black color preview on #64949B background

This text has black color on #64949B background.


White color preview on #64949B background

This text has white color on #64949B background.