COLOR #649697

HEX: #649697
RGB: (100,150,151)

Color info

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

RGB color model

#649697 color RGB value is (100,150,151).

  • red value is 100;
  • green value is 150;
  • blue value is 151.
RGB:
(100,150,151)
(39%,59%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 150 of 255 = 59%
B 151 of 255 = 59%

100
150
151

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

Portions of RGB colors in percentages

R + G + B =
100 + 150 + 151 = 401 (100%)
R 100 of 401 ~ 24.94%
G 150 of 401 ~ 37.41%
B 151 of 401 ~ 37.66%

%24.94
%37.41
%37.66

CMYK color model

#649697 color CMYK value is (34,1,0,41).

  • cyan value is 33.77%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(34,1,0,41)
C34M1Y0K41 
(34%,1%,0%,41%)
(0.34/0.01/0.00/0.41)	

CMYK percentages

%33.77
%0.66
%0
%40.78

Codes

Color #649697 in popluar color models

649697
RGB100150151
HSL181°20.32%49.22%
HSB/HSV181°33.77%59.22%
CMYK33.77%0.66%0.00%
40.78%

Color #649697 in popluar number systems.

HEX649697
Decimal100150151
Binary11001001001011010010111
Octal144226227

Shades and tints

Shades of #649697

#649697
(100,150,151)
#5B898A
(91,137,138)
#527C7D
(82,124,125)
#496F70
(73,111,112)
#406263
(64,98,99)
#375556
(55,85,86)
#2E4849
(46,72,73)
#253B3C
(37,59,60)
#1C2E2F
(28,46,47)
#132122
(19,33,34)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #649697

#649697
(100,150,151)
#729FA0
(114,159,160)
#80A8A9
(128,168,169)
#8EB1B2
(142,177,178)
#9CBABB
(156,186,187)
#AAC3C4
(170,195,196)
#B8CCCD
(184,204,205)
#C6D5D6
(198,213,214)
#D4DEDF
(212,222,223)
#E2E7E8
(226,231,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649697 color. Also use rgb(100,150,151) instead hex code.

Text Font Color

.myTextColor { color: #649697; }

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

This text font color is #649697.


Background Color

.myBgColor { background-color: #649697; }

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

This div background color is #649697.


Border color

.myBorderColor { border: 1px solid #649697; }

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

This div border color is #649697.


Opacity

.myOpacity80 { color: #649697; opacity: 0.8; }

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

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

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

This text has shadow with #649697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649697 on black background.


Color preview on white background

This text has color #649697 on white background.



Black color preview on #649697 background

This text has black color on #649697 background.


White color preview on #649697 background

This text has white color on #649697 background.