COLOR #626C66

HEX: #626C66
RGB: (98,108,102)

Color info

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

RGB color model

#626C66 color RGB value is (98,108,102).

  • red value is 98;
  • green value is 108;
  • blue value is 102.
RGB:
(98,108,102)
(38%,42%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 102 of 255 = 40%

98
108
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 102 = 308 (100%)
R 98 of 308 ~ 31.82%
G 108 of 308 ~ 35.06%
B 102 of 308 ~ 33.12%

%31.82
%35.06
%33.12

CMYK color model

#626C66 color CMYK value is (9,0,6,58).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(9,0,6,58)
C9M0Y6K58 
(9%,0%,6%,58%)
(0.09/0.00/0.06/0.58)	

CMYK percentages

%9.26
%0
%5.56
%57.65

Codes

Color #626C66 in popluar color models

626C66
RGB98108102
HSL144°4.85%40.39%
HSB/HSV144°9.26%42.35%
CMYK9.26%0.00%5.56%
57.65%

Color #626C66 in popluar number systems.

HEX626C66
Decimal98108102
Binary110001011011001100110
Octal142154146

Shades and tints

Shades of #626C66

#626C66
(98,108,102)
#5A635D
(90,99,93)
#525A54
(82,90,84)
#4A514B
(74,81,75)
#424842
(66,72,66)
#3A3F39
(58,63,57)
#323630
(50,54,48)
#2A2D27
(42,45,39)
#22241E
(34,36,30)
#1A1B15
(26,27,21)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #626C66

#626C66
(98,108,102)
#707973
(112,121,115)
#7E8680
(126,134,128)
#8C938D
(140,147,141)
#9AA09A
(154,160,154)
#A8ADA7
(168,173,167)
#B6BAB4
(182,186,180)
#C4C7C1
(196,199,193)
#D2D4CE
(210,212,206)
#E0E1DB
(224,225,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626C66 color. Also use rgb(98,108,102) instead hex code.

Text Font Color

.myTextColor { color: #626C66; }

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

This text font color is #626C66.


Background Color

.myBgColor { background-color: #626C66; }

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

This div background color is #626C66.


Border color

.myBorderColor { border: 1px solid #626C66; }

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

This div border color is #626C66.


Opacity

.myOpacity80 { color: #626C66; opacity: 0.8; }

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

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

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

This text has shadow with #626C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C66 on black background.


Color preview on white background

This text has color #626C66 on white background.



Black color preview on #626C66 background

This text has black color on #626C66 background.


White color preview on #626C66 background

This text has white color on #626C66 background.