COLOR #626475

HEX: #626475
RGB: (98,100,117)

Color info

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

RGB color model

#626475 color RGB value is (98,100,117).

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

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 117 of 255 = 46%

98
100
117

R + G + B ~ 41%. #626475 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 117 = 315 (100%)
R 98 of 315 ~ 31.11%
G 100 of 315 ~ 31.75%
B 117 of 315 ~ 37.14%

%31.11
%31.75
%37.14

CMYK color model

#626475 color CMYK value is (16,15,0,54).

  • cyan value is 16.24%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(16,15,0,54)
C16M15Y0K54 
(16%,15%,0%,54%)
(0.16/0.15/0.00/0.54)	

CMYK percentages

%16.24
%14.53
%0
%54.12

Codes

Color #626475 in popluar color models

626475
RGB98100117
HSL234°8.84%42.16%
HSB/HSV234°16.24%45.88%
CMYK16.24%14.53%0.00%
54.12%

Color #626475 in popluar number systems.

HEX626475
Decimal98100117
Binary110001011001001110101
Octal142144165

Shades and tints

Shades of #626475

#626475
(98,100,117)
#5A5B6B
(90,91,107)
#525261
(82,82,97)
#4A4957
(74,73,87)
#42404D
(66,64,77)
#3A3743
(58,55,67)
#322E39
(50,46,57)
#2A252F
(42,37,47)
#221C25
(34,28,37)
#1A131B
(26,19,27)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #626475

#626475
(98,100,117)
#707281
(112,114,129)
#7E808D
(126,128,141)
#8C8E99
(140,142,153)
#9A9CA5
(154,156,165)
#A8AAB1
(168,170,177)
#B6B8BD
(182,184,189)
#C4C6C9
(196,198,201)
#D2D4D5
(210,212,213)
#E0E2E1
(224,226,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626475; }

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

This text font color is #626475.


Background Color

.myBgColor { background-color: #626475; }

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

This div background color is #626475.


Border color

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

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

This div border color is #626475.


Opacity

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

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

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

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

This text has shadow with #626475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626475 on black background.


Color preview on white background

This text has color #626475 on white background.



Black color preview on #626475 background

This text has black color on #626475 background.


White color preview on #626475 background

This text has white color on #626475 background.