COLOR #648585

HEX: #648585
RGB: (100,133,133)

Color info

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

RGB color model

#648585 color RGB value is (100,133,133).

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

RGB channels and saturation

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

100
133
133

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

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 133 = 366 (100%)
R 100 of 366 ~ 27.32%
G 133 of 366 ~ 36.34%
B 133 of 366 ~ 36.34%

%27.32
%36.34
%36.34

CMYK color model

#648585 color CMYK value is (25,0,0,48).

  • cyan value is 24.81%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(25,0,0,48)
C25M0Y0K48 
(25%,0%,0%,48%)
(0.25/0.00/0.00/0.48)	

CMYK percentages

%24.81
%0
%0
%47.84

Codes

Color #648585 in popluar color models

648585
RGB100133133
HSL180°14.16%45.69%
HSB/HSV180°24.81%52.16%
CMYK24.81%0.00%0.00%
47.84%

Color #648585 in popluar number systems.

HEX648585
Decimal100133133
Binary11001001000010110000101
Octal144205205

Shades and tints

Shades of #648585

#648585
(100,133,133)
#5B7979
(91,121,121)
#526D6D
(82,109,109)
#496161
(73,97,97)
#405555
(64,85,85)
#374949
(55,73,73)
#2E3D3D
(46,61,61)
#253131
(37,49,49)
#1C2525
(28,37,37)
#131919
(19,25,25)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #648585

#648585
(100,133,133)
#729090
(114,144,144)
#809B9B
(128,155,155)
#8EA6A6
(142,166,166)
#9CB1B1
(156,177,177)
#AABCBC
(170,188,188)
#B8C7C7
(184,199,199)
#C6D2D2
(198,210,210)
#D4DDDD
(212,221,221)
#E2E8E8
(226,232,232)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648585; }

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

This text font color is #648585.


Background Color

.myBgColor { background-color: #648585; }

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

This div background color is #648585.


Border color

.myBorderColor { border: 1px solid #648585; }

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

This div border color is #648585.


Opacity

.myOpacity80 { color: #648585; opacity: 0.8; }

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

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

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

This text has shadow with #648585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648585 on black background.


Color preview on white background

This text has color #648585 on white background.



Black color preview on #648585 background

This text has black color on #648585 background.


White color preview on #648585 background

This text has white color on #648585 background.