COLOR #626E6A

HEX: #626E6A
RGB: (98,110,106)

Color info

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

RGB color model

#626E6A color RGB value is (98,110,106).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 106 of 255 = 42%

98
110
106

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 106 = 314 (100%)
R 98 of 314 ~ 31.21%
G 110 of 314 ~ 35.03%
B 106 of 314 ~ 33.76%

%31.21
%35.03
%33.76

CMYK color model

#626E6A color CMYK value is (11,0,4,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(11,0,4,57)
C11M0Y4K57 
(11%,0%,4%,57%)
(0.11/0.00/0.04/0.57)	

CMYK percentages

%10.91
%0
%3.64
%56.86

Codes

Color #626E6A in popluar color models

626E6A
RGB98110106
HSL160°5.77%40.78%
HSB/HSV160°10.91%43.14%
CMYK10.91%0.00%3.64%
56.86%

Color #626E6A in popluar number systems.

HEX626E6A
Decimal98110106
Binary110001011011101101010
Octal142156152

Shades and tints

Shades of #626E6A

#626E6A
(98,110,106)
#5A6461
(90,100,97)
#525A58
(82,90,88)
#4A504F
(74,80,79)
#424646
(66,70,70)
#3A3C3D
(58,60,61)
#323234
(50,50,52)
#2A282B
(42,40,43)
#221E22
(34,30,34)
#1A1419
(26,20,25)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #626E6A

#626E6A
(98,110,106)
#707B77
(112,123,119)
#7E8884
(126,136,132)
#8C9591
(140,149,145)
#9AA29E
(154,162,158)
#A8AFAB
(168,175,171)
#B6BCB8
(182,188,184)
#C4C9C5
(196,201,197)
#D2D6D2
(210,214,210)
#E0E3DF
(224,227,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E6A; }

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

This text font color is #626E6A.


Background Color

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

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

This div background color is #626E6A.


Border color

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

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

This div border color is #626E6A.


Opacity

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

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

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

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

This text has shadow with #626E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E6A on black background.


Color preview on white background

This text has color #626E6A on white background.



Black color preview on #626E6A background

This text has black color on #626E6A background.


White color preview on #626E6A background

This text has white color on #626E6A background.