COLOR #627785

HEX: #627785
RGB: (98,119,133)

Color info

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

RGB color model

#627785 color RGB value is (98,119,133).

  • red value is 98;
  • green value is 119;
  • blue value is 133.
RGB:
(98,119,133)
(38%,47%,52%)

RGB channels and saturation

R 98 of 255 = 38%
G 119 of 255 = 47%
B 133 of 255 = 52%

98
119
133

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 133 = 350 (100%)
R 98 of 350 ~ 28%
G 119 of 350 ~ 34%
B 133 of 350 ~ 38%

%28
%34
%38

CMYK color model

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

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

CMYK percentages

%26.32
%10.53
%0
%47.84

Codes

Color #627785 in popluar color models

627785
RGB98119133
HSL204°15.15%45.29%
HSB/HSV204°26.32%52.16%
CMYK26.32%10.53%0.00%
47.84%

Color #627785 in popluar number systems.

HEX627785
Decimal98119133
Binary1100010111011110000101
Octal142167205

Shades and tints

Shades of #627785

#627785
(98,119,133)
#5A6D79
(90,109,121)
#52636D
(82,99,109)
#4A5961
(74,89,97)
#424F55
(66,79,85)
#3A4549
(58,69,73)
#323B3D
(50,59,61)
#2A3131
(42,49,49)
#222725
(34,39,37)
#1A1D19
(26,29,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #627785

#627785
(98,119,133)
#708390
(112,131,144)
#7E8F9B
(126,143,155)
#8C9BA6
(140,155,166)
#9AA7B1
(154,167,177)
#A8B3BC
(168,179,188)
#B6BFC7
(182,191,199)
#C4CBD2
(196,203,210)
#D2D7DD
(210,215,221)
#E0E3E8
(224,227,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627785; }

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

This text font color is #627785.


Background Color

.myBgColor { background-color: #627785; }

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

This div background color is #627785.


Border color

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

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

This div border color is #627785.


Opacity

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

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

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

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

This text has shadow with #627785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627785 on black background.


Color preview on white background

This text has color #627785 on white background.



Black color preview on #627785 background

This text has black color on #627785 background.


White color preview on #627785 background

This text has white color on #627785 background.