COLOR #626267

HEX: #626267
RGB: (98,98,103)

Color info

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

RGB color model

#626267 color RGB value is (98,98,103).

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

RGB channels and saturation

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

98
98
103

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

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 103 = 299 (100%)
R 98 of 299 ~ 32.78%
G 98 of 299 ~ 32.78%
B 103 of 299 ~ 34.45%

%32.78
%32.78
%34.45

CMYK color model

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

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

CMYK percentages

%4.85
%4.85
%0
%59.61

Codes

Color #626267 in popluar color models

626267
RGB9898103
HSL240°2.49%39.41%
HSB/HSV240°4.85%40.39%
CMYK4.85%4.85%0.00%
59.61%

Color #626267 in popluar number systems.

HEX626267
Decimal9898103
Binary110001011000101100111
Octal142142147

Shades and tints

Shades of #626267

#626267
(98,98,103)
#5A5A5E
(90,90,94)
#525255
(82,82,85)
#4A4A4C
(74,74,76)
#424243
(66,66,67)
#3A3A3A
(58,58,58)
#323231
(50,50,49)
#2A2A28
(42,42,40)
#22221F
(34,34,31)
#1A1A16
(26,26,22)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #626267

#626267
(98,98,103)
#707074
(112,112,116)
#7E7E81
(126,126,129)
#8C8C8E
(140,140,142)
#9A9A9B
(154,154,155)
#A8A8A8
(168,168,168)
#B6B6B5
(182,182,181)
#C4C4C2
(196,196,194)
#D2D2CF
(210,210,207)
#E0E0DC
(224,224,220)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626267; }

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

This text font color is #626267.


Background Color

.myBgColor { background-color: #626267; }

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

This div background color is #626267.


Border color

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

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

This div border color is #626267.


Opacity

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

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

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

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

This text has shadow with #626267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626267 on black background.


Color preview on white background

This text has color #626267 on white background.



Black color preview on #626267 background

This text has black color on #626267 background.


White color preview on #626267 background

This text has white color on #626267 background.