COLOR #626A57

HEX: #626A57
RGB: (98,106,87)

Color info

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

RGB color model

#626A57 color RGB value is (98,106,87).

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

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 87 of 255 = 34%

98
106
87

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

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 87 = 291 (100%)
R 98 of 291 ~ 33.68%
G 106 of 291 ~ 36.43%
B 87 of 291 ~ 29.9%

%33.68
%36.43
%29.9

CMYK color model

#626A57 color CMYK value is (8,0,18,58).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 58.43%
CMYK:
(8,0,18,58)
C8M0Y18K58 
(8%,0%,18%,58%)
(0.08/0.00/0.18/0.58)	

CMYK percentages

%7.55
%0
%17.92
%58.43

Codes

Color #626A57 in popluar color models

626A57
RGB9810687
HSL85°9.84%37.84%
HSB/HSV85°17.92%41.57%
CMYK7.55%0.00%17.92%
58.43%

Color #626A57 in popluar number systems.

HEX626A57
Decimal9810687
Binary110001011010101010111
Octal142152127

Shades and tints

Shades of #626A57

#626A57
(98,106,87)
#5A6150
(90,97,80)
#525849
(82,88,73)
#4A4F42
(74,79,66)
#42463B
(66,70,59)
#3A3D34
(58,61,52)
#32342D
(50,52,45)
#2A2B26
(42,43,38)
#22221F
(34,34,31)
#1A1918
(26,25,24)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #626A57

#626A57
(98,106,87)
#707766
(112,119,102)
#7E8475
(126,132,117)
#8C9184
(140,145,132)
#9A9E93
(154,158,147)
#A8ABA2
(168,171,162)
#B6B8B1
(182,184,177)
#C4C5C0
(196,197,192)
#D2D2CF
(210,210,207)
#E0DFDE
(224,223,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626A57; }

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

This text font color is #626A57.


Background Color

.myBgColor { background-color: #626A57; }

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

This div background color is #626A57.


Border color

.myBorderColor { border: 1px solid #626A57; }

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

This div border color is #626A57.


Opacity

.myOpacity80 { color: #626A57; opacity: 0.8; }

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

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

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

This text has shadow with #626A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A57 on black background.


Color preview on white background

This text has color #626A57 on white background.



Black color preview on #626A57 background

This text has black color on #626A57 background.


White color preview on #626A57 background

This text has white color on #626A57 background.