COLOR #68808C

HEX: #68808C
RGB: (104,128,140)

Color info

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

RGB color model

#68808C color RGB value is (104,128,140).

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

RGB channels and saturation

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

104
128
140

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

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 140 = 372 (100%)
R 104 of 372 ~ 27.96%
G 128 of 372 ~ 34.41%
B 140 of 372 ~ 37.63%

%27.96
%34.41
%37.63

CMYK color model

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

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

CMYK percentages

%25.71
%8.57
%0
%45.1

Codes

Color #68808C in popluar color models

68808C
RGB104128140
HSL200°14.75%47.84%
HSB/HSV200°25.71%54.90%
CMYK25.71%8.57%0.00%
45.10%

Color #68808C in popluar number systems.

HEX68808C
Decimal104128140
Binary11010001000000010001100
Octal150200214

Shades and tints

Shades of #68808C

#68808C
(104,128,140)
#5F7580
(95,117,128)
#566A74
(86,106,116)
#4D5F68
(77,95,104)
#44545C
(68,84,92)
#3B4950
(59,73,80)
#323E44
(50,62,68)
#293338
(41,51,56)
#20282C
(32,40,44)
#171D20
(23,29,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #68808C

#68808C
(104,128,140)
#758B96
(117,139,150)
#8296A0
(130,150,160)
#8FA1AA
(143,161,170)
#9CACB4
(156,172,180)
#A9B7BE
(169,183,190)
#B6C2C8
(182,194,200)
#C3CDD2
(195,205,210)
#D0D8DC
(208,216,220)
#DDE3E6
(221,227,230)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68808C; }

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

This text font color is #68808C.


Background Color

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

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

This div background color is #68808C.


Border color

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

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

This div border color is #68808C.


Opacity

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

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

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

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

This text has shadow with #68808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68808C on black background.


Color preview on white background

This text has color #68808C on white background.



Black color preview on #68808C background

This text has black color on #68808C background.


White color preview on #68808C background

This text has white color on #68808C background.