COLOR #648797

HEX: #648797
RGB: (100,135,151)

Color info

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

RGB color model

#648797 color RGB value is (100,135,151).

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

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 151 of 255 = 59%

100
135
151

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 151 = 386 (100%)
R 100 of 386 ~ 25.91%
G 135 of 386 ~ 34.97%
B 151 of 386 ~ 39.12%

%25.91
%34.97
%39.12

CMYK color model

#648797 color CMYK value is (34,11,0,41).

  • cyan value is 33.77%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(34,11,0,41)
C34M11Y0K41 
(34%,11%,0%,41%)
(0.34/0.11/0.00/0.41)	

CMYK percentages

%33.77
%10.6
%0
%40.78

Codes

Color #648797 in popluar color models

648797
RGB100135151
HSL199°20.32%49.22%
HSB/HSV199°33.77%59.22%
CMYK33.77%10.60%0.00%
40.78%

Color #648797 in popluar number systems.

HEX648797
Decimal100135151
Binary11001001000011110010111
Octal144207227

Shades and tints

Shades of #648797

#648797
(100,135,151)
#5B7B8A
(91,123,138)
#526F7D
(82,111,125)
#496370
(73,99,112)
#405763
(64,87,99)
#374B56
(55,75,86)
#2E3F49
(46,63,73)
#25333C
(37,51,60)
#1C272F
(28,39,47)
#131B22
(19,27,34)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #648797

#648797
(100,135,151)
#7291A0
(114,145,160)
#809BA9
(128,155,169)
#8EA5B2
(142,165,178)
#9CAFBB
(156,175,187)
#AAB9C4
(170,185,196)
#B8C3CD
(184,195,205)
#C6CDD6
(198,205,214)
#D4D7DF
(212,215,223)
#E2E1E8
(226,225,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648797; }

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

This text font color is #648797.


Background Color

.myBgColor { background-color: #648797; }

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

This div background color is #648797.


Border color

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

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

This div border color is #648797.


Opacity

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

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

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

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

This text has shadow with #648797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648797 on black background.


Color preview on white background

This text has color #648797 on white background.



Black color preview on #648797 background

This text has black color on #648797 background.


White color preview on #648797 background

This text has white color on #648797 background.