COLOR #648B86

HEX: #648B86
RGB: (100,139,134)

Color info

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

RGB color model

#648B86 color RGB value is (100,139,134).

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

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 134 of 255 = 53%

100
139
134

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 134 = 373 (100%)
R 100 of 373 ~ 26.81%
G 139 of 373 ~ 37.27%
B 134 of 373 ~ 35.92%

%26.81
%37.27
%35.92

CMYK color model

#648B86 color CMYK value is (28,0,4,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 45.49%
CMYK:
(28,0,4,45)
C28M0Y4K45 
(28%,0%,4%,45%)
(0.28/0.00/0.04/0.45)	

CMYK percentages

%28.06
%0
%3.6
%45.49

Codes

Color #648B86 in popluar color models

648B86
RGB100139134
HSL172°16.32%46.86%
HSB/HSV172°28.06%54.51%
CMYK28.06%0.00%3.60%
45.49%

Color #648B86 in popluar number systems.

HEX648B86
Decimal100139134
Binary11001001000101110000110
Octal144213206

Shades and tints

Shades of #648B86

#648B86
(100,139,134)
#5B7F7A
(91,127,122)
#52736E
(82,115,110)
#496762
(73,103,98)
#405B56
(64,91,86)
#374F4A
(55,79,74)
#2E433E
(46,67,62)
#253732
(37,55,50)
#1C2B26
(28,43,38)
#131F1A
(19,31,26)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #648B86

#648B86
(100,139,134)
#729591
(114,149,145)
#809F9C
(128,159,156)
#8EA9A7
(142,169,167)
#9CB3B2
(156,179,178)
#AABDBD
(170,189,189)
#B8C7C8
(184,199,200)
#C6D1D3
(198,209,211)
#D4DBDE
(212,219,222)
#E2E5E9
(226,229,233)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648B86; }

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

This text font color is #648B86.


Background Color

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

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

This div background color is #648B86.


Border color

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

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

This div border color is #648B86.


Opacity

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

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

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

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

This text has shadow with #648B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B86 on black background.


Color preview on white background

This text has color #648B86 on white background.



Black color preview on #648B86 background

This text has black color on #648B86 background.


White color preview on #648B86 background

This text has white color on #648B86 background.