COLOR #627979

HEX: #627979 RGB: (98,121,121)

Color info

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

RGB color model

#627979 color RGB value is (98,121,121).

RGB: (98,121,121) (38%, 47%, 47%)

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 121 of 255 = 47%

98
121
121

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

Portions of RGB colors in percentages

R + G + B = 98 + 121 + 121 = 340 (100%)
R 98 of 340 ~ 28.82%
G 121 of 340 ~ 35.59%
B 121 of 340 ~ 35.59'%

%28.82
%35.59
%35.59

CMYK color model

#627979 color CMYK value is (19,0,0,53).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (19,0,0,53)
C19M0Y0K53 (19%, 0%, 0%, 53%)
(0.19 / 0.00 / 0.00 / 0.53)

CMYK percentages

%19.01
%0
%0
%52.55

Codes

Color #627979 in popluar color models

62 79 79
RGB 98 121 121
HSL 180° 10.50% 42.94%
HSB/HSV 180° 19.01% 47.45%
CMYK 19.01% 0.00% 0.00%
52.55%

Color #627979 in popluar number systems.

HEX 62 79 79
Decimal 98 121 121
Binary 1100010 1111001 1111001
Octal 142 171 171

Shades and tints

Shades of #627979

#627979
(98,121,121)
#5A6E6E
(90,110,110)
#526363
(82,99,99)
#4A5858
(74,88,88)
#424D4D
(66,77,77)
#3A4242
(58,66,66)
#323737
(50,55,55)
#2A2C2C
(42,44,44)
#222121
(34,33,33)
#1A1616
(26,22,22)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #627979

#627979
(98,121,121)
#708585
(112,133,133)
#7E9191
(126,145,145)
#8C9D9D
(140,157,157)
#9AA9A9
(154,169,169)
#A8B5B5
(168,181,181)
#B6C1C1
(182,193,193)
#C4CDCD
(196,205,205)
#D2D9D9
(210,217,217)
#E0E5E5
(224,229,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627979; }

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

This text font color is #627979.

Background Color

.myBgColor { background-color: #627979; }

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

This div background color is #627979.

Border color

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

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

This div border color is #627979.

Opacity

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

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

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

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

This text has shadow with #627979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627979.

Preview

Color preview on black background

This text has color #627979 on black background.


Color preview on white background

This text has color #627979 on white background.


Black color preview on #627979 background

This text has black color on #627979 background.


White color preview on #627979 background

This text has white color on #627979 background.


Related colors

Complementary color

Complementary color for #hex is #9D8686.


I love getcolorcode.com