COLOR #627472

HEX: #627472
RGB: (98,116,114)

Color info

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

RGB color model

#627472 color RGB value is (98,116,114).

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

RGB channels and saturation

R 98 of 255 = 38%
G 116 of 255 = 45%
B 114 of 255 = 45%

98
116
114

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

Portions of RGB colors in percentages

R + G + B =
98 + 116 + 114 = 328 (100%)
R 98 of 328 ~ 29.88%
G 116 of 328 ~ 35.37%
B 114 of 328 ~ 34.76%

%29.88
%35.37
%34.76

CMYK color model

#627472 color CMYK value is (16,0,2,55).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(16,0,2,55)
C16M0Y2K55 
(16%,0%,2%,55%)
(0.16/0.00/0.02/0.55)	

CMYK percentages

%15.52
%0
%1.72
%54.51

Codes

Color #627472 in popluar color models

627472
RGB98116114
HSL173°8.41%41.96%
HSB/HSV173°15.52%45.49%
CMYK15.52%0.00%1.72%
54.51%

Color #627472 in popluar number systems.

HEX627472
Decimal98116114
Binary110001011101001110010
Octal142164162

Shades and tints

Shades of #627472

#627472
(98,116,114)
#5A6A68
(90,106,104)
#52605E
(82,96,94)
#4A5654
(74,86,84)
#424C4A
(66,76,74)
#3A4240
(58,66,64)
#323836
(50,56,54)
#2A2E2C
(42,46,44)
#222422
(34,36,34)
#1A1A18
(26,26,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #627472

#627472
(98,116,114)
#70807E
(112,128,126)
#7E8C8A
(126,140,138)
#8C9896
(140,152,150)
#9AA4A2
(154,164,162)
#A8B0AE
(168,176,174)
#B6BCBA
(182,188,186)
#C4C8C6
(196,200,198)
#D2D4D2
(210,212,210)
#E0E0DE
(224,224,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627472; }

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

This text font color is #627472.


Background Color

.myBgColor { background-color: #627472; }

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

This div background color is #627472.


Border color

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

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

This div border color is #627472.


Opacity

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

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

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

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

This text has shadow with #627472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627472 on black background.


Color preview on white background

This text has color #627472 on white background.



Black color preview on #627472 background

This text has black color on #627472 background.


White color preview on #627472 background

This text has white color on #627472 background.