COLOR #426762

HEX: #426762
RGB: (66,103,98)

Color info

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

RGB color model

#426762 color RGB value is (66,103,98).

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

RGB channels and saturation

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

66
103
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 98 = 267 (100%)
R 66 of 267 ~ 24.72%
G 103 of 267 ~ 38.58%
B 98 of 267 ~ 36.7%

%24.72
%38.58
%36.7

CMYK color model

#426762 color CMYK value is (36,0,5,60).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(36,0,5,60)
C36M0Y5K60 
(36%,0%,5%,60%)
(0.36/0.00/0.05/0.60)	

CMYK percentages

%35.92
%0
%4.85
%59.61

Codes

Color #426762 in popluar color models

426762
RGB6610398
HSL172°21.89%33.14%
HSB/HSV172°35.92%40.39%
CMYK35.92%0.00%4.85%
59.61%

Color #426762 in popluar number systems.

HEX426762
Decimal6610398
Binary100001011001111100010
Octal102147142

Shades and tints

Shades of #426762

#426762
(66,103,98)
#3C5E5A
(60,94,90)
#365552
(54,85,82)
#304C4A
(48,76,74)
#2A4342
(42,67,66)
#243A3A
(36,58,58)
#1E3132
(30,49,50)
#18282A
(24,40,42)
#121F22
(18,31,34)
#0C161A
(12,22,26)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #426762

#426762
(66,103,98)
#537470
(83,116,112)
#64817E
(100,129,126)
#758E8C
(117,142,140)
#869B9A
(134,155,154)
#97A8A8
(151,168,168)
#A8B5B6
(168,181,182)
#B9C2C4
(185,194,196)
#CACFD2
(202,207,210)
#DBDCE0
(219,220,224)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426762; }

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

This text font color is #426762.


Background Color

.myBgColor { background-color: #426762; }

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

This div background color is #426762.


Border color

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

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

This div border color is #426762.


Opacity

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

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

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

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

This text has shadow with #426762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426762 on black background.


Color preview on white background

This text has color #426762 on white background.



Black color preview on #426762 background

This text has black color on #426762 background.


White color preview on #426762 background

This text has white color on #426762 background.