COLOR #648A7D

HEX: #648A7D
RGB: (100,138,125)

Color info

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

RGB color model

#648A7D color RGB value is (100,138,125).

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

RGB channels and saturation

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

100
138
125

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 125 = 363 (100%)
R 100 of 363 ~ 27.55%
G 138 of 363 ~ 38.02%
B 125 of 363 ~ 34.44%

%27.55
%38.02
%34.44

CMYK color model

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

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • 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
%9.42
%45.88

Codes

Color #648A7D in popluar color models

648A7D
RGB100138125
HSL159°15.97%46.67%
HSB/HSV159°27.54%54.12%
CMYK27.54%0.00%9.42%
45.88%

Color #648A7D in popluar number systems.

HEX648A7D
Decimal100138125
Binary1100100100010101111101
Octal144212175

Shades and tints

Shades of #648A7D

#648A7D
(100,138,125)
#5B7E72
(91,126,114)
#527267
(82,114,103)
#49665C
(73,102,92)
#405A51
(64,90,81)
#374E46
(55,78,70)
#2E423B
(46,66,59)
#253630
(37,54,48)
#1C2A25
(28,42,37)
#131E1A
(19,30,26)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #648A7D

#648A7D
(100,138,125)
#729488
(114,148,136)
#809E93
(128,158,147)
#8EA89E
(142,168,158)
#9CB2A9
(156,178,169)
#AABCB4
(170,188,180)
#B8C6BF
(184,198,191)
#C6D0CA
(198,208,202)
#D4DAD5
(212,218,213)
#E2E4E0
(226,228,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A7D; }

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

This text font color is #648A7D.


Background Color

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

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

This div background color is #648A7D.


Border color

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

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

This div border color is #648A7D.


Opacity

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

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

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

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

This text has shadow with #648A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A7D on black background.


Color preview on white background

This text has color #648A7D on white background.



Black color preview on #648A7D background

This text has black color on #648A7D background.


White color preview on #648A7D background

This text has white color on #648A7D background.