COLOR #626367

HEX: #626367
RGB: (98,99,103)

Color info

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

RGB color model

#626367 color RGB value is (98,99,103).

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

RGB channels and saturation

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

98
99
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 103 = 300 (100%)
R 98 of 300 ~ 32.67%
G 99 of 300 ~ 33%
B 103 of 300 ~ 34.33%

%32.67
%33
%34.33

CMYK color model

#626367 color CMYK value is (5,4,0,60).

  • cyan value is 4.85%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(5,4,0,60)
C5M4Y0K60 
(5%,4%,0%,60%)
(0.05/0.04/0.00/0.60)	

CMYK percentages

%4.85
%3.88
%0
%59.61

Codes

Color #626367 in popluar color models

626367
RGB9899103
HSL228°2.49%39.41%
HSB/HSV228°4.85%40.39%
CMYK4.85%3.88%0.00%
59.61%

Color #626367 in popluar number systems.

HEX626367
Decimal9899103
Binary110001011000111100111
Octal142143147

Shades and tints

Shades of #626367

#626367
(98,99,103)
#5A5A5E
(90,90,94)
#525155
(82,81,85)
#4A484C
(74,72,76)
#423F43
(66,63,67)
#3A363A
(58,54,58)
#322D31
(50,45,49)
#2A2428
(42,36,40)
#221B1F
(34,27,31)
#1A1216
(26,18,22)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #626367

#626367
(98,99,103)
#707174
(112,113,116)
#7E7F81
(126,127,129)
#8C8D8E
(140,141,142)
#9A9B9B
(154,155,155)
#A8A9A8
(168,169,168)
#B6B7B5
(182,183,181)
#C4C5C2
(196,197,194)
#D2D3CF
(210,211,207)
#E0E1DC
(224,225,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626367; }

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

This text font color is #626367.


Background Color

.myBgColor { background-color: #626367; }

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

This div background color is #626367.


Border color

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

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

This div border color is #626367.


Opacity

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

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

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

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

This text has shadow with #626367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626367 on black background.


Color preview on white background

This text has color #626367 on white background.



Black color preview on #626367 background

This text has black color on #626367 background.


White color preview on #626367 background

This text has white color on #626367 background.