COLOR #648E89

HEX: #648E89 RGB: (100,142,137)

Color info

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

RGB color model

#648E89 color RGB value is (100,142,137).

RGB: (100,142,137) (39%, 56%, 54%)

RGB channels and saturation

R 100 of 255 = 39%
G 142 of 255 = 56%
B 137 of 255 = 54%

100
142
137

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

Portions of RGB colors in percentages

R + G + B = 100 + 142 + 137 = 379 (100%)
R 100 of 379 ~ 26.39%
G 142 of 379 ~ 37.47%
B 137 of 379 ~ 36.15'%

%26.39
%37.47
%36.15

CMYK color model

#648E89 color CMYK value is (30,0,4,44).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 44.31%
CMYK: (30,0,4,44) C30M0Y4K44 (30%,0%,4%,44%) (0.30/0.00/0.04/0.44) 

CMYK percentages

%29.58
%0
%3.52
%44.31

Codes

Color #648E89 in popluar color models

64 8E 89
RGB 100 142 137
HSL 173° 17.36% 47.45%
HSB/HSV 173° 29.58% 55.69%
CMYK 29.58% 0.00% 3.52%
44.31%

Color #648E89 in popluar number systems.

HEX 64 8E 89
Decimal 100 142 137
Binary 1100100 10001110 10001001
Octal 144 216 211

Shades and tints

Shades of #648E89

#648E89
(100,142,137)
#5B827D
(91,130,125)
#527671
(82,118,113)
#496A65
(73,106,101)
#405E59
(64,94,89)
#37524D
(55,82,77)
#2E4641
(46,70,65)
#253A35
(37,58,53)
#1C2E29
(28,46,41)
#13221D
(19,34,29)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #648E89

#648E89
(100,142,137)
#729893
(114,152,147)
#80A29D
(128,162,157)
#8EACA7
(142,172,167)
#9CB6B1
(156,182,177)
#AAC0BB
(170,192,187)
#B8CAC5
(184,202,197)
#C6D4CF
(198,212,207)
#D4DED9
(212,222,217)
#E2E8E3
(226,232,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648E89; }

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

This text font color is #648E89.

Background Color

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

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

This div background color is #648E89.

Border color

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

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

This div border color is #648E89.

Opacity

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

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

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

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

This text has shadow with #648E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648E89.

Preview

Color preview on black background

This text has color #648E89 on black background.


Color preview on white background

This text has color #648E89 on white background.


Black color preview on #648E89 background

This text has black color on #648E89 background.


White color preview on #648E89 background

This text has white color on #648E89 background.


Related colors

Complementary color

Complementary color for #hex is #9B7176.


I love getcolorcode.com

Triadic colors

1 #89648E and #8E8964 with #648E89 are triadic colors.

2 #898E64 and #8E6489 with #648E89 are triadic colors.