COLOR #648387

HEX: #648387
RGB: (100,131,135)

Color info

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

RGB color model

#648387 color RGB value is (100,131,135).

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

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 135 of 255 = 53%

100
131
135

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 135 = 366 (100%)
R 100 of 366 ~ 27.32%
G 131 of 366 ~ 35.79%
B 135 of 366 ~ 36.89%

%27.32
%35.79
%36.89

CMYK color model

#648387 color CMYK value is (26,3,0,47).

  • cyan value is 25.93%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(26,3,0,47)
C26M3Y0K47 
(26%,3%,0%,47%)
(0.26/0.03/0.00/0.47)	

CMYK percentages

%25.93
%2.96
%0
%47.06

Codes

Color #648387 in popluar color models

648387
RGB100131135
HSL187°14.89%46.08%
HSB/HSV187°25.93%52.94%
CMYK25.93%2.96%0.00%
47.06%

Color #648387 in popluar number systems.

HEX648387
Decimal100131135
Binary11001001000001110000111
Octal144203207

Shades and tints

Shades of #648387

#648387
(100,131,135)
#5B787B
(91,120,123)
#526D6F
(82,109,111)
#496263
(73,98,99)
#405757
(64,87,87)
#374C4B
(55,76,75)
#2E413F
(46,65,63)
#253633
(37,54,51)
#1C2B27
(28,43,39)
#13201B
(19,32,27)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #648387

#648387
(100,131,135)
#728E91
(114,142,145)
#80999B
(128,153,155)
#8EA4A5
(142,164,165)
#9CAFAF
(156,175,175)
#AABAB9
(170,186,185)
#B8C5C3
(184,197,195)
#C6D0CD
(198,208,205)
#D4DBD7
(212,219,215)
#E2E6E1
(226,230,225)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648387; }

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

This text font color is #648387.


Background Color

.myBgColor { background-color: #648387; }

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

This div background color is #648387.


Border color

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

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

This div border color is #648387.


Opacity

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

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

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

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

This text has shadow with #648387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648387 on black background.


Color preview on white background

This text has color #648387 on white background.



Black color preview on #648387 background

This text has black color on #648387 background.


White color preview on #648387 background

This text has white color on #648387 background.