COLOR #649B82

HEX: #649B82
RGB: (100,155,130)

Color info

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

RGB color model

#649B82 color RGB value is (100,155,130).

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

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 130 of 255 = 51%

100
155
130

R + G + B ~ 50%. #649B82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 130 = 385 (100%)
R 100 of 385 ~ 25.97%
G 155 of 385 ~ 40.26%
B 130 of 385 ~ 33.77%

%25.97
%40.26
%33.77

CMYK color model

#649B82 color CMYK value is (35,0,16,39).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 39.22%
CMYK:
(35,0,16,39)
C35M0Y16K39 
(35%,0%,16%,39%)
(0.35/0.00/0.16/0.39)	

CMYK percentages

%35.48
%0
%16.13
%39.22

Codes

Color #649B82 in popluar color models

649B82
RGB100155130
HSL153°21.57%50.00%
HSB/HSV153°35.48%60.78%
CMYK35.48%0.00%16.13%
39.22%

Color #649B82 in popluar number systems.

HEX649B82
Decimal100155130
Binary11001001001101110000010
Octal144233202

Shades and tints

Shades of #649B82

#649B82
(100,155,130)
#5B8D77
(91,141,119)
#527F6C
(82,127,108)
#497161
(73,113,97)
#406356
(64,99,86)
#37554B
(55,85,75)
#2E4740
(46,71,64)
#253935
(37,57,53)
#1C2B2A
(28,43,42)
#131D1F
(19,29,31)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #649B82

#649B82
(100,155,130)
#72A48D
(114,164,141)
#80AD98
(128,173,152)
#8EB6A3
(142,182,163)
#9CBFAE
(156,191,174)
#AAC8B9
(170,200,185)
#B8D1C4
(184,209,196)
#C6DACF
(198,218,207)
#D4E3DA
(212,227,218)
#E2ECE5
(226,236,229)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649B82 color. Also use rgb(100,155,130) instead hex code.

Text Font Color

.myTextColor { color: #649B82; }

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

This text font color is #649B82.


Background Color

.myBgColor { background-color: #649B82; }

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

This div background color is #649B82.


Border color

.myBorderColor { border: 1px solid #649B82; }

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

This div border color is #649B82.


Opacity

.myOpacity80 { color: #649B82; opacity: 0.8; }

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

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

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

This text has shadow with #649B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649B82 on black background.


Color preview on white background

This text has color #649B82 on white background.



Black color preview on #649B82 background

This text has black color on #649B82 background.


White color preview on #649B82 background

This text has white color on #649B82 background.