COLOR #627775

HEX: #627775
RGB: (98,119,117)

Color info

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

RGB color model

#627775 color RGB value is (98,119,117).

  • red value is 98;
  • green value is 119;
  • blue value is 117.
RGB:
(98,119,117)
(38%,47%,46%)

RGB channels and saturation

R 98 of 255 = 38%
G 119 of 255 = 47%
B 117 of 255 = 46%

98
119
117

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 117 = 334 (100%)
R 98 of 334 ~ 29.34%
G 119 of 334 ~ 35.63%
B 117 of 334 ~ 35.03%

%29.34
%35.63
%35.03

CMYK color model

#627775 color CMYK value is (18,0,2,53).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(18,0,2,53)
C18M0Y2K53 
(18%,0%,2%,53%)
(0.18/0.00/0.02/0.53)	

CMYK percentages

%17.65
%0
%1.68
%53.33

Codes

Color #627775 in popluar color models

627775
RGB98119117
HSL174°9.68%42.55%
HSB/HSV174°17.65%46.67%
CMYK17.65%0.00%1.68%
53.33%

Color #627775 in popluar number systems.

HEX627775
Decimal98119117
Binary110001011101111110101
Octal142167165

Shades and tints

Shades of #627775

#627775
(98,119,117)
#5A6D6B
(90,109,107)
#526361
(82,99,97)
#4A5957
(74,89,87)
#424F4D
(66,79,77)
#3A4543
(58,69,67)
#323B39
(50,59,57)
#2A312F
(42,49,47)
#222725
(34,39,37)
#1A1D1B
(26,29,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #627775

#627775
(98,119,117)
#708381
(112,131,129)
#7E8F8D
(126,143,141)
#8C9B99
(140,155,153)
#9AA7A5
(154,167,165)
#A8B3B1
(168,179,177)
#B6BFBD
(182,191,189)
#C4CBC9
(196,203,201)
#D2D7D5
(210,215,213)
#E0E3E1
(224,227,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627775 color. Also use rgb(98,119,117) instead hex code.

Text Font Color

.myTextColor { color: #627775; }

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

This text font color is #627775.


Background Color

.myBgColor { background-color: #627775; }

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

This div background color is #627775.


Border color

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

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

This div border color is #627775.


Opacity

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

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

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

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

This text has shadow with #627775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627775 on black background.


Color preview on white background

This text has color #627775 on white background.



Black color preview on #627775 background

This text has black color on #627775 background.


White color preview on #627775 background

This text has white color on #627775 background.