COLOR #626463

HEX: #626463
RGB: (98,100,99)

Color info

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

RGB color model

#626463 color RGB value is (98,100,99).

  • red value is 98;
  • green value is 100;
  • blue value is 99.
RGB:
(98,100,99)
(38%,39%,39%)

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 99 of 255 = 39%

98
100
99

R + G + B ~ 39%. #626463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 99 = 297 (100%)
R 98 of 297 ~ 33%
G 100 of 297 ~ 33.67%
B 99 of 297 ~ 33.33%

%33
%33.67
%33.33

CMYK color model

#626463 color CMYK value is (2,0,1,61).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%
CMYK:
(2,0,1,61)
C2M0Y1K61 
(2%,0%,1%,61%)
(0.02/0.00/0.01/0.61)	

CMYK percentages

%2
%0
%1
%60.78

Codes

Color #626463 in popluar color models

626463
RGB9810099
HSL150°1.01%38.82%
HSB/HSV150°2.00%39.22%
CMYK2.00%0.00%1.00%
60.78%

Color #626463 in popluar number systems.

HEX626463
Decimal9810099
Binary110001011001001100011
Octal142144143

Shades and tints

Shades of #626463

#626463
(98,100,99)
#5A5B5A
(90,91,90)
#525251
(82,82,81)
#4A4948
(74,73,72)
#42403F
(66,64,63)
#3A3736
(58,55,54)
#322E2D
(50,46,45)
#2A2524
(42,37,36)
#221C1B
(34,28,27)
#1A1312
(26,19,18)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #626463

#626463
(98,100,99)
#707271
(112,114,113)
#7E807F
(126,128,127)
#8C8E8D
(140,142,141)
#9A9C9B
(154,156,155)
#A8AAA9
(168,170,169)
#B6B8B7
(182,184,183)
#C4C6C5
(196,198,197)
#D2D4D3
(210,212,211)
#E0E2E1
(224,226,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626463 color. Also use rgb(98,100,99) instead hex code.

Text Font Color

.myTextColor { color: #626463; }

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

This text font color is #626463.


Background Color

.myBgColor { background-color: #626463; }

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

This div background color is #626463.


Border color

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

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

This div border color is #626463.


Opacity

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

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

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

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

This text has shadow with #626463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626463 on black background.


Color preview on white background

This text has color #626463 on white background.



Black color preview on #626463 background

This text has black color on #626463 background.


White color preview on #626463 background

This text has white color on #626463 background.