COLOR #648B72

HEX: #648B72
RGB: (100,139,114)

Color info

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

RGB color model

#648B72 color RGB value is (100,139,114).

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

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 114 of 255 = 45%

100
139
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 114 = 353 (100%)
R 100 of 353 ~ 28.33%
G 139 of 353 ~ 39.38%
B 114 of 353 ~ 32.29%

%28.33
%39.38
%32.29

CMYK color model

#648B72 color CMYK value is (28,0,18,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(28,0,18,45)
C28M0Y18K45 
(28%,0%,18%,45%)
(0.28/0.00/0.18/0.45)	

CMYK percentages

%28.06
%0
%17.99
%45.49

Codes

Color #648B72 in popluar color models

648B72
RGB100139114
HSL142°16.32%46.86%
HSB/HSV142°28.06%54.51%
CMYK28.06%0.00%17.99%
45.49%

Color #648B72 in popluar number systems.

HEX648B72
Decimal100139114
Binary1100100100010111110010
Octal144213162

Shades and tints

Shades of #648B72

#648B72
(100,139,114)
#5B7F68
(91,127,104)
#52735E
(82,115,94)
#496754
(73,103,84)
#405B4A
(64,91,74)
#374F40
(55,79,64)
#2E4336
(46,67,54)
#25372C
(37,55,44)
#1C2B22
(28,43,34)
#131F18
(19,31,24)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #648B72

#648B72
(100,139,114)
#72957E
(114,149,126)
#809F8A
(128,159,138)
#8EA996
(142,169,150)
#9CB3A2
(156,179,162)
#AABDAE
(170,189,174)
#B8C7BA
(184,199,186)
#C6D1C6
(198,209,198)
#D4DBD2
(212,219,210)
#E2E5DE
(226,229,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648B72; }

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

This text font color is #648B72.


Background Color

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

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

This div background color is #648B72.


Border color

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

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

This div border color is #648B72.


Opacity

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

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

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

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

This text has shadow with #648B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B72 on black background.


Color preview on white background

This text has color #648B72 on white background.



Black color preview on #648B72 background

This text has black color on #648B72 background.


White color preview on #648B72 background

This text has white color on #648B72 background.