COLOR #68848F

HEX: #68848F
RGB: (104,132,143)

Color info

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

RGB color model

#68848F color RGB value is (104,132,143).

  • red value is 104;
  • green value is 132;
  • blue value is 143.
RGB:
(104,132,143)
(41%,52%,56%)

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 143 of 255 = 56%

104
132
143

R + G + B ~ 50%. #68848F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 143 = 379 (100%)
R 104 of 379 ~ 27.44%
G 132 of 379 ~ 34.83%
B 143 of 379 ~ 37.73%

%27.44
%34.83
%37.73

CMYK color model

#68848F color CMYK value is (27,8,0,44).

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

CMYK percentages

%27.27
%7.69
%0
%43.92

Codes

Color #68848F in popluar color models

68848F
RGB104132143
HSL197°15.79%48.43%
HSB/HSV197°27.27%56.08%
CMYK27.27%7.69%0.00%
43.92%

Color #68848F in popluar number systems.

HEX68848F
Decimal104132143
Binary11010001000010010001111
Octal150204217

Shades and tints

Shades of #68848F

#68848F
(104,132,143)
#5F7882
(95,120,130)
#566C75
(86,108,117)
#4D6068
(77,96,104)
#44545B
(68,84,91)
#3B484E
(59,72,78)
#323C41
(50,60,65)
#293034
(41,48,52)
#202427
(32,36,39)
#17181A
(23,24,26)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #68848F

#68848F
(104,132,143)
#758F99
(117,143,153)
#829AA3
(130,154,163)
#8FA5AD
(143,165,173)
#9CB0B7
(156,176,183)
#A9BBC1
(169,187,193)
#B6C6CB
(182,198,203)
#C3D1D5
(195,209,213)
#D0DCDF
(208,220,223)
#DDE7E9
(221,231,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68848F color. Also use rgb(104,132,143) instead hex code.

Text Font Color

.myTextColor { color: #68848F; }

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

This text font color is #68848F.


Background Color

.myBgColor { background-color: #68848F; }

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

This div background color is #68848F.


Border color

.myBorderColor { border: 1px solid #68848F; }

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

This div border color is #68848F.


Opacity

.myOpacity80 { color: #68848F; opacity: 0.8; }

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

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

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

This text has shadow with #68848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68848F on black background.


Color preview on white background

This text has color #68848F on white background.



Black color preview on #68848F background

This text has black color on #68848F background.


White color preview on #68848F background

This text has white color on #68848F background.