COLOR #647484

HEX: #647484
RGB: (100,116,132)

Color info

#647484 contains red, green and blue colors in about the same proportion. Web safe color of #647484 is #666699 (or #669).

RGB color model

#647484 color RGB value is (100,116,132).

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

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 132 of 255 = 52%

100
116
132

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 132 = 348 (100%)
R 100 of 348 ~ 28.74%
G 116 of 348 ~ 33.33%
B 132 of 348 ~ 37.93%

%28.74
%33.33
%37.93

CMYK color model

#647484 color CMYK value is (24,12,0,48).

  • cyan value is 24.24%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(24,12,0,48)
C24M12Y0K48 
(24%,12%,0%,48%)
(0.24/0.12/0.00/0.48)	

CMYK percentages

%24.24
%12.12
%0
%48.24

Codes

Color #647484 in popluar color models

647484
RGB100116132
HSL210°13.79%45.49%
HSB/HSV210°24.24%51.76%
CMYK24.24%12.12%0.00%
48.24%

Color #647484 in popluar number systems.

HEX647484
Decimal100116132
Binary1100100111010010000100
Octal144164204

Shades and tints

Shades of #647484

#647484
(100,116,132)
#5B6A78
(91,106,120)
#52606C
(82,96,108)
#495660
(73,86,96)
#404C54
(64,76,84)
#374248
(55,66,72)
#2E383C
(46,56,60)
#252E30
(37,46,48)
#1C2424
(28,36,36)
#131A18
(19,26,24)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #647484

#647484
(100,116,132)
#72808F
(114,128,143)
#808C9A
(128,140,154)
#8E98A5
(142,152,165)
#9CA4B0
(156,164,176)
#AAB0BB
(170,176,187)
#B8BCC6
(184,188,198)
#C6C8D1
(198,200,209)
#D4D4DC
(212,212,220)
#E2E0E7
(226,224,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647484; }

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

This text font color is #647484.


Background Color

.myBgColor { background-color: #647484; }

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

This div background color is #647484.


Border color

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

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

This div border color is #647484.


Opacity

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

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

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

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

This text has shadow with #647484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647484 on black background.


Color preview on white background

This text has color #647484 on white background.



Black color preview on #647484 background

This text has black color on #647484 background.


White color preview on #647484 background

This text has white color on #647484 background.