COLOR #627385

HEX: #627385
RGB: (98,115,133)

Color info

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

RGB color model

#627385 color RGB value is (98,115,133).

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

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 133 of 255 = 52%

98
115
133

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

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 133 = 346 (100%)
R 98 of 346 ~ 28.32%
G 115 of 346 ~ 33.24%
B 133 of 346 ~ 38.44%

%28.32
%33.24
%38.44

CMYK color model

#627385 color CMYK value is (26,14,0,48).

  • cyan value is 26.32%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,14,0,48)
C26M14Y0K48 
(26%,14%,0%,48%)
(0.26/0.14/0.00/0.48)	

CMYK percentages

%26.32
%13.53
%0
%47.84

Codes

Color #627385 in popluar color models

627385
RGB98115133
HSL211°15.15%45.29%
HSB/HSV211°26.32%52.16%
CMYK26.32%13.53%0.00%
47.84%

Color #627385 in popluar number systems.

HEX627385
Decimal98115133
Binary1100010111001110000101
Octal142163205

Shades and tints

Shades of #627385

#627385
(98,115,133)
#5A6979
(90,105,121)
#525F6D
(82,95,109)
#4A5561
(74,85,97)
#424B55
(66,75,85)
#3A4149
(58,65,73)
#32373D
(50,55,61)
#2A2D31
(42,45,49)
#222325
(34,35,37)
#1A1919
(26,25,25)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #627385

#627385
(98,115,133)
#707F90
(112,127,144)
#7E8B9B
(126,139,155)
#8C97A6
(140,151,166)
#9AA3B1
(154,163,177)
#A8AFBC
(168,175,188)
#B6BBC7
(182,187,199)
#C4C7D2
(196,199,210)
#D2D3DD
(210,211,221)
#E0DFE8
(224,223,232)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627385; }

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

This text font color is #627385.


Background Color

.myBgColor { background-color: #627385; }

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

This div background color is #627385.


Border color

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

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

This div border color is #627385.


Opacity

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

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

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

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

This text has shadow with #627385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627385 on black background.


Color preview on white background

This text has color #627385 on white background.



Black color preview on #627385 background

This text has black color on #627385 background.


White color preview on #627385 background

This text has white color on #627385 background.