COLOR #648E80

HEX: #648E80
RGB: (100,142,128)

Color info

#648E80 contains red, green and blue colors in about the same proportion. Web safe color of #648E80 is #669966 (or #696).

RGB color model

#648E80 color RGB value is (100,142,128).

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

RGB channels and saturation

R 100 of 255 = 39%
G 142 of 255 = 56%
B 128 of 255 = 50%

100
142
128

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

Portions of RGB colors in percentages

R + G + B =
100 + 142 + 128 = 370 (100%)
R 100 of 370 ~ 27.03%
G 142 of 370 ~ 38.38%
B 128 of 370 ~ 34.59%

%27.03
%38.38
%34.59

CMYK color model

#648E80 color CMYK value is (30,0,10,44).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 44.31%
CMYK:
(30,0,10,44)
C30M0Y10K44 
(30%,0%,10%,44%)
(0.30/0.00/0.10/0.44)	

CMYK percentages

%29.58
%0
%9.86
%44.31

Codes

Color #648E80 in popluar color models

648E80
RGB100142128
HSL160°17.36%47.45%
HSB/HSV160°29.58%55.69%
CMYK29.58%0.00%9.86%
44.31%

Color #648E80 in popluar number systems.

HEX648E80
Decimal100142128
Binary11001001000111010000000
Octal144216200

Shades and tints

Shades of #648E80

#648E80
(100,142,128)
#5B8275
(91,130,117)
#52766A
(82,118,106)
#496A5F
(73,106,95)
#405E54
(64,94,84)
#375249
(55,82,73)
#2E463E
(46,70,62)
#253A33
(37,58,51)
#1C2E28
(28,46,40)
#13221D
(19,34,29)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #648E80

#648E80
(100,142,128)
#72988B
(114,152,139)
#80A296
(128,162,150)
#8EACA1
(142,172,161)
#9CB6AC
(156,182,172)
#AAC0B7
(170,192,183)
#B8CAC2
(184,202,194)
#C6D4CD
(198,212,205)
#D4DED8
(212,222,216)
#E2E8E3
(226,232,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648E80; }

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

This text font color is #648E80.


Background Color

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

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

This div background color is #648E80.


Border color

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

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

This div border color is #648E80.


Opacity

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

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

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

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

This text has shadow with #648E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648E80 on black background.


Color preview on white background

This text has color #648E80 on white background.



Black color preview on #648E80 background

This text has black color on #648E80 background.


White color preview on #648E80 background

This text has white color on #648E80 background.