COLOR #626663

HEX: #626663
RGB: (98,102,99)

Color info

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

RGB color model

#626663 color RGB value is (98,102,99).

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

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 99 of 255 = 39%

98
102
99

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

Portions of RGB colors in percentages

R + G + B =
98 + 102 + 99 = 299 (100%)
R 98 of 299 ~ 32.78%
G 102 of 299 ~ 34.11%
B 99 of 299 ~ 33.11%

%32.78
%34.11
%33.11

CMYK color model

#626663 color CMYK value is (4,0,3,60).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(4,0,3,60)
C4M0Y3K60 
(4%,0%,3%,60%)
(0.04/0.00/0.03/0.60)	

CMYK percentages

%3.92
%0
%2.94
%60

Codes

Color #626663 in popluar color models

626663
RGB9810299
HSL135°2.00%39.22%
HSB/HSV135°3.92%40.00%
CMYK3.92%0.00%2.94%
60.00%

Color #626663 in popluar number systems.

HEX626663
Decimal9810299
Binary110001011001101100011
Octal142146143

Shades and tints

Shades of #626663

#626663
(98,102,99)
#5A5D5A
(90,93,90)
#525451
(82,84,81)
#4A4B48
(74,75,72)
#42423F
(66,66,63)
#3A3936
(58,57,54)
#32302D
(50,48,45)
#2A2724
(42,39,36)
#221E1B
(34,30,27)
#1A1512
(26,21,18)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #626663

#626663
(98,102,99)
#707371
(112,115,113)
#7E807F
(126,128,127)
#8C8D8D
(140,141,141)
#9A9A9B
(154,154,155)
#A8A7A9
(168,167,169)
#B6B4B7
(182,180,183)
#C4C1C5
(196,193,197)
#D2CED3
(210,206,211)
#E0DBE1
(224,219,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626663; }

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

This text font color is #626663.


Background Color

.myBgColor { background-color: #626663; }

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

This div background color is #626663.


Border color

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

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

This div border color is #626663.


Opacity

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

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

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

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

This text has shadow with #626663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626663 on black background.


Color preview on white background

This text has color #626663 on white background.



Black color preview on #626663 background

This text has black color on #626663 background.


White color preview on #626663 background

This text has white color on #626663 background.