COLOR #648A79

HEX: #648A79
RGB: (100,138,121)

Color info

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

RGB color model

#648A79 color RGB value is (100,138,121).

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

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 121 of 255 = 47%

100
138
121

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 121 = 359 (100%)
R 100 of 359 ~ 27.86%
G 138 of 359 ~ 38.44%
B 121 of 359 ~ 33.7%

%27.86
%38.44
%33.7

CMYK color model

#648A79 color CMYK value is (28,0,12,46).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK:
(28,0,12,46)
C28M0Y12K46 
(28%,0%,12%,46%)
(0.28/0.00/0.12/0.46)	

CMYK percentages

%27.54
%0
%12.32
%45.88

Codes

Color #648A79 in popluar color models

648A79
RGB100138121
HSL153°15.97%46.67%
HSB/HSV153°27.54%54.12%
CMYK27.54%0.00%12.32%
45.88%

Color #648A79 in popluar number systems.

HEX648A79
Decimal100138121
Binary1100100100010101111001
Octal144212171

Shades and tints

Shades of #648A79

#648A79
(100,138,121)
#5B7E6E
(91,126,110)
#527263
(82,114,99)
#496658
(73,102,88)
#405A4D
(64,90,77)
#374E42
(55,78,66)
#2E4237
(46,66,55)
#25362C
(37,54,44)
#1C2A21
(28,42,33)
#131E16
(19,30,22)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #648A79

#648A79
(100,138,121)
#729485
(114,148,133)
#809E91
(128,158,145)
#8EA89D
(142,168,157)
#9CB2A9
(156,178,169)
#AABCB5
(170,188,181)
#B8C6C1
(184,198,193)
#C6D0CD
(198,208,205)
#D4DAD9
(212,218,217)
#E2E4E5
(226,228,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A79; }

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

This text font color is #648A79.


Background Color

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

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

This div background color is #648A79.


Border color

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

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

This div border color is #648A79.


Opacity

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

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

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

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

This text has shadow with #648A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A79 on black background.


Color preview on white background

This text has color #648A79 on white background.



Black color preview on #648A79 background

This text has black color on #648A79 background.


White color preview on #648A79 background

This text has white color on #648A79 background.