COLOR #648497

HEX: #648497
RGB: (100,132,151)

Color info

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

RGB color model

#648497 color RGB value is (100,132,151).

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

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 151 of 255 = 59%

100
132
151

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 151 = 383 (100%)
R 100 of 383 ~ 26.11%
G 132 of 383 ~ 34.46%
B 151 of 383 ~ 39.43%

%26.11
%34.46
%39.43

CMYK color model

#648497 color CMYK value is (34,13,0,41).

  • cyan value is 33.77%
  • magenta value is 12.58%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(34,13,0,41)
C34M13Y0K41 
(34%,13%,0%,41%)
(0.34/0.13/0.00/0.41)	

CMYK percentages

%33.77
%12.58
%0
%40.78

Codes

Color #648497 in popluar color models

648497
RGB100132151
HSL202°20.32%49.22%
HSB/HSV202°33.77%59.22%
CMYK33.77%12.58%0.00%
40.78%

Color #648497 in popluar number systems.

HEX648497
Decimal100132151
Binary11001001000010010010111
Octal144204227

Shades and tints

Shades of #648497

#648497
(100,132,151)
#5B788A
(91,120,138)
#526C7D
(82,108,125)
#496070
(73,96,112)
#405463
(64,84,99)
#374856
(55,72,86)
#2E3C49
(46,60,73)
#25303C
(37,48,60)
#1C242F
(28,36,47)
#131822
(19,24,34)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #648497

#648497
(100,132,151)
#728FA0
(114,143,160)
#809AA9
(128,154,169)
#8EA5B2
(142,165,178)
#9CB0BB
(156,176,187)
#AABBC4
(170,187,196)
#B8C6CD
(184,198,205)
#C6D1D6
(198,209,214)
#D4DCDF
(212,220,223)
#E2E7E8
(226,231,232)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648497; }

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

This text font color is #648497.


Background Color

.myBgColor { background-color: #648497; }

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

This div background color is #648497.


Border color

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

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

This div border color is #648497.


Opacity

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

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

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

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

This text has shadow with #648497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648497 on black background.


Color preview on white background

This text has color #648497 on white background.



Black color preview on #648497 background

This text has black color on #648497 background.


White color preview on #648497 background

This text has white color on #648497 background.