COLOR #627C7A

HEX: #627C7A
RGB: (98,124,122)

Color info

#627C7A contains red, green and blue colors in about the same proportion. Web safe color of #627C7A is #666666 (or #666).

RGB color model

#627C7A color RGB value is (98,124,122).

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

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 122 of 255 = 48%

98
124
122

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

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 122 = 344 (100%)
R 98 of 344 ~ 28.49%
G 124 of 344 ~ 36.05%
B 122 of 344 ~ 35.47%

%28.49
%36.05
%35.47

CMYK color model

#627C7A color CMYK value is (21,0,2,51).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(21,0,2,51)
C21M0Y2K51 
(21%,0%,2%,51%)
(0.21/0.00/0.02/0.51)	

CMYK percentages

%20.97
%0
%1.61
%51.37

Codes

Color #627C7A in popluar color models

627C7A
RGB98124122
HSL175°11.71%43.53%
HSB/HSV175°20.97%48.63%
CMYK20.97%0.00%1.61%
51.37%

Color #627C7A in popluar number systems.

HEX627C7A
Decimal98124122
Binary110001011111001111010
Octal142174172

Shades and tints

Shades of #627C7A

#627C7A
(98,124,122)
#5A716F
(90,113,111)
#526664
(82,102,100)
#4A5B59
(74,91,89)
#42504E
(66,80,78)
#3A4543
(58,69,67)
#323A38
(50,58,56)
#2A2F2D
(42,47,45)
#222422
(34,36,34)
#1A1917
(26,25,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #627C7A

#627C7A
(98,124,122)
#708786
(112,135,134)
#7E9292
(126,146,146)
#8C9D9E
(140,157,158)
#9AA8AA
(154,168,170)
#A8B3B6
(168,179,182)
#B6BEC2
(182,190,194)
#C4C9CE
(196,201,206)
#D2D4DA
(210,212,218)
#E0DFE6
(224,223,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627C7A; }

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

This text font color is #627C7A.


Background Color

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

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

This div background color is #627C7A.


Border color

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

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

This div border color is #627C7A.


Opacity

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

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

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

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

This text has shadow with #627C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C7A on black background.


Color preview on white background

This text has color #627C7A on white background.



Black color preview on #627C7A background

This text has black color on #627C7A background.


White color preview on #627C7A background

This text has white color on #627C7A background.