COLOR #627067

HEX: #627067
RGB: (98,112,103)

Color info

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

RGB color model

#627067 color RGB value is (98,112,103).

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

RGB channels and saturation

R 98 of 255 = 38%
G 112 of 255 = 44%
B 103 of 255 = 40%

98
112
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 112 + 103 = 313 (100%)
R 98 of 313 ~ 31.31%
G 112 of 313 ~ 35.78%
B 103 of 313 ~ 32.91%

%31.31
%35.78
%32.91

CMYK color model

#627067 color CMYK value is (13,0,8,56).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(13,0,8,56)
C13M0Y8K56 
(13%,0%,8%,56%)
(0.13/0.00/0.08/0.56)	

CMYK percentages

%12.5
%0
%8.04
%56.08

Codes

Color #627067 in popluar color models

627067
RGB98112103
HSL141°6.67%41.18%
HSB/HSV141°12.50%43.92%
CMYK12.50%0.00%8.04%
56.08%

Color #627067 in popluar number systems.

HEX627067
Decimal98112103
Binary110001011100001100111
Octal142160147

Shades and tints

Shades of #627067

#627067
(98,112,103)
#5A665E
(90,102,94)
#525C55
(82,92,85)
#4A524C
(74,82,76)
#424843
(66,72,67)
#3A3E3A
(58,62,58)
#323431
(50,52,49)
#2A2A28
(42,42,40)
#22201F
(34,32,31)
#1A1616
(26,22,22)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #627067

#627067
(98,112,103)
#707D74
(112,125,116)
#7E8A81
(126,138,129)
#8C978E
(140,151,142)
#9AA49B
(154,164,155)
#A8B1A8
(168,177,168)
#B6BEB5
(182,190,181)
#C4CBC2
(196,203,194)
#D2D8CF
(210,216,207)
#E0E5DC
(224,229,220)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627067; }

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

This text font color is #627067.


Background Color

.myBgColor { background-color: #627067; }

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

This div background color is #627067.


Border color

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

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

This div border color is #627067.


Opacity

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

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

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

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

This text has shadow with #627067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627067 on black background.


Color preview on white background

This text has color #627067 on white background.



Black color preview on #627067 background

This text has black color on #627067 background.


White color preview on #627067 background

This text has white color on #627067 background.