COLOR #426C62

HEX: #426C62
RGB: (66,108,98)

Color info

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

RGB color model

#426C62 color RGB value is (66,108,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 98 of 255 = 38%

66
108
98

R + G + B ~ 35%. #426C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 108 + 98 = 272 (100%)
R 66 of 272 ~ 24.26%
G 108 of 272 ~ 39.71%
B 98 of 272 ~ 36.03%

%24.26
%39.71
%36.03

CMYK color model

#426C62 color CMYK value is (39,0,9,58).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(39,0,9,58)
C39M0Y9K58 
(39%,0%,9%,58%)
(0.39/0.00/0.09/0.58)	

CMYK percentages

%38.89
%0
%9.26
%57.65

Codes

Color #426C62 in popluar color models

426C62
RGB6610898
HSL166°24.14%34.12%
HSB/HSV166°38.89%42.35%
CMYK38.89%0.00%9.26%
57.65%

Color #426C62 in popluar number systems.

HEX426C62
Decimal6610898
Binary100001011011001100010
Octal102154142

Shades and tints

Shades of #426C62

#426C62
(66,108,98)
#3C635A
(60,99,90)
#365A52
(54,90,82)
#30514A
(48,81,74)
#2A4842
(42,72,66)
#243F3A
(36,63,58)
#1E3632
(30,54,50)
#182D2A
(24,45,42)
#122422
(18,36,34)
#0C1B1A
(12,27,26)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #426C62

#426C62
(66,108,98)
#537970
(83,121,112)
#64867E
(100,134,126)
#75938C
(117,147,140)
#86A09A
(134,160,154)
#97ADA8
(151,173,168)
#A8BAB6
(168,186,182)
#B9C7C4
(185,199,196)
#CAD4D2
(202,212,210)
#DBE1E0
(219,225,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426C62; }

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

This text font color is #426C62.


Background Color

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

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

This div background color is #426C62.


Border color

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

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

This div border color is #426C62.


Opacity

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

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

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

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

This text has shadow with #426C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426C62 on black background.


Color preview on white background

This text has color #426C62 on white background.



Black color preview on #426C62 background

This text has black color on #426C62 background.


White color preview on #426C62 background

This text has white color on #426C62 background.