COLOR #426D68

HEX: #426D68
RGB: (66,109,104)

Color info

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

RGB color model

#426D68 color RGB value is (66,109,104).

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

RGB channels and saturation

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

66
109
104

R + G + B ~ 37%. #426D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 109 + 104 = 279 (100%)
R 66 of 279 ~ 23.66%
G 109 of 279 ~ 39.07%
B 104 of 279 ~ 37.28%

%23.66
%39.07
%37.28

CMYK color model

#426D68 color CMYK value is (39,0,5,57).

  • cyan value is 39.45%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(39,0,5,57)
C39M0Y5K57 
(39%,0%,5%,57%)
(0.39/0.00/0.05/0.57)	

CMYK percentages

%39.45
%0
%4.59
%57.25

Codes

Color #426D68 in popluar color models

426D68
RGB66109104
HSL173°24.57%34.31%
HSB/HSV173°39.45%42.75%
CMYK39.45%0.00%4.59%
57.25%

Color #426D68 in popluar number systems.

HEX426D68
Decimal66109104
Binary100001011011011101000
Octal102155150

Shades and tints

Shades of #426D68

#426D68
(66,109,104)
#3C645F
(60,100,95)
#365B56
(54,91,86)
#30524D
(48,82,77)
#2A4944
(42,73,68)
#24403B
(36,64,59)
#1E3732
(30,55,50)
#182E29
(24,46,41)
#122520
(18,37,32)
#0C1C17
(12,28,23)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #426D68

#426D68
(66,109,104)
#537A75
(83,122,117)
#648782
(100,135,130)
#75948F
(117,148,143)
#86A19C
(134,161,156)
#97AEA9
(151,174,169)
#A8BBB6
(168,187,182)
#B9C8C3
(185,200,195)
#CAD5D0
(202,213,208)
#DBE2DD
(219,226,221)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D68; }

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

This text font color is #426D68.


Background Color

.myBgColor { background-color: #426D68; }

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

This div background color is #426D68.


Border color

.myBorderColor { border: 1px solid #426D68; }

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

This div border color is #426D68.


Opacity

.myOpacity80 { color: #426D68; opacity: 0.8; }

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

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

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

This text has shadow with #426D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D68 on black background.


Color preview on white background

This text has color #426D68 on white background.



Black color preview on #426D68 background

This text has black color on #426D68 background.


White color preview on #426D68 background

This text has white color on #426D68 background.