COLOR #426662

HEX: #426662
RGB: (66,102,98)

Color info

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

RGB color model

#426662 color RGB value is (66,102,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 98 of 255 = 38%

66
102
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 98 = 266 (100%)
R 66 of 266 ~ 24.81%
G 102 of 266 ~ 38.35%
B 98 of 266 ~ 36.84%

%24.81
%38.35
%36.84

CMYK color model

#426662 color CMYK value is (35,0,4,60).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(35,0,4,60)
C35M0Y4K60 
(35%,0%,4%,60%)
(0.35/0.00/0.04/0.60)	

CMYK percentages

%35.29
%0
%3.92
%60

Codes

Color #426662 in popluar color models

426662
RGB6610298
HSL173°21.43%32.94%
HSB/HSV173°35.29%40.00%
CMYK35.29%0.00%3.92%
60.00%

Color #426662 in popluar number systems.

HEX426662
Decimal6610298
Binary100001011001101100010
Octal102146142

Shades and tints

Shades of #426662

#426662
(66,102,98)
#3C5D5A
(60,93,90)
#365452
(54,84,82)
#304B4A
(48,75,74)
#2A4242
(42,66,66)
#24393A
(36,57,58)
#1E3032
(30,48,50)
#18272A
(24,39,42)
#121E22
(18,30,34)
#0C151A
(12,21,26)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #426662

#426662
(66,102,98)
#537370
(83,115,112)
#64807E
(100,128,126)
#758D8C
(117,141,140)
#869A9A
(134,154,154)
#97A7A8
(151,167,168)
#A8B4B6
(168,180,182)
#B9C1C4
(185,193,196)
#CACED2
(202,206,210)
#DBDBE0
(219,219,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426662; }

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

This text font color is #426662.


Background Color

.myBgColor { background-color: #426662; }

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

This div background color is #426662.


Border color

.myBorderColor { border: 1px solid #426662; }

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

This div border color is #426662.


Opacity

.myOpacity80 { color: #426662; opacity: 0.8; }

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

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

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

This text has shadow with #426662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426662 on black background.


Color preview on white background

This text has color #426662 on white background.



Black color preview on #426662 background

This text has black color on #426662 background.


White color preview on #426662 background

This text has white color on #426662 background.