COLOR #626261

HEX: #626261
RGB: (98,98,97)

Color info

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

RGB color model

#626261 color RGB value is (98,98,97).

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

RGB channels and saturation

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

98
98
97

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

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 97 = 293 (100%)
R 98 of 293 ~ 33.45%
G 98 of 293 ~ 33.45%
B 97 of 293 ~ 33.11%

%33.45
%33.45
%33.11

CMYK color model

#626261 color CMYK value is (0,0,1,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%
CMYK:
(0,0,1,62)
C0M0Y1K62 
(0%,0%,1%,62%)
(0.00/0.00/0.01/0.62)	

CMYK percentages

%0
%0
%1.02
%61.57

Codes

Color #626261 in popluar color models

626261
RGB989897
HSL60°0.51%38.24%
HSB/HSV60°1.02%38.43%
CMYK0.00%0.00%1.02%
61.57%

Color #626261 in popluar number systems.

HEX626261
Decimal989897
Binary110001011000101100001
Octal142142141

Shades and tints

Shades of #626261

#626261
(98,98,97)
#5A5A59
(90,90,89)
#525251
(82,82,81)
#4A4A49
(74,74,73)
#424241
(66,66,65)
#3A3A39
(58,58,57)
#323231
(50,50,49)
#2A2A29
(42,42,41)
#222221
(34,34,33)
#1A1A19
(26,26,25)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #626261

#626261
(98,98,97)
#70706F
(112,112,111)
#7E7E7D
(126,126,125)
#8C8C8B
(140,140,139)
#9A9A99
(154,154,153)
#A8A8A7
(168,168,167)
#B6B6B5
(182,182,181)
#C4C4C3
(196,196,195)
#D2D2D1
(210,210,209)
#E0E0DF
(224,224,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626261; }

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

This text font color is #626261.


Background Color

.myBgColor { background-color: #626261; }

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

This div background color is #626261.


Border color

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

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

This div border color is #626261.


Opacity

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

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

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

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

This text has shadow with #626261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626261 on black background.


Color preview on white background

This text has color #626261 on white background.



Black color preview on #626261 background

This text has black color on #626261 background.


White color preview on #626261 background

This text has white color on #626261 background.