COLOR #627584

HEX: #627584
RGB: (98,117,132)

Color info

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

RGB color model

#627584 color RGB value is (98,117,132).

  • red value is 98;
  • green value is 117;
  • blue value is 132.
RGB:
(98,117,132)
(38%,46%,52%)

RGB channels and saturation

R 98 of 255 = 38%
G 117 of 255 = 46%
B 132 of 255 = 52%

98
117
132

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

Portions of RGB colors in percentages

R + G + B =
98 + 117 + 132 = 347 (100%)
R 98 of 347 ~ 28.24%
G 117 of 347 ~ 33.72%
B 132 of 347 ~ 38.04%

%28.24
%33.72
%38.04

CMYK color model

#627584 color CMYK value is (26,11,0,48).

  • cyan value is 25.76%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(26,11,0,48)
C26M11Y0K48 
(26%,11%,0%,48%)
(0.26/0.11/0.00/0.48)	

CMYK percentages

%25.76
%11.36
%0
%48.24

Codes

Color #627584 in popluar color models

627584
RGB98117132
HSL206°14.78%45.10%
HSB/HSV206°25.76%51.76%
CMYK25.76%11.36%0.00%
48.24%

Color #627584 in popluar number systems.

HEX627584
Decimal98117132
Binary1100010111010110000100
Octal142165204

Shades and tints

Shades of #627584

#627584
(98,117,132)
#5A6B78
(90,107,120)
#52616C
(82,97,108)
#4A5760
(74,87,96)
#424D54
(66,77,84)
#3A4348
(58,67,72)
#32393C
(50,57,60)
#2A2F30
(42,47,48)
#222524
(34,37,36)
#1A1B18
(26,27,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #627584

#627584
(98,117,132)
#70818F
(112,129,143)
#7E8D9A
(126,141,154)
#8C99A5
(140,153,165)
#9AA5B0
(154,165,176)
#A8B1BB
(168,177,187)
#B6BDC6
(182,189,198)
#C4C9D1
(196,201,209)
#D2D5DC
(210,213,220)
#E0E1E7
(224,225,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627584 color. Also use rgb(98,117,132) instead hex code.

Text Font Color

.myTextColor { color: #627584; }

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

This text font color is #627584.


Background Color

.myBgColor { background-color: #627584; }

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

This div background color is #627584.


Border color

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

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

This div border color is #627584.


Opacity

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

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

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

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

This text has shadow with #627584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627584 on black background.


Color preview on white background

This text has color #627584 on white background.



Black color preview on #627584 background

This text has black color on #627584 background.


White color preview on #627584 background

This text has white color on #627584 background.