COLOR #626263

HEX: #626263
RGB: (98,98,99)

Color info

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

RGB color model

#626263 color RGB value is (98,98,99).

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

RGB channels and saturation

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

98
98
99

R + G + B ~ 38%. #626263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 99 = 295 (100%)
R 98 of 295 ~ 33.22%
G 98 of 295 ~ 33.22%
B 99 of 295 ~ 33.56%

%33.22
%33.22
%33.56

CMYK color model

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

  • cyan value is 1.01%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(1,1,0,61)
C1M1Y0K61 
(1%,1%,0%,61%)
(0.01/0.01/0.00/0.61)	

CMYK percentages

%1.01
%1.01
%0
%61.18

Codes

Color #626263 in popluar color models

626263
RGB989899
HSL240°0.51%38.63%
HSB/HSV240°1.01%38.82%
CMYK1.01%1.01%0.00%
61.18%

Color #626263 in popluar number systems.

HEX626263
Decimal989899
Binary110001011000101100011
Octal142142143

Shades and tints

Shades of #626263

#626263
(98,98,99)
#5A5A5A
(90,90,90)
#525251
(82,82,81)
#4A4A48
(74,74,72)
#42423F
(66,66,63)
#3A3A36
(58,58,54)
#32322D
(50,50,45)
#2A2A24
(42,42,36)
#22221B
(34,34,27)
#1A1A12
(26,26,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #626263

#626263
(98,98,99)
#707071
(112,112,113)
#7E7E7F
(126,126,127)
#8C8C8D
(140,140,141)
#9A9A9B
(154,154,155)
#A8A8A9
(168,168,169)
#B6B6B7
(182,182,183)
#C4C4C5
(196,196,197)
#D2D2D3
(210,210,211)
#E0E0E1
(224,224,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626263; }

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

This text font color is #626263.


Background Color

.myBgColor { background-color: #626263; }

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

This div background color is #626263.


Border color

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

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

This div border color is #626263.


Opacity

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

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

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

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

This text has shadow with #626263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626263 on black background.


Color preview on white background

This text has color #626263 on white background.



Black color preview on #626263 background

This text has black color on #626263 background.


White color preview on #626263 background

This text has white color on #626263 background.