COLOR #426B70

HEX: #426B70
RGB: (66,107,112)

Color info

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

RGB color model

#426B70 color RGB value is (66,107,112).

  • red value is 66;
  • green value is 107;
  • blue value is 112.
RGB:
(66,107,112)
(26%,42%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 112 of 255 = 44%

66
107
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 112 = 285 (100%)
R 66 of 285 ~ 23.16%
G 107 of 285 ~ 37.54%
B 112 of 285 ~ 39.3%

%23.16
%37.54
%39.3

CMYK color model

#426B70 color CMYK value is (41,4,0,56).

  • cyan value is 41.07%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,4,0,56)
C41M4Y0K56 
(41%,4%,0%,56%)
(0.41/0.04/0.00/0.56)	

CMYK percentages

%41.07
%4.46
%0
%56.08

Codes

Color #426B70 in popluar color models

426B70
RGB66107112
HSL187°25.84%34.90%
HSB/HSV187°41.07%43.92%
CMYK41.07%4.46%0.00%
56.08%

Color #426B70 in popluar number systems.

HEX426B70
Decimal66107112
Binary100001011010111110000
Octal102153160

Shades and tints

Shades of #426B70

#426B70
(66,107,112)
#3C6266
(60,98,102)
#36595C
(54,89,92)
#305052
(48,80,82)
#2A4748
(42,71,72)
#243E3E
(36,62,62)
#1E3534
(30,53,52)
#182C2A
(24,44,42)
#122320
(18,35,32)
#0C1A16
(12,26,22)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #426B70

#426B70
(66,107,112)
#53787D
(83,120,125)
#64858A
(100,133,138)
#759297
(117,146,151)
#869FA4
(134,159,164)
#97ACB1
(151,172,177)
#A8B9BE
(168,185,190)
#B9C6CB
(185,198,203)
#CAD3D8
(202,211,216)
#DBE0E5
(219,224,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426B70 color. Also use rgb(66,107,112) instead hex code.

Text Font Color

.myTextColor { color: #426B70; }

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

This text font color is #426B70.


Background Color

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

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

This div background color is #426B70.


Border color

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

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

This div border color is #426B70.


Opacity

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

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

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

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

This text has shadow with #426B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B70 on black background.


Color preview on white background

This text has color #426B70 on white background.



Black color preview on #426B70 background

This text has black color on #426B70 background.


White color preview on #426B70 background

This text has white color on #426B70 background.