COLOR #649696

HEX: #649696 RGB: (100,150,150)

Color info

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

RGB color model

#649696 color RGB value is (100,150,150).

RGB: (100,150,150) (39%, 59%, 59%)

RGB channels and saturation

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

100
150
150

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

Portions of RGB colors in percentages

R + G + B = 100 + 150 + 150 = 400 (100%)
R 100 of 400 ~ 25%
G 150 of 400 ~ 37.5%
B 150 of 400 ~ 37.5'%

%25
%37.5
%37.5

CMYK color model

#649696 color CMYK value is (33,0,0,41).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (33,0,0,41)
C33M0Y0K41 (33%, 0%, 0%, 41%)
(0.33 / 0.00 / 0.00 / 0.41)

CMYK percentages

%33.33
%0
%0
%41.18

Codes

Color #649696 in popluar color models

64 96 96
RGB 100 150 150
HSL 180° 20.00% 49.02%
HSB/HSV 180° 33.33% 58.82%
CMYK 33.33% 0.00% 0.00%
41.18%

Color #649696 in popluar number systems.

HEX 64 96 96
Decimal 100 150 150
Binary 1100100 10010110 10010110
Octal 144 226 226

Shades and tints

Shades of #649696

#649696
(100,150,150)
#5B8989
(91,137,137)
#527C7C
(82,124,124)
#496F6F
(73,111,111)
#406262
(64,98,98)
#375555
(55,85,85)
#2E4848
(46,72,72)
#253B3B
(37,59,59)
#1C2E2E
(28,46,46)
#132121
(19,33,33)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #649696

#649696
(100,150,150)
#729F9F
(114,159,159)
#80A8A8
(128,168,168)
#8EB1B1
(142,177,177)
#9CBABA
(156,186,186)
#AAC3C3
(170,195,195)
#B8CCCC
(184,204,204)
#C6D5D5
(198,213,213)
#D4DEDE
(212,222,222)
#E2E7E7
(226,231,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649696; }

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

This text font color is #649696.

Background Color

.myBgColor { background-color: #649696; }

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

This div background color is #649696.

Border color

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

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

This div border color is #649696.

Opacity

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

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

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

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

This text has shadow with #649696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649696.

Preview

Color preview on black background

This text has color #649696 on black background.


Color preview on white background

This text has color #649696 on white background.


Black color preview on #649696 background

This text has black color on #649696 background.


White color preview on #649696 background

This text has white color on #649696 background.


Related colors

Complementary color

Complementary color for #hex is #9B6969.


I love getcolorcode.com