COLOR #627064

HEX: #627064
RGB: (98,112,100)

Color info

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

RGB color model

#627064 color RGB value is (98,112,100).

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

RGB channels and saturation

R 98 of 255 = 38%
G 112 of 255 = 44%
B 100 of 255 = 39%

98
112
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 112 + 100 = 310 (100%)
R 98 of 310 ~ 31.61%
G 112 of 310 ~ 36.13%
B 100 of 310 ~ 32.26%

%31.61
%36.13
%32.26

CMYK color model

#627064 color CMYK value is (13,0,11,56).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(13,0,11,56)
C13M0Y11K56 
(13%,0%,11%,56%)
(0.13/0.00/0.11/0.56)	

CMYK percentages

%12.5
%0
%10.71
%56.08

Codes

Color #627064 in popluar color models

627064
RGB98112100
HSL129°6.67%41.18%
HSB/HSV129°12.50%43.92%
CMYK12.50%0.00%10.71%
56.08%

Color #627064 in popluar number systems.

HEX627064
Decimal98112100
Binary110001011100001100100
Octal142160144

Shades and tints

Shades of #627064

#627064
(98,112,100)
#5A665B
(90,102,91)
#525C52
(82,92,82)
#4A5249
(74,82,73)
#424840
(66,72,64)
#3A3E37
(58,62,55)
#32342E
(50,52,46)
#2A2A25
(42,42,37)
#22201C
(34,32,28)
#1A1613
(26,22,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #627064

#627064
(98,112,100)
#707D72
(112,125,114)
#7E8A80
(126,138,128)
#8C978E
(140,151,142)
#9AA49C
(154,164,156)
#A8B1AA
(168,177,170)
#B6BEB8
(182,190,184)
#C4CBC6
(196,203,198)
#D2D8D4
(210,216,212)
#E0E5E2
(224,229,226)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627064; }

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

This text font color is #627064.


Background Color

.myBgColor { background-color: #627064; }

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

This div background color is #627064.


Border color

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

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

This div border color is #627064.


Opacity

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

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

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

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

This text has shadow with #627064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627064 on black background.


Color preview on white background

This text has color #627064 on white background.



Black color preview on #627064 background

This text has black color on #627064 background.


White color preview on #627064 background

This text has white color on #627064 background.