COLOR #426E6A

HEX: #426E6A
RGB: (66,110,106)

Color info

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

RGB color model

#426E6A color RGB value is (66,110,106).

  • red value is 66;
  • green value is 110;
  • blue value is 106.
RGB:
(66,110,106)
(26%,43%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 106 of 255 = 42%

66
110
106

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

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 106 = 282 (100%)
R 66 of 282 ~ 23.4%
G 110 of 282 ~ 39.01%
B 106 of 282 ~ 37.59%

%23.4
%39.01
%37.59

CMYK color model

#426E6A color CMYK value is (40,0,4,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(40,0,4,57)
C40M0Y4K57 
(40%,0%,4%,57%)
(0.40/0.00/0.04/0.57)	

CMYK percentages

%40
%0
%3.64
%56.86

Codes

Color #426E6A in popluar color models

426E6A
RGB66110106
HSL175°25.00%34.51%
HSB/HSV175°40.00%43.14%
CMYK40.00%0.00%3.64%
56.86%

Color #426E6A in popluar number systems.

HEX426E6A
Decimal66110106
Binary100001011011101101010
Octal102156152

Shades and tints

Shades of #426E6A

#426E6A
(66,110,106)
#3C6461
(60,100,97)
#365A58
(54,90,88)
#30504F
(48,80,79)
#2A4646
(42,70,70)
#243C3D
(36,60,61)
#1E3234
(30,50,52)
#18282B
(24,40,43)
#121E22
(18,30,34)
#0C1419
(12,20,25)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #426E6A

#426E6A
(66,110,106)
#537B77
(83,123,119)
#648884
(100,136,132)
#759591
(117,149,145)
#86A29E
(134,162,158)
#97AFAB
(151,175,171)
#A8BCB8
(168,188,184)
#B9C9C5
(185,201,197)
#CAD6D2
(202,214,210)
#DBE3DF
(219,227,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426E6A color. Also use rgb(66,110,106) instead hex code.

Text Font Color

.myTextColor { color: #426E6A; }

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

This text font color is #426E6A.


Background Color

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

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

This div background color is #426E6A.


Border color

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

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

This div border color is #426E6A.


Opacity

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

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

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

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

This text has shadow with #426E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E6A on black background.


Color preview on white background

This text has color #426E6A on white background.



Black color preview on #426E6A background

This text has black color on #426E6A background.


White color preview on #426E6A background

This text has white color on #426E6A background.