COLOR #648A72

HEX: #648A72
RGB: (100,138,114)

Color info

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

RGB color model

#648A72 color RGB value is (100,138,114).

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

RGB channels and saturation

R 100 of 255 = 39%
G 138 of 255 = 54%
B 114 of 255 = 45%

100
138
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 138 + 114 = 352 (100%)
R 100 of 352 ~ 28.41%
G 138 of 352 ~ 39.2%
B 114 of 352 ~ 32.39%

%28.41
%39.2
%32.39

CMYK color model

#648A72 color CMYK value is (28,0,17,46).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 45.88%
CMYK:
(28,0,17,46)
C28M0Y17K46 
(28%,0%,17%,46%)
(0.28/0.00/0.17/0.46)	

CMYK percentages

%27.54
%0
%17.39
%45.88

Codes

Color #648A72 in popluar color models

648A72
RGB100138114
HSL142°15.97%46.67%
HSB/HSV142°27.54%54.12%
CMYK27.54%0.00%17.39%
45.88%

Color #648A72 in popluar number systems.

HEX648A72
Decimal100138114
Binary1100100100010101110010
Octal144212162

Shades and tints

Shades of #648A72

#648A72
(100,138,114)
#5B7E68
(91,126,104)
#52725E
(82,114,94)
#496654
(73,102,84)
#405A4A
(64,90,74)
#374E40
(55,78,64)
#2E4236
(46,66,54)
#25362C
(37,54,44)
#1C2A22
(28,42,34)
#131E18
(19,30,24)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #648A72

#648A72
(100,138,114)
#72947E
(114,148,126)
#809E8A
(128,158,138)
#8EA896
(142,168,150)
#9CB2A2
(156,178,162)
#AABCAE
(170,188,174)
#B8C6BA
(184,198,186)
#C6D0C6
(198,208,198)
#D4DAD2
(212,218,210)
#E2E4DE
(226,228,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648A72; }

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

This text font color is #648A72.


Background Color

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

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

This div background color is #648A72.


Border color

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

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

This div border color is #648A72.


Opacity

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

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

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

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

This text has shadow with #648A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648A72 on black background.


Color preview on white background

This text has color #648A72 on white background.



Black color preview on #648A72 background

This text has black color on #648A72 background.


White color preview on #648A72 background

This text has white color on #648A72 background.