COLOR #626060

HEX: #626060
RGB: (98,96,96)

Color info

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

RGB color model

#626060 color RGB value is (98,96,96).

  • red value is 98;
  • green value is 96;
  • blue value is 96.
RGB:
(98,96,96)
(38%,38%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 96 of 255 = 38%
B 96 of 255 = 38%

98
96
96

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

Portions of RGB colors in percentages

R + G + B =
98 + 96 + 96 = 290 (100%)
R 98 of 290 ~ 33.79%
G 96 of 290 ~ 33.1%
B 96 of 290 ~ 33.1%

%33.79
%33.1
%33.1

CMYK color model

#626060 color CMYK value is (0,2,2,62).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 2.04%
  • key color value is 61.57%
CMYK:
(0,2,2,62)
C0M2Y2K62 
(0%,2%,2%,62%)
(0.00/0.02/0.02/0.62)	

CMYK percentages

%0
%2.04
%2.04
%61.57

Codes

Color #626060 in popluar color models

626060
RGB989696
HSL1.03%38.04%
HSB/HSV2.04%38.43%
CMYK0.00%2.04%2.04%
61.57%

Color #626060 in popluar number systems.

HEX626060
Decimal989696
Binary110001011000001100000
Octal142140140

Shades and tints

Shades of #626060

#626060
(98,96,96)
#5A5858
(90,88,88)
#525050
(82,80,80)
#4A4848
(74,72,72)
#424040
(66,64,64)
#3A3838
(58,56,56)
#323030
(50,48,48)
#2A2828
(42,40,40)
#222020
(34,32,32)
#1A1818
(26,24,24)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #626060

#626060
(98,96,96)
#706E6E
(112,110,110)
#7E7C7C
(126,124,124)
#8C8A8A
(140,138,138)
#9A9898
(154,152,152)
#A8A6A6
(168,166,166)
#B6B4B4
(182,180,180)
#C4C2C2
(196,194,194)
#D2D0D0
(210,208,208)
#E0DEDE
(224,222,222)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626060; }

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

This text font color is #626060.


Background Color

.myBgColor { background-color: #626060; }

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

This div background color is #626060.


Border color

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

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

This div border color is #626060.


Opacity

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

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

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

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

This text has shadow with #626060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626060 on black background.


Color preview on white background

This text has color #626060 on white background.



Black color preview on #626060 background

This text has black color on #626060 background.


White color preview on #626060 background

This text has white color on #626060 background.