COLOR #648B85

HEX: #648B85
RGB: (100,139,133)

Color info

#648B85 contains red, green and blue colors in about the same proportion. Web safe color of #648B85 is #669999 (or #699).

RGB color model

#648B85 color RGB value is (100,139,133).

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

RGB channels and saturation

R 100 of 255 = 39%
G 139 of 255 = 55%
B 133 of 255 = 52%

100
139
133

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 133 = 372 (100%)
R 100 of 372 ~ 26.88%
G 139 of 372 ~ 37.37%
B 133 of 372 ~ 35.75%

%26.88
%37.37
%35.75

CMYK color model

#648B85 color CMYK value is (28,0,4,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 45.49%
CMYK:
(28,0,4,45)
C28M0Y4K45 
(28%,0%,4%,45%)
(0.28/0.00/0.04/0.45)	

CMYK percentages

%28.06
%0
%4.32
%45.49

Codes

Color #648B85 in popluar color models

648B85
RGB100139133
HSL171°16.32%46.86%
HSB/HSV171°28.06%54.51%
CMYK28.06%0.00%4.32%
45.49%

Color #648B85 in popluar number systems.

HEX648B85
Decimal100139133
Binary11001001000101110000101
Octal144213205

Shades and tints

Shades of #648B85

#648B85
(100,139,133)
#5B7F79
(91,127,121)
#52736D
(82,115,109)
#496761
(73,103,97)
#405B55
(64,91,85)
#374F49
(55,79,73)
#2E433D
(46,67,61)
#253731
(37,55,49)
#1C2B25
(28,43,37)
#131F19
(19,31,25)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #648B85

#648B85
(100,139,133)
#729590
(114,149,144)
#809F9B
(128,159,155)
#8EA9A6
(142,169,166)
#9CB3B1
(156,179,177)
#AABDBC
(170,189,188)
#B8C7C7
(184,199,199)
#C6D1D2
(198,209,210)
#D4DBDD
(212,219,221)
#E2E5E8
(226,229,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648B85; }

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

This text font color is #648B85.


Background Color

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

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

This div background color is #648B85.


Border color

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

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

This div border color is #648B85.


Opacity

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

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

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

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

This text has shadow with #648B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B85 on black background.


Color preview on white background

This text has color #648B85 on white background.



Black color preview on #648B85 background

This text has black color on #648B85 background.


White color preview on #648B85 background

This text has white color on #648B85 background.