COLOR #426D64

HEX: #426D64
RGB: (66,109,100)

Color info

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

RGB color model

#426D64 color RGB value is (66,109,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 109 of 255 = 43%
B 100 of 255 = 39%

66
109
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 109 + 100 = 275 (100%)
R 66 of 275 ~ 24%
G 109 of 275 ~ 39.64%
B 100 of 275 ~ 36.36%

%24
%39.64
%36.36

CMYK color model

#426D64 color CMYK value is (39,0,8,57).

  • cyan value is 39.45%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(39,0,8,57)
C39M0Y8K57 
(39%,0%,8%,57%)
(0.39/0.00/0.08/0.57)	

CMYK percentages

%39.45
%0
%8.26
%57.25

Codes

Color #426D64 in popluar color models

426D64
RGB66109100
HSL167°24.57%34.31%
HSB/HSV167°39.45%42.75%
CMYK39.45%0.00%8.26%
57.25%

Color #426D64 in popluar number systems.

HEX426D64
Decimal66109100
Binary100001011011011100100
Octal102155144

Shades and tints

Shades of #426D64

#426D64
(66,109,100)
#3C645B
(60,100,91)
#365B52
(54,91,82)
#305249
(48,82,73)
#2A4940
(42,73,64)
#244037
(36,64,55)
#1E372E
(30,55,46)
#182E25
(24,46,37)
#12251C
(18,37,28)
#0C1C13
(12,28,19)
#06130A
(6,19,10)
#000000
(0,0,0)

Tints of #426D64

#426D64
(66,109,100)
#537A72
(83,122,114)
#648780
(100,135,128)
#75948E
(117,148,142)
#86A19C
(134,161,156)
#97AEAA
(151,174,170)
#A8BBB8
(168,187,184)
#B9C8C6
(185,200,198)
#CAD5D4
(202,213,212)
#DBE2E2
(219,226,226)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D64; }

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

This text font color is #426D64.


Background Color

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

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

This div background color is #426D64.


Border color

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

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

This div border color is #426D64.


Opacity

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

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

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

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

This text has shadow with #426D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D64 on black background.


Color preview on white background

This text has color #426D64 on white background.



Black color preview on #426D64 background

This text has black color on #426D64 background.


White color preview on #426D64 background

This text has white color on #426D64 background.