COLOR #627F70

HEX: #627F70
RGB: (98,127,112)

Color info

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

RGB color model

#627F70 color RGB value is (98,127,112).

  • red value is 98;
  • green value is 127;
  • blue value is 112.
RGB:
(98,127,112)
(38%,50%,44%)

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 112 of 255 = 44%

98
127
112

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

Portions of RGB colors in percentages

R + G + B =
98 + 127 + 112 = 337 (100%)
R 98 of 337 ~ 29.08%
G 127 of 337 ~ 37.69%
B 112 of 337 ~ 33.23%

%29.08
%37.69
%33.23

CMYK color model

#627F70 color CMYK value is (23,0,12,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(23,0,12,50)
C23M0Y12K50 
(23%,0%,12%,50%)
(0.23/0.00/0.12/0.50)	

CMYK percentages

%22.83
%0
%11.81
%50.2

Codes

Color #627F70 in popluar color models

627F70
RGB98127112
HSL149°12.89%44.12%
HSB/HSV149°22.83%49.80%
CMYK22.83%0.00%11.81%
50.20%

Color #627F70 in popluar number systems.

HEX627F70
Decimal98127112
Binary110001011111111110000
Octal142177160

Shades and tints

Shades of #627F70

#627F70
(98,127,112)
#5A7466
(90,116,102)
#52695C
(82,105,92)
#4A5E52
(74,94,82)
#425348
(66,83,72)
#3A483E
(58,72,62)
#323D34
(50,61,52)
#2A322A
(42,50,42)
#222720
(34,39,32)
#1A1C16
(26,28,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #627F70

#627F70
(98,127,112)
#708A7D
(112,138,125)
#7E958A
(126,149,138)
#8CA097
(140,160,151)
#9AABA4
(154,171,164)
#A8B6B1
(168,182,177)
#B6C1BE
(182,193,190)
#C4CCCB
(196,204,203)
#D2D7D8
(210,215,216)
#E0E2E5
(224,226,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627F70 color. Also use rgb(98,127,112) instead hex code.

Text Font Color

.myTextColor { color: #627F70; }

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

This text font color is #627F70.


Background Color

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

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

This div background color is #627F70.


Border color

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

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

This div border color is #627F70.


Opacity

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

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

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

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

This text has shadow with #627F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627F70 on black background.


Color preview on white background

This text has color #627F70 on white background.



Black color preview on #627F70 background

This text has black color on #627F70 background.


White color preview on #627F70 background

This text has white color on #627F70 background.