COLOR #648B89

HEX: #648B89
RGB: (100,139,137)

Color info

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

RGB color model

#648B89 color RGB value is (100,139,137).

  • red value is 100;
  • green value is 139;
  • blue value is 137.
RGB:
(100,139,137)
(39%,55%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 137 of 255 = 54%

100
139
137

R + G + B ~ 49%. #648B89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 137 = 376 (100%)
R 100 of 376 ~ 26.6%
G 139 of 376 ~ 36.97%
B 137 of 376 ~ 36.44%

%26.6
%36.97
%36.44

CMYK color model

#648B89 color CMYK value is (28,0,1,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(28,0,1,45)
C28M0Y1K45 
(28%,0%,1%,45%)
(0.28/0.00/0.01/0.45)	

CMYK percentages

%28.06
%0
%1.44
%45.49

Codes

Color #648B89 in popluar color models

648B89
RGB100139137
HSL177°16.32%46.86%
HSB/HSV177°28.06%54.51%
CMYK28.06%0.00%1.44%
45.49%

Color #648B89 in popluar number systems.

HEX648B89
Decimal100139137
Binary11001001000101110001001
Octal144213211

Shades and tints

Shades of #648B89

#648B89
(100,139,137)
#5B7F7D
(91,127,125)
#527371
(82,115,113)
#496765
(73,103,101)
#405B59
(64,91,89)
#374F4D
(55,79,77)
#2E4341
(46,67,65)
#253735
(37,55,53)
#1C2B29
(28,43,41)
#131F1D
(19,31,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #648B89

#648B89
(100,139,137)
#729593
(114,149,147)
#809F9D
(128,159,157)
#8EA9A7
(142,169,167)
#9CB3B1
(156,179,177)
#AABDBB
(170,189,187)
#B8C7C5
(184,199,197)
#C6D1CF
(198,209,207)
#D4DBD9
(212,219,217)
#E2E5E3
(226,229,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648B89 color. Also use rgb(100,139,137) instead hex code.

Text Font Color

.myTextColor { color: #648B89; }

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

This text font color is #648B89.


Background Color

.myBgColor { background-color: #648B89; }

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

This div background color is #648B89.


Border color

.myBorderColor { border: 1px solid #648B89; }

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

This div border color is #648B89.


Opacity

.myOpacity80 { color: #648B89; opacity: 0.8; }

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

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

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

This text has shadow with #648B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B89 on black background.


Color preview on white background

This text has color #648B89 on white background.



Black color preview on #648B89 background

This text has black color on #648B89 background.


White color preview on #648B89 background

This text has white color on #648B89 background.