COLOR #426C64

HEX: #426C64
RGB: (66,108,100)

Color info

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

RGB color model

#426C64 color RGB value is (66,108,100).

  • red value is 66;
  • green value is 108;
  • blue value is 100.
RGB:
(66,108,100)
(26%,42%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 100 of 255 = 39%

66
108
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 108 + 100 = 274 (100%)
R 66 of 274 ~ 24.09%
G 108 of 274 ~ 39.42%
B 100 of 274 ~ 36.5%

%24.09
%39.42
%36.5

CMYK color model

#426C64 color CMYK value is (39,0,7,58).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(39,0,7,58)
C39M0Y7K58 
(39%,0%,7%,58%)
(0.39/0.00/0.07/0.58)	

CMYK percentages

%38.89
%0
%7.41
%57.65

Codes

Color #426C64 in popluar color models

426C64
RGB66108100
HSL169°24.14%34.12%
HSB/HSV169°38.89%42.35%
CMYK38.89%0.00%7.41%
57.65%

Color #426C64 in popluar number systems.

HEX426C64
Decimal66108100
Binary100001011011001100100
Octal102154144

Shades and tints

Shades of #426C64

#426C64
(66,108,100)
#3C635B
(60,99,91)
#365A52
(54,90,82)
#305149
(48,81,73)
#2A4840
(42,72,64)
#243F37
(36,63,55)
#1E362E
(30,54,46)
#182D25
(24,45,37)
#12241C
(18,36,28)
#0C1B13
(12,27,19)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #426C64

#426C64
(66,108,100)
#537972
(83,121,114)
#648680
(100,134,128)
#75938E
(117,147,142)
#86A09C
(134,160,156)
#97ADAA
(151,173,170)
#A8BAB8
(168,186,184)
#B9C7C6
(185,199,198)
#CAD4D4
(202,212,212)
#DBE1E2
(219,225,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426C64 color. Also use rgb(66,108,100) instead hex code.

Text Font Color

.myTextColor { color: #426C64; }

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

This text font color is #426C64.


Background Color

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

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

This div background color is #426C64.


Border color

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

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

This div border color is #426C64.


Opacity

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

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

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

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

This text has shadow with #426C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426C64 on black background.


Color preview on white background

This text has color #426C64 on white background.



Black color preview on #426C64 background

This text has black color on #426C64 background.


White color preview on #426C64 background

This text has white color on #426C64 background.