COLOR #627974

HEX: #627974
RGB: (98,121,116)

Color info

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

RGB color model

#627974 color RGB value is (98,121,116).

  • red value is 98;
  • green value is 121;
  • blue value is 116.
RGB:
(98,121,116)
(38%,47%,45%)

RGB channels and saturation

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

98
121
116

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

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 116 = 335 (100%)
R 98 of 335 ~ 29.25%
G 121 of 335 ~ 36.12%
B 116 of 335 ~ 34.63%

%29.25
%36.12
%34.63

CMYK color model

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

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(19,0,4,53)
C19M0Y4K53 
(19%,0%,4%,53%)
(0.19/0.00/0.04/0.53)	

CMYK percentages

%19.01
%0
%4.13
%52.55

Codes

Color #627974 in popluar color models

627974
RGB98121116
HSL167°10.50%42.94%
HSB/HSV167°19.01%47.45%
CMYK19.01%0.00%4.13%
52.55%

Color #627974 in popluar number systems.

HEX627974
Decimal98121116
Binary110001011110011110100
Octal142171164

Shades and tints

Shades of #627974

#627974
(98,121,116)
#5A6E6A
(90,110,106)
#526360
(82,99,96)
#4A5856
(74,88,86)
#424D4C
(66,77,76)
#3A4242
(58,66,66)
#323738
(50,55,56)
#2A2C2E
(42,44,46)
#222124
(34,33,36)
#1A161A
(26,22,26)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #627974

#627974
(98,121,116)
#708580
(112,133,128)
#7E918C
(126,145,140)
#8C9D98
(140,157,152)
#9AA9A4
(154,169,164)
#A8B5B0
(168,181,176)
#B6C1BC
(182,193,188)
#C4CDC8
(196,205,200)
#D2D9D4
(210,217,212)
#E0E5E0
(224,229,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627974; }

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

This text font color is #627974.


Background Color

.myBgColor { background-color: #627974; }

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

This div background color is #627974.


Border color

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

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

This div border color is #627974.


Opacity

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

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

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

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

This text has shadow with #627974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627974 on black background.


Color preview on white background

This text has color #627974 on white background.



Black color preview on #627974 background

This text has black color on #627974 background.


White color preview on #627974 background

This text has white color on #627974 background.