COLOR #648080

HEX: #648080
RGB: (100,128,128)

Color info

#648080 contains red, green and blue colors in about the same proportion. Web safe color of #648080 is #666666 (or #666).

RGB color model

#648080 color RGB value is (100,128,128).

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

RGB channels and saturation

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

100
128
128

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

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 128 = 356 (100%)
R 100 of 356 ~ 28.09%
G 128 of 356 ~ 35.96%
B 128 of 356 ~ 35.96%

%28.09
%35.96
%35.96

CMYK color model

#648080 color CMYK value is (22,0,0,50).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(22,0,0,50)
C22M0Y0K50 
(22%,0%,0%,50%)
(0.22/0.00/0.00/0.50)	

CMYK percentages

%21.88
%0
%0
%49.8

Codes

Color #648080 in popluar color models

648080
RGB100128128
HSL180°12.28%44.71%
HSB/HSV180°21.88%50.20%
CMYK21.88%0.00%0.00%
49.80%

Color #648080 in popluar number systems.

HEX648080
Decimal100128128
Binary11001001000000010000000
Octal144200200

Shades and tints

Shades of #648080

#648080
(100,128,128)
#5B7575
(91,117,117)
#526A6A
(82,106,106)
#495F5F
(73,95,95)
#405454
(64,84,84)
#374949
(55,73,73)
#2E3E3E
(46,62,62)
#253333
(37,51,51)
#1C2828
(28,40,40)
#131D1D
(19,29,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #648080

#648080
(100,128,128)
#728B8B
(114,139,139)
#809696
(128,150,150)
#8EA1A1
(142,161,161)
#9CACAC
(156,172,172)
#AAB7B7
(170,183,183)
#B8C2C2
(184,194,194)
#C6CDCD
(198,205,205)
#D4D8D8
(212,216,216)
#E2E3E3
(226,227,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648080; }

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

This text font color is #648080.


Background Color

.myBgColor { background-color: #648080; }

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

This div background color is #648080.


Border color

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

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

This div border color is #648080.


Opacity

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

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

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

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

This text has shadow with #648080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648080 on black background.


Color preview on white background

This text has color #648080 on white background.



Black color preview on #648080 background

This text has black color on #648080 background.


White color preview on #648080 background

This text has white color on #648080 background.