COLOR #426265

HEX: #426265
RGB: (66,98,101)

Color info

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

RGB color model

#426265 color RGB value is (66,98,101).

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

RGB channels and saturation

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

66
98
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 101 = 265 (100%)
R 66 of 265 ~ 24.91%
G 98 of 265 ~ 36.98%
B 101 of 265 ~ 38.11%

%24.91
%36.98
%38.11

CMYK color model

#426265 color CMYK value is (35,3,0,60).

  • cyan value is 34.65%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,3,0,60)
C35M3Y0K60 
(35%,3%,0%,60%)
(0.35/0.03/0.00/0.60)	

CMYK percentages

%34.65
%2.97
%0
%60.39

Codes

Color #426265 in popluar color models

426265
RGB6698101
HSL185°20.96%32.75%
HSB/HSV185°34.65%39.61%
CMYK34.65%2.97%0.00%
60.39%

Color #426265 in popluar number systems.

HEX426265
Decimal6698101
Binary100001011000101100101
Octal102142145

Shades and tints

Shades of #426265

#426265
(66,98,101)
#3C5A5C
(60,90,92)
#365253
(54,82,83)
#304A4A
(48,74,74)
#2A4241
(42,66,65)
#243A38
(36,58,56)
#1E322F
(30,50,47)
#182A26
(24,42,38)
#12221D
(18,34,29)
#0C1A14
(12,26,20)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #426265

#426265
(66,98,101)
#537073
(83,112,115)
#647E81
(100,126,129)
#758C8F
(117,140,143)
#869A9D
(134,154,157)
#97A8AB
(151,168,171)
#A8B6B9
(168,182,185)
#B9C4C7
(185,196,199)
#CAD2D5
(202,210,213)
#DBE0E3
(219,224,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426265; }

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

This text font color is #426265.


Background Color

.myBgColor { background-color: #426265; }

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

This div background color is #426265.


Border color

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

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

This div border color is #426265.


Opacity

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

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

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

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

This text has shadow with #426265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426265 on black background.


Color preview on white background

This text has color #426265 on white background.



Black color preview on #426265 background

This text has black color on #426265 background.


White color preview on #426265 background

This text has white color on #426265 background.