COLOR #68838E

HEX: #68838E
RGB: (104,131,142)

Color info

#68838E contains red, green and blue colors in about the same proportion. Web safe color of #68838E is #669999 (or #699).

RGB color model

#68838E color RGB value is (104,131,142).

  • red value is 104;
  • green value is 131;
  • blue value is 142.
RGB:
(104,131,142)
(41%,51%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 131 of 255 = 51%
B 142 of 255 = 56%

104
131
142

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

Portions of RGB colors in percentages

R + G + B =
104 + 131 + 142 = 377 (100%)
R 104 of 377 ~ 27.59%
G 131 of 377 ~ 34.75%
B 142 of 377 ~ 37.67%

%27.59
%34.75
%37.67

CMYK color model

#68838E color CMYK value is (27,8,0,44).

  • cyan value is 26.76%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(27,8,0,44)
C27M8Y0K44 
(27%,8%,0%,44%)
(0.27/0.08/0.00/0.44)	

CMYK percentages

%26.76
%7.75
%0
%44.31

Codes

Color #68838E in popluar color models

68838E
RGB104131142
HSL197°15.45%48.24%
HSB/HSV197°26.76%55.69%
CMYK26.76%7.75%0.00%
44.31%

Color #68838E in popluar number systems.

HEX68838E
Decimal104131142
Binary11010001000001110001110
Octal150203216

Shades and tints

Shades of #68838E

#68838E
(104,131,142)
#5F7882
(95,120,130)
#566D76
(86,109,118)
#4D626A
(77,98,106)
#44575E
(68,87,94)
#3B4C52
(59,76,82)
#324146
(50,65,70)
#29363A
(41,54,58)
#202B2E
(32,43,46)
#172022
(23,32,34)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #68838E

#68838E
(104,131,142)
#758E98
(117,142,152)
#8299A2
(130,153,162)
#8FA4AC
(143,164,172)
#9CAFB6
(156,175,182)
#A9BAC0
(169,186,192)
#B6C5CA
(182,197,202)
#C3D0D4
(195,208,212)
#D0DBDE
(208,219,222)
#DDE6E8
(221,230,232)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68838E color. Also use rgb(104,131,142) instead hex code.

Text Font Color

.myTextColor { color: #68838E; }

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

This text font color is #68838E.


Background Color

.myBgColor { background-color: #68838E; }

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

This div background color is #68838E.


Border color

.myBorderColor { border: 1px solid #68838E; }

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

This div border color is #68838E.


Opacity

.myOpacity80 { color: #68838E; opacity: 0.8; }

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

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

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

This text has shadow with #68838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68838E on black background.


Color preview on white background

This text has color #68838E on white background.



Black color preview on #68838E background

This text has black color on #68838E background.


White color preview on #68838E background

This text has white color on #68838E background.