COLOR #648F7E

HEX: #648F7E
RGB: (100,143,126)

Color info

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

RGB color model

#648F7E color RGB value is (100,143,126).

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

RGB channels and saturation

R 100 of 255 = 39%
G 143 of 255 = 56%
B 126 of 255 = 49%

100
143
126

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

Portions of RGB colors in percentages

R + G + B =
100 + 143 + 126 = 369 (100%)
R 100 of 369 ~ 27.1%
G 143 of 369 ~ 38.75%
B 126 of 369 ~ 34.15%

%27.1
%38.75
%34.15

CMYK color model

#648F7E color CMYK value is (30,0,12,44).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(30,0,12,44)
C30M0Y12K44 
(30%,0%,12%,44%)
(0.30/0.00/0.12/0.44)	

CMYK percentages

%30.07
%0
%11.89
%43.92

Codes

Color #648F7E in popluar color models

648F7E
RGB100143126
HSL156°17.70%47.65%
HSB/HSV156°30.07%56.08%
CMYK30.07%0.00%11.89%
43.92%

Color #648F7E in popluar number systems.

HEX648F7E
Decimal100143126
Binary1100100100011111111110
Octal144217176

Shades and tints

Shades of #648F7E

#648F7E
(100,143,126)
#5B8273
(91,130,115)
#527568
(82,117,104)
#49685D
(73,104,93)
#405B52
(64,91,82)
#374E47
(55,78,71)
#2E413C
(46,65,60)
#253431
(37,52,49)
#1C2726
(28,39,38)
#131A1B
(19,26,27)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #648F7E

#648F7E
(100,143,126)
#729989
(114,153,137)
#80A394
(128,163,148)
#8EAD9F
(142,173,159)
#9CB7AA
(156,183,170)
#AAC1B5
(170,193,181)
#B8CBC0
(184,203,192)
#C6D5CB
(198,213,203)
#D4DFD6
(212,223,214)
#E2E9E1
(226,233,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648F7E; }

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

This text font color is #648F7E.


Background Color

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

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

This div background color is #648F7E.


Border color

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

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

This div border color is #648F7E.


Opacity

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

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

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

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

This text has shadow with #648F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648F7E on black background.


Color preview on white background

This text has color #648F7E on white background.



Black color preview on #648F7E background

This text has black color on #648F7E background.


White color preview on #648F7E background

This text has white color on #648F7E background.