COLOR #648584

HEX: #648584
RGB: (100,133,132)

Color info

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

RGB color model

#648584 color RGB value is (100,133,132).

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

RGB channels and saturation

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

100
133
132

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

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 132 = 365 (100%)
R 100 of 365 ~ 27.4%
G 133 of 365 ~ 36.44%
B 132 of 365 ~ 36.16%

%27.4
%36.44
%36.16

CMYK color model

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

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

CMYK percentages

%24.81
%0
%0.75
%47.84

Codes

Color #648584 in popluar color models

648584
RGB100133132
HSL178°14.16%45.69%
HSB/HSV178°24.81%52.16%
CMYK24.81%0.00%0.75%
47.84%

Color #648584 in popluar number systems.

HEX648584
Decimal100133132
Binary11001001000010110000100
Octal144205204

Shades and tints

Shades of #648584

#648584
(100,133,132)
#5B7978
(91,121,120)
#526D6C
(82,109,108)
#496160
(73,97,96)
#405554
(64,85,84)
#374948
(55,73,72)
#2E3D3C
(46,61,60)
#253130
(37,49,48)
#1C2524
(28,37,36)
#131918
(19,25,24)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #648584

#648584
(100,133,132)
#72908F
(114,144,143)
#809B9A
(128,155,154)
#8EA6A5
(142,166,165)
#9CB1B0
(156,177,176)
#AABCBB
(170,188,187)
#B8C7C6
(184,199,198)
#C6D2D1
(198,210,209)
#D4DDDC
(212,221,220)
#E2E8E7
(226,232,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648584; }

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

This text font color is #648584.


Background Color

.myBgColor { background-color: #648584; }

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

This div background color is #648584.


Border color

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

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

This div border color is #648584.


Opacity

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

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

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

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

This text has shadow with #648584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648584 on black background.


Color preview on white background

This text has color #648584 on white background.



Black color preview on #648584 background

This text has black color on #648584 background.


White color preview on #648584 background

This text has white color on #648584 background.