COLOR #626966

HEX: #626966
RGB: (98,105,102)

Color info

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

RGB color model

#626966 color RGB value is (98,105,102).

  • red value is 98;
  • green value is 105;
  • blue value is 102.
RGB:
(98,105,102)
(38%,41%,40%)

RGB channels and saturation

R 98 of 255 = 38%
G 105 of 255 = 41%
B 102 of 255 = 40%

98
105
102

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

Portions of RGB colors in percentages

R + G + B =
98 + 105 + 102 = 305 (100%)
R 98 of 305 ~ 32.13%
G 105 of 305 ~ 34.43%
B 102 of 305 ~ 33.44%

%32.13
%34.43
%33.44

CMYK color model

#626966 color CMYK value is (7,0,3,59).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(7,0,3,59)
C7M0Y3K59 
(7%,0%,3%,59%)
(0.07/0.00/0.03/0.59)	

CMYK percentages

%6.67
%0
%2.86
%58.82

Codes

Color #626966 in popluar color models

626966
RGB98105102
HSL154°3.45%39.80%
HSB/HSV154°6.67%41.18%
CMYK6.67%0.00%2.86%
58.82%

Color #626966 in popluar number systems.

HEX626966
Decimal98105102
Binary110001011010011100110
Octal142151146

Shades and tints

Shades of #626966

#626966
(98,105,102)
#5A605D
(90,96,93)
#525754
(82,87,84)
#4A4E4B
(74,78,75)
#424542
(66,69,66)
#3A3C39
(58,60,57)
#323330
(50,51,48)
#2A2A27
(42,42,39)
#22211E
(34,33,30)
#1A1815
(26,24,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #626966

#626966
(98,105,102)
#707673
(112,118,115)
#7E8380
(126,131,128)
#8C908D
(140,144,141)
#9A9D9A
(154,157,154)
#A8AAA7
(168,170,167)
#B6B7B4
(182,183,180)
#C4C4C1
(196,196,193)
#D2D1CE
(210,209,206)
#E0DEDB
(224,222,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626966 color. Also use rgb(98,105,102) instead hex code.

Text Font Color

.myTextColor { color: #626966; }

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

This text font color is #626966.


Background Color

.myBgColor { background-color: #626966; }

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

This div background color is #626966.


Border color

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

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

This div border color is #626966.


Opacity

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

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

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

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

This text has shadow with #626966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626966 on black background.


Color preview on white background

This text has color #626966 on white background.



Black color preview on #626966 background

This text has black color on #626966 background.


White color preview on #626966 background

This text has white color on #626966 background.