COLOR #626461

HEX: #626461
RGB: (98,100,97)

Color info

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

RGB color model

#626461 color RGB value is (98,100,97).

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

RGB channels and saturation

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

98
100
97

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

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 97 = 295 (100%)
R 98 of 295 ~ 33.22%
G 100 of 295 ~ 33.9%
B 97 of 295 ~ 32.88%

%33.22
%33.9
%32.88

CMYK color model

#626461 color CMYK value is (2,0,3,61).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(2,0,3,61)
C2M0Y3K61 
(2%,0%,3%,61%)
(0.02/0.00/0.03/0.61)	

CMYK percentages

%2
%0
%3
%60.78

Codes

Color #626461 in popluar color models

626461
RGB9810097
HSL100°1.52%38.63%
HSB/HSV100°3.00%39.22%
CMYK2.00%0.00%3.00%
60.78%

Color #626461 in popluar number systems.

HEX626461
Decimal9810097
Binary110001011001001100001
Octal142144141

Shades and tints

Shades of #626461

#626461
(98,100,97)
#5A5B59
(90,91,89)
#525251
(82,82,81)
#4A4949
(74,73,73)
#424041
(66,64,65)
#3A3739
(58,55,57)
#322E31
(50,46,49)
#2A2529
(42,37,41)
#221C21
(34,28,33)
#1A1319
(26,19,25)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #626461

#626461
(98,100,97)
#70726F
(112,114,111)
#7E807D
(126,128,125)
#8C8E8B
(140,142,139)
#9A9C99
(154,156,153)
#A8AAA7
(168,170,167)
#B6B8B5
(182,184,181)
#C4C6C3
(196,198,195)
#D2D4D1
(210,212,209)
#E0E2DF
(224,226,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626461; }

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

This text font color is #626461.


Background Color

.myBgColor { background-color: #626461; }

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

This div background color is #626461.


Border color

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

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

This div border color is #626461.


Opacity

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

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

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

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

This text has shadow with #626461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626461 on black background.


Color preview on white background

This text has color #626461 on white background.



Black color preview on #626461 background

This text has black color on #626461 background.


White color preview on #626461 background

This text has white color on #626461 background.