COLOR #627164

HEX: #627164
RGB: (98,113,100)

Color info

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

RGB color model

#627164 color RGB value is (98,113,100).

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

RGB channels and saturation

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

98
113
100

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

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 100 = 311 (100%)
R 98 of 311 ~ 31.51%
G 113 of 311 ~ 36.33%
B 100 of 311 ~ 32.15%

%31.51
%36.33
%32.15

CMYK color model

#627164 color CMYK value is (13,0,12,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(13,0,12,56)
C13M0Y12K56 
(13%,0%,12%,56%)
(0.13/0.00/0.12/0.56)	

CMYK percentages

%13.27
%0
%11.5
%55.69

Codes

Color #627164 in popluar color models

627164
RGB98113100
HSL128°7.11%41.37%
HSB/HSV128°13.27%44.31%
CMYK13.27%0.00%11.50%
55.69%

Color #627164 in popluar number systems.

HEX627164
Decimal98113100
Binary110001011100011100100
Octal142161144

Shades and tints

Shades of #627164

#627164
(98,113,100)
#5A675B
(90,103,91)
#525D52
(82,93,82)
#4A5349
(74,83,73)
#424940
(66,73,64)
#3A3F37
(58,63,55)
#32352E
(50,53,46)
#2A2B25
(42,43,37)
#22211C
(34,33,28)
#1A1713
(26,23,19)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #627164

#627164
(98,113,100)
#707D72
(112,125,114)
#7E8980
(126,137,128)
#8C958E
(140,149,142)
#9AA19C
(154,161,156)
#A8ADAA
(168,173,170)
#B6B9B8
(182,185,184)
#C4C5C6
(196,197,198)
#D2D1D4
(210,209,212)
#E0DDE2
(224,221,226)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627164; }

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

This text font color is #627164.


Background Color

.myBgColor { background-color: #627164; }

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

This div background color is #627164.


Border color

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

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

This div border color is #627164.


Opacity

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

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

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

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

This text has shadow with #627164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627164 on black background.


Color preview on white background

This text has color #627164 on white background.



Black color preview on #627164 background

This text has black color on #627164 background.


White color preview on #627164 background

This text has white color on #627164 background.