COLOR #627C84

HEX: #627C84
RGB: (98,124,132)

Color info

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

RGB color model

#627C84 color RGB value is (98,124,132).

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

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 132 of 255 = 52%

98
124
132

R + G + B ~ 46%. #627C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 132 = 354 (100%)
R 98 of 354 ~ 27.68%
G 124 of 354 ~ 35.03%
B 132 of 354 ~ 37.29%

%27.68
%35.03
%37.29

CMYK color model

#627C84 color CMYK value is (26,6,0,48).

  • cyan value is 25.76%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(26,6,0,48)
C26M6Y0K48 
(26%,6%,0%,48%)
(0.26/0.06/0.00/0.48)	

CMYK percentages

%25.76
%6.06
%0
%48.24

Codes

Color #627C84 in popluar color models

627C84
RGB98124132
HSL194°14.78%45.10%
HSB/HSV194°25.76%51.76%
CMYK25.76%6.06%0.00%
48.24%

Color #627C84 in popluar number systems.

HEX627C84
Decimal98124132
Binary1100010111110010000100
Octal142174204

Shades and tints

Shades of #627C84

#627C84
(98,124,132)
#5A7178
(90,113,120)
#52666C
(82,102,108)
#4A5B60
(74,91,96)
#425054
(66,80,84)
#3A4548
(58,69,72)
#323A3C
(50,58,60)
#2A2F30
(42,47,48)
#222424
(34,36,36)
#1A1918
(26,25,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #627C84

#627C84
(98,124,132)
#70878F
(112,135,143)
#7E929A
(126,146,154)
#8C9DA5
(140,157,165)
#9AA8B0
(154,168,176)
#A8B3BB
(168,179,187)
#B6BEC6
(182,190,198)
#C4C9D1
(196,201,209)
#D2D4DC
(210,212,220)
#E0DFE7
(224,223,231)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627C84; }

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

This text font color is #627C84.


Background Color

.myBgColor { background-color: #627C84; }

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

This div background color is #627C84.


Border color

.myBorderColor { border: 1px solid #627C84; }

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

This div border color is #627C84.


Opacity

.myOpacity80 { color: #627C84; opacity: 0.8; }

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

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

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

This text has shadow with #627C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C84 on black background.


Color preview on white background

This text has color #627C84 on white background.



Black color preview on #627C84 background

This text has black color on #627C84 background.


White color preview on #627C84 background

This text has white color on #627C84 background.