COLOR #627B69

HEX: #627B69 RGB: (98,123,105)

Color info

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

RGB color model

#627B69 color RGB value is (98,123,105).

RGB: (98,123,105) (38%, 48%, 41%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 105 of 255 = 41%

98
123
105

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

Portions of RGB colors in percentages

R + G + B = 98 + 123 + 105 = 326 (100%)
R 98 of 326 ~ 30.06%
G 123 of 326 ~ 37.73%
B 105 of 326 ~ 32.21'%

%30.06
%37.73
%32.21

CMYK color model

#627B69 color CMYK value is (20,0,15,52).

  • cyan value is 20.33%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 51.76%

CMYK: (20,0,15,52)
C20M0Y15K52 (20%, 0%, 15%, 52%)
(0.20 / 0.00 / 0.15 / 0.52)

CMYK percentages

%20.33
%0
%14.63
%51.76

Codes

Color #627B69 in popluar color models

62 7B 69
RGB 98 123 105
HSL 137° 11.31% 43.33%
HSB/HSV 137° 20.33% 48.24%
CMYK 20.33% 0.00% 14.63%
51.76%

Color #627B69 in popluar number systems.

HEX 62 7B 69
Decimal 98 123 105
Binary 1100010 1111011 1101001
Octal 142 173 151

Shades and tints

Shades of #627B69

#627B69
(98,123,105)
#5A7060
(90,112,96)
#526557
(82,101,87)
#4A5A4E
(74,90,78)
#424F45
(66,79,69)
#3A443C
(58,68,60)
#323933
(50,57,51)
#2A2E2A
(42,46,42)
#222321
(34,35,33)
#1A1818
(26,24,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #627B69

#627B69
(98,123,105)
#708776
(112,135,118)
#7E9383
(126,147,131)
#8C9F90
(140,159,144)
#9AAB9D
(154,171,157)
#A8B7AA
(168,183,170)
#B6C3B7
(182,195,183)
#C4CFC4
(196,207,196)
#D2DBD1
(210,219,209)
#E0E7DE
(224,231,222)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B69; }

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

This text font color is #627B69.

Background Color

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

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

This div background color is #627B69.

Border color

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

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

This div border color is #627B69.

Opacity

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

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

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

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

This text has shadow with #627B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627B69.

Preview

Color preview on black background

This text has color #627B69 on black background.


Color preview on white background

This text has color #627B69 on white background.


Black color preview on #627B69 background

This text has black color on #627B69 background.


White color preview on #627B69 background

This text has white color on #627B69 background.


Related colors

Complementary color

Complementary color for #hex is #9D8496.


I love getcolorcode.com

Triadic colors

1 #69627B and #7B6962 with #627B69 are triadic colors.

2 #697B62 and #7B6269 with #627B69 are triadic colors.