COLOR #68808D

HEX: #68808D
RGB: (104,128,141)

Color info

#68808D contains red, green and blue colors in about the same proportion. Web safe color of #68808D is #666699 (or #669).

RGB color model

#68808D color RGB value is (104,128,141).

  • red value is 104;
  • green value is 128;
  • blue value is 141.
RGB:
(104,128,141)
(41%,50%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 141 of 255 = 55%

104
128
141

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 141 = 373 (100%)
R 104 of 373 ~ 27.88%
G 128 of 373 ~ 34.32%
B 141 of 373 ~ 37.8%

%27.88
%34.32
%37.8

CMYK color model

#68808D color CMYK value is (26,9,0,45).

  • cyan value is 26.24%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(26,9,0,45)
C26M9Y0K45 
(26%,9%,0%,45%)
(0.26/0.09/0.00/0.45)	

CMYK percentages

%26.24
%9.22
%0
%44.71

Codes

Color #68808D in popluar color models

68808D
RGB104128141
HSL201°15.10%48.04%
HSB/HSV201°26.24%55.29%
CMYK26.24%9.22%0.00%
44.71%

Color #68808D in popluar number systems.

HEX68808D
Decimal104128141
Binary11010001000000010001101
Octal150200215

Shades and tints

Shades of #68808D

#68808D
(104,128,141)
#5F7581
(95,117,129)
#566A75
(86,106,117)
#4D5F69
(77,95,105)
#44545D
(68,84,93)
#3B4951
(59,73,81)
#323E45
(50,62,69)
#293339
(41,51,57)
#20282D
(32,40,45)
#171D21
(23,29,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #68808D

#68808D
(104,128,141)
#758B97
(117,139,151)
#8296A1
(130,150,161)
#8FA1AB
(143,161,171)
#9CACB5
(156,172,181)
#A9B7BF
(169,183,191)
#B6C2C9
(182,194,201)
#C3CDD3
(195,205,211)
#D0D8DD
(208,216,221)
#DDE3E7
(221,227,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68808D color. Also use rgb(104,128,141) instead hex code.

Text Font Color

.myTextColor { color: #68808D; }

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

This text font color is #68808D.


Background Color

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

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

This div background color is #68808D.


Border color

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

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

This div border color is #68808D.


Opacity

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

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

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

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

This text has shadow with #68808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68808D on black background.


Color preview on white background

This text has color #68808D on white background.



Black color preview on #68808D background

This text has black color on #68808D background.


White color preview on #68808D background

This text has white color on #68808D background.