COLOR #626A5D

HEX: #626A5D
RGB: (98,106,93)

Color info

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

RGB color model

#626A5D color RGB value is (98,106,93).

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

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 93 of 255 = 36%

98
106
93

R + G + B ~ 39%. #626A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 93 = 297 (100%)
R 98 of 297 ~ 33%
G 106 of 297 ~ 35.69%
B 93 of 297 ~ 31.31%

%33
%35.69
%31.31

CMYK color model

#626A5D color CMYK value is (8,0,12,58).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(8,0,12,58)
C8M0Y12K58 
(8%,0%,12%,58%)
(0.08/0.00/0.12/0.58)	

CMYK percentages

%7.55
%0
%12.26
%58.43

Codes

Color #626A5D in popluar color models

626A5D
RGB9810693
HSL97°6.53%39.02%
HSB/HSV97°12.26%41.57%
CMYK7.55%0.00%12.26%
58.43%

Color #626A5D in popluar number systems.

HEX626A5D
Decimal9810693
Binary110001011010101011101
Octal142152135

Shades and tints

Shades of #626A5D

#626A5D
(98,106,93)
#5A6155
(90,97,85)
#52584D
(82,88,77)
#4A4F45
(74,79,69)
#42463D
(66,70,61)
#3A3D35
(58,61,53)
#32342D
(50,52,45)
#2A2B25
(42,43,37)
#22221D
(34,34,29)
#1A1915
(26,25,21)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #626A5D

#626A5D
(98,106,93)
#70776B
(112,119,107)
#7E8479
(126,132,121)
#8C9187
(140,145,135)
#9A9E95
(154,158,149)
#A8ABA3
(168,171,163)
#B6B8B1
(182,184,177)
#C4C5BF
(196,197,191)
#D2D2CD
(210,210,205)
#E0DFDB
(224,223,219)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626A5D; }

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

This text font color is #626A5D.


Background Color

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

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

This div background color is #626A5D.


Border color

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

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

This div border color is #626A5D.


Opacity

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

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

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

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

This text has shadow with #626A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A5D on black background.


Color preview on white background

This text has color #626A5D on white background.



Black color preview on #626A5D background

This text has black color on #626A5D background.


White color preview on #626A5D background

This text has white color on #626A5D background.