COLOR #426868

HEX: #426868
RGB: (66,104,104)

Color info

#426868 contains red, green and blue colors in about the same proportion. Web safe color of #426868 is #336666 (or #366).

RGB color model

#426868 color RGB value is (66,104,104).

  • red value is 66;
  • green value is 104;
  • blue value is 104.
RGB:
(66,104,104)
(26%,41%,41%)

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 104 of 255 = 41%

66
104
104

R + G + B ~ 36%. #426868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 104 = 274 (100%)
R 66 of 274 ~ 24.09%
G 104 of 274 ~ 37.96%
B 104 of 274 ~ 37.96%

%24.09
%37.96
%37.96

CMYK color model

#426868 color CMYK value is (37,0,0,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(37,0,0,59)
C37M0Y0K59 
(37%,0%,0%,59%)
(0.37/0.00/0.00/0.59)	

CMYK percentages

%36.54
%0
%0
%59.22

Codes

Color #426868 in popluar color models

426868
RGB66104104
HSL180°22.35%33.33%
HSB/HSV180°36.54%40.78%
CMYK36.54%0.00%0.00%
59.22%

Color #426868 in popluar number systems.

HEX426868
Decimal66104104
Binary100001011010001101000
Octal102150150

Shades and tints

Shades of #426868

#426868
(66,104,104)
#3C5F5F
(60,95,95)
#365656
(54,86,86)
#304D4D
(48,77,77)
#2A4444
(42,68,68)
#243B3B
(36,59,59)
#1E3232
(30,50,50)
#182929
(24,41,41)
#122020
(18,32,32)
#0C1717
(12,23,23)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #426868

#426868
(66,104,104)
#537575
(83,117,117)
#648282
(100,130,130)
#758F8F
(117,143,143)
#869C9C
(134,156,156)
#97A9A9
(151,169,169)
#A8B6B6
(168,182,182)
#B9C3C3
(185,195,195)
#CAD0D0
(202,208,208)
#DBDDDD
(219,221,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426868 color. Also use rgb(66,104,104) instead hex code.

Text Font Color

.myTextColor { color: #426868; }

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

This text font color is #426868.


Background Color

.myBgColor { background-color: #426868; }

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

This div background color is #426868.


Border color

.myBorderColor { border: 1px solid #426868; }

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

This div border color is #426868.


Opacity

.myOpacity80 { color: #426868; opacity: 0.8; }

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

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

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

This text has shadow with #426868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426868 on black background.


Color preview on white background

This text has color #426868 on white background.



Black color preview on #426868 background

This text has black color on #426868 background.


White color preview on #426868 background

This text has white color on #426868 background.