COLOR #626457

HEX: #626457
RGB: (98,100,87)

Color info

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

RGB color model

#626457 color RGB value is (98,100,87).

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

RGB channels and saturation

R 98 of 255 = 38%
G 100 of 255 = 39%
B 87 of 255 = 34%

98
100
87

R + G + B ~ 37%. #626457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 100 + 87 = 285 (100%)
R 98 of 285 ~ 34.39%
G 100 of 285 ~ 35.09%
B 87 of 285 ~ 30.53%

%34.39
%35.09
%30.53

CMYK color model

#626457 color CMYK value is (2,0,13,61).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(2,0,13,61)
C2M0Y13K61 
(2%,0%,13%,61%)
(0.02/0.00/0.13/0.61)	

CMYK percentages

%2
%0
%13
%60.78

Codes

Color #626457 in popluar color models

626457
RGB9810087
HSL69°6.95%36.67%
HSB/HSV69°13.00%39.22%
CMYK2.00%0.00%13.00%
60.78%

Color #626457 in popluar number systems.

HEX626457
Decimal9810087
Binary110001011001001010111
Octal142144127

Shades and tints

Shades of #626457

#626457
(98,100,87)
#5A5B50
(90,91,80)
#525249
(82,82,73)
#4A4942
(74,73,66)
#42403B
(66,64,59)
#3A3734
(58,55,52)
#322E2D
(50,46,45)
#2A2526
(42,37,38)
#221C1F
(34,28,31)
#1A1318
(26,19,24)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #626457

#626457
(98,100,87)
#707266
(112,114,102)
#7E8075
(126,128,117)
#8C8E84
(140,142,132)
#9A9C93
(154,156,147)
#A8AAA2
(168,170,162)
#B6B8B1
(182,184,177)
#C4C6C0
(196,198,192)
#D2D4CF
(210,212,207)
#E0E2DE
(224,226,222)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626457; }

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

This text font color is #626457.


Background Color

.myBgColor { background-color: #626457; }

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

This div background color is #626457.


Border color

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

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

This div border color is #626457.


Opacity

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

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

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

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

This text has shadow with #626457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626457 on black background.


Color preview on white background

This text has color #626457 on white background.



Black color preview on #626457 background

This text has black color on #626457 background.


White color preview on #626457 background

This text has white color on #626457 background.