COLOR #648E82

HEX: #648E82
RGB: (100,142,130)

Color info

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

RGB color model

#648E82 color RGB value is (100,142,130).

  • red value is 100;
  • green value is 142;
  • blue value is 130.
RGB:
(100,142,130)
(39%,56%,51%)

RGB channels and saturation

R 100 of 255 = 39%
G 142 of 255 = 56%
B 130 of 255 = 51%

100
142
130

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

Portions of RGB colors in percentages

R + G + B =
100 + 142 + 130 = 372 (100%)
R 100 of 372 ~ 26.88%
G 142 of 372 ~ 38.17%
B 130 of 372 ~ 34.95%

%26.88
%38.17
%34.95

CMYK color model

#648E82 color CMYK value is (30,0,8,44).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(30,0,8,44)
C30M0Y8K44 
(30%,0%,8%,44%)
(0.30/0.00/0.08/0.44)	

CMYK percentages

%29.58
%0
%8.45
%44.31

Codes

Color #648E82 in popluar color models

648E82
RGB100142130
HSL163°17.36%47.45%
HSB/HSV163°29.58%55.69%
CMYK29.58%0.00%8.45%
44.31%

Color #648E82 in popluar number systems.

HEX648E82
Decimal100142130
Binary11001001000111010000010
Octal144216202

Shades and tints

Shades of #648E82

#648E82
(100,142,130)
#5B8277
(91,130,119)
#52766C
(82,118,108)
#496A61
(73,106,97)
#405E56
(64,94,86)
#37524B
(55,82,75)
#2E4640
(46,70,64)
#253A35
(37,58,53)
#1C2E2A
(28,46,42)
#13221F
(19,34,31)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #648E82

#648E82
(100,142,130)
#72988D
(114,152,141)
#80A298
(128,162,152)
#8EACA3
(142,172,163)
#9CB6AE
(156,182,174)
#AAC0B9
(170,192,185)
#B8CAC4
(184,202,196)
#C6D4CF
(198,212,207)
#D4DEDA
(212,222,218)
#E2E8E5
(226,232,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648E82; }

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

This text font color is #648E82.


Background Color

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

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

This div background color is #648E82.


Border color

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

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

This div border color is #648E82.


Opacity

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

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

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

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

This text has shadow with #648E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648E82 on black background.


Color preview on white background

This text has color #648E82 on white background.



Black color preview on #648E82 background

This text has black color on #648E82 background.


White color preview on #648E82 background

This text has white color on #648E82 background.