COLOR #648A7E

HEX: #648A7E
RGB: (100,138,126)

Color info

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

RGB color model

#648A7E color RGB value is (100,138,126).

  • red value is 100;
  • green value is 138;
  • blue value is 126.
RGB:
(100,138,126)
(39%,54%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 126 of 255 = 49%

100
138
126

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 126 = 364 (100%)
R 100 of 364 ~ 27.47%
G 138 of 364 ~ 37.91%
B 126 of 364 ~ 34.62%

%27.47
%37.91
%34.62

CMYK color model

#648A7E color CMYK value is (28,0,9,46).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(28,0,9,46)
C28M0Y9K46 
(28%,0%,9%,46%)
(0.28/0.00/0.09/0.46)	

CMYK percentages

%27.54
%0
%8.7
%45.88

Codes

Color #648A7E in popluar color models

648A7E
RGB100138126
HSL161°15.97%46.67%
HSB/HSV161°27.54%54.12%
CMYK27.54%0.00%8.70%
45.88%

Color #648A7E in popluar number systems.

HEX648A7E
Decimal100138126
Binary1100100100010101111110
Octal144212176

Shades and tints

Shades of #648A7E

#648A7E
(100,138,126)
#5B7E73
(91,126,115)
#527268
(82,114,104)
#49665D
(73,102,93)
#405A52
(64,90,82)
#374E47
(55,78,71)
#2E423C
(46,66,60)
#253631
(37,54,49)
#1C2A26
(28,42,38)
#131E1B
(19,30,27)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #648A7E

#648A7E
(100,138,126)
#729489
(114,148,137)
#809E94
(128,158,148)
#8EA89F
(142,168,159)
#9CB2AA
(156,178,170)
#AABCB5
(170,188,181)
#B8C6C0
(184,198,192)
#C6D0CB
(198,208,203)
#D4DAD6
(212,218,214)
#E2E4E1
(226,228,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648A7E color. Also use rgb(100,138,126) instead hex code.

Text Font Color

.myTextColor { color: #648A7E; }

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

This text font color is #648A7E.


Background Color

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

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

This div background color is #648A7E.


Border color

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

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

This div border color is #648A7E.


Opacity

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

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

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

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

This text has shadow with #648A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A7E on black background.


Color preview on white background

This text has color #648A7E on white background.



Black color preview on #648A7E background

This text has black color on #648A7E background.


White color preview on #648A7E background

This text has white color on #648A7E background.