COLOR #627C69

HEX: #627C69
RGB: (98,124,105)

Color info

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

RGB color model

#627C69 color RGB value is (98,124,105).

  • red value is 98;
  • green value is 124;
  • blue value is 105.
RGB:
(98,124,105)
(38%,49%,41%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 105 of 255 = 41%

98
124
105

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

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 105 = 327 (100%)
R 98 of 327 ~ 29.97%
G 124 of 327 ~ 37.92%
B 105 of 327 ~ 32.11%

%29.97
%37.92
%32.11

CMYK color model

#627C69 color CMYK value is (21,0,15,51).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 51.37%
CMYK:
(21,0,15,51)
C21M0Y15K51 
(21%,0%,15%,51%)
(0.21/0.00/0.15/0.51)	

CMYK percentages

%20.97
%0
%15.32
%51.37

Codes

Color #627C69 in popluar color models

627C69
RGB98124105
HSL136°11.71%43.53%
HSB/HSV136°20.97%48.63%
CMYK20.97%0.00%15.32%
51.37%

Color #627C69 in popluar number systems.

HEX627C69
Decimal98124105
Binary110001011111001101001
Octal142174151

Shades and tints

Shades of #627C69

#627C69
(98,124,105)
#5A7160
(90,113,96)
#526657
(82,102,87)
#4A5B4E
(74,91,78)
#425045
(66,80,69)
#3A453C
(58,69,60)
#323A33
(50,58,51)
#2A2F2A
(42,47,42)
#222421
(34,36,33)
#1A1918
(26,25,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #627C69

#627C69
(98,124,105)
#708776
(112,135,118)
#7E9283
(126,146,131)
#8C9D90
(140,157,144)
#9AA89D
(154,168,157)
#A8B3AA
(168,179,170)
#B6BEB7
(182,190,183)
#C4C9C4
(196,201,196)
#D2D4D1
(210,212,209)
#E0DFDE
(224,223,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627C69 color. Also use rgb(98,124,105) instead hex code.

Text Font Color

.myTextColor { color: #627C69; }

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

This text font color is #627C69.


Background Color

.myBgColor { background-color: #627C69; }

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

This div background color is #627C69.


Border color

.myBorderColor { border: 1px solid #627C69; }

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

This div border color is #627C69.


Opacity

.myOpacity80 { color: #627C69; opacity: 0.8; }

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

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

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

This text has shadow with #627C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C69 on black background.


Color preview on white background

This text has color #627C69 on white background.



Black color preview on #627C69 background

This text has black color on #627C69 background.


White color preview on #627C69 background

This text has white color on #627C69 background.