COLOR #68626D

HEX: #68626D
RGB: (104,98,109)

Color info

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

RGB color model

#68626D color RGB value is (104,98,109).

  • red value is 104;
  • green value is 98;
  • blue value is 109.
RGB:
(104,98,109)
(41%,38%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 109 of 255 = 43%

104
98
109

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

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 109 = 311 (100%)
R 104 of 311 ~ 33.44%
G 98 of 311 ~ 31.51%
B 109 of 311 ~ 35.05%

%33.44
%31.51
%35.05

CMYK color model

#68626D color CMYK value is (5,10,0,57).

  • cyan value is 4.59%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(5,10,0,57)
C5M10Y0K57 
(5%,10%,0%,57%)
(0.05/0.10/0.00/0.57)	

CMYK percentages

%4.59
%10.09
%0
%57.25

Codes

Color #68626D in popluar color models

68626D
RGB10498109
HSL273°5.31%40.59%
HSB/HSV273°10.09%42.75%
CMYK4.59%10.09%0.00%
57.25%

Color #68626D in popluar number systems.

HEX68626D
Decimal10498109
Binary110100011000101101101
Octal150142155

Shades and tints

Shades of #68626D

#68626D
(104,98,109)
#5F5A64
(95,90,100)
#56525B
(86,82,91)
#4D4A52
(77,74,82)
#444249
(68,66,73)
#3B3A40
(59,58,64)
#323237
(50,50,55)
#292A2E
(41,42,46)
#202225
(32,34,37)
#171A1C
(23,26,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68626D

#68626D
(104,98,109)
#75707A
(117,112,122)
#827E87
(130,126,135)
#8F8C94
(143,140,148)
#9C9AA1
(156,154,161)
#A9A8AE
(169,168,174)
#B6B6BB
(182,182,187)
#C3C4C8
(195,196,200)
#D0D2D5
(208,210,213)
#DDE0E2
(221,224,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68626D color. Also use rgb(104,98,109) instead hex code.

Text Font Color

.myTextColor { color: #68626D; }

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

This text font color is #68626D.


Background Color

.myBgColor { background-color: #68626D; }

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

This div background color is #68626D.


Border color

.myBorderColor { border: 1px solid #68626D; }

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

This div border color is #68626D.


Opacity

.myOpacity80 { color: #68626D; opacity: 0.8; }

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

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

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

This text has shadow with #68626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68626D on black background.


Color preview on white background

This text has color #68626D on white background.



Black color preview on #68626D background

This text has black color on #68626D background.


White color preview on #68626D background

This text has white color on #68626D background.