COLOR #627C83

HEX: #627C83 RGB: (98,124,131)

Color info

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

RGB color model

#627C83 color RGB value is (98,124,131).

RGB: (98,124,131) (38%, 49%, 51%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 131 of 255 = 51%

98
124
131

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

Portions of RGB colors in percentages

R + G + B = 98 + 124 + 131 = 353 (100%)
R 98 of 353 ~ 27.76%
G 124 of 353 ~ 35.13%
B 131 of 353 ~ 37.11'%

%27.76
%35.13
%37.11

CMYK color model

#627C83 color CMYK value is (25,5,0,49).

  • cyan value is 25.19%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (25,5,0,49)
C25M5Y0K49 (25%, 5%, 0%, 49%)
(0.25 / 0.05 / 0.00 / 0.49)

CMYK percentages

%25.19
%5.34
%0
%48.63

Codes

Color #627C83 in popluar color models

62 7C 83
RGB 98 124 131
HSL 193° 14.41% 44.90%
HSB/HSV 193° 25.19% 51.37%
CMYK 25.19% 5.34% 0.00%
48.63%

Color #627C83 in popluar number systems.

HEX 62 7C 83
Decimal 98 124 131
Binary 1100010 1111100 10000011
Octal 142 174 203

Shades and tints

Shades of #627C83

#627C83
(98,124,131)
#5A7178
(90,113,120)
#52666D
(82,102,109)
#4A5B62
(74,91,98)
#425057
(66,80,87)
#3A454C
(58,69,76)
#323A41
(50,58,65)
#2A2F36
(42,47,54)
#22242B
(34,36,43)
#1A1920
(26,25,32)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #627C83

#627C83
(98,124,131)
#70878E
(112,135,142)
#7E9299
(126,146,153)
#8C9DA4
(140,157,164)
#9AA8AF
(154,168,175)
#A8B3BA
(168,179,186)
#B6BEC5
(182,190,197)
#C4C9D0
(196,201,208)
#D2D4DB
(210,212,219)
#E0DFE6
(224,223,230)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627C83; }

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

This text font color is #627C83.

Background Color

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

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

This div background color is #627C83.

Border color

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

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

This div border color is #627C83.

Opacity

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

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

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

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

This text has shadow with #627C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627C83.

Preview

Color preview on black background

This text has color #627C83 on black background.


Color preview on white background

This text has color #627C83 on white background.


Black color preview on #627C83 background

This text has black color on #627C83 background.


White color preview on #627C83 background

This text has white color on #627C83 background.


Related colors

Complementary color

Complementary color for #hex is #9D837C.


I love getcolorcode.com

Triadic colors

1 #83627C and #7C8362 with #627C83 are triadic colors.

2 #837C62 and #7C6283 with #627C83 are triadic colors.