COLOR #649682

HEX: #649682
RGB: (100,150,130)

Color info

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

RGB color model

#649682 color RGB value is (100,150,130).

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

RGB channels and saturation

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

100
150
130

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

Portions of RGB colors in percentages

R + G + B =
100 + 150 + 130 = 380 (100%)
R 100 of 380 ~ 26.32%
G 150 of 380 ~ 39.47%
B 130 of 380 ~ 34.21%

%26.32
%39.47
%34.21

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 41.18%
CMYK:
(33,0,13,41)
C33M0Y13K41 
(33%,0%,13%,41%)
(0.33/0.00/0.13/0.41)	

CMYK percentages

%33.33
%0
%13.33
%41.18

Codes

Color #649682 in popluar color models

649682
RGB100150130
HSL156°20.00%49.02%
HSB/HSV156°33.33%58.82%
CMYK33.33%0.00%13.33%
41.18%

Color #649682 in popluar number systems.

HEX649682
Decimal100150130
Binary11001001001011010000010
Octal144226202

Shades and tints

Shades of #649682

#649682
(100,150,130)
#5B8977
(91,137,119)
#527C6C
(82,124,108)
#496F61
(73,111,97)
#406256
(64,98,86)
#37554B
(55,85,75)
#2E4840
(46,72,64)
#253B35
(37,59,53)
#1C2E2A
(28,46,42)
#13211F
(19,33,31)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #649682

#649682
(100,150,130)
#729F8D
(114,159,141)
#80A898
(128,168,152)
#8EB1A3
(142,177,163)
#9CBAAE
(156,186,174)
#AAC3B9
(170,195,185)
#B8CCC4
(184,204,196)
#C6D5CF
(198,213,207)
#D4DEDA
(212,222,218)
#E2E7E5
(226,231,229)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649682; }

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

This text font color is #649682.


Background Color

.myBgColor { background-color: #649682; }

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

This div background color is #649682.


Border color

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

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

This div border color is #649682.


Opacity

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

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

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

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

This text has shadow with #649682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649682 on black background.


Color preview on white background

This text has color #649682 on white background.



Black color preview on #649682 background

This text has black color on #649682 background.


White color preview on #649682 background

This text has white color on #649682 background.