COLOR #426565

HEX: #426565
RGB: (66,101,101)

Color info

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

RGB color model

#426565 color RGB value is (66,101,101).

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

RGB channels and saturation

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

66
101
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 101 = 268 (100%)
R 66 of 268 ~ 24.63%
G 101 of 268 ~ 37.69%
B 101 of 268 ~ 37.69%

%24.63
%37.69
%37.69

CMYK color model

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

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

CMYK percentages

%34.65
%0
%0
%60.39

Codes

Color #426565 in popluar color models

426565
RGB66101101
HSL180°20.96%32.75%
HSB/HSV180°34.65%39.61%
CMYK34.65%0.00%0.00%
60.39%

Color #426565 in popluar number systems.

HEX426565
Decimal66101101
Binary100001011001011100101
Octal102145145

Shades and tints

Shades of #426565

#426565
(66,101,101)
#3C5C5C
(60,92,92)
#365353
(54,83,83)
#304A4A
(48,74,74)
#2A4141
(42,65,65)
#243838
(36,56,56)
#1E2F2F
(30,47,47)
#182626
(24,38,38)
#121D1D
(18,29,29)
#0C1414
(12,20,20)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #426565

#426565
(66,101,101)
#537373
(83,115,115)
#648181
(100,129,129)
#758F8F
(117,143,143)
#869D9D
(134,157,157)
#97ABAB
(151,171,171)
#A8B9B9
(168,185,185)
#B9C7C7
(185,199,199)
#CAD5D5
(202,213,213)
#DBE3E3
(219,227,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426565; }

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

This text font color is #426565.


Background Color

.myBgColor { background-color: #426565; }

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

This div background color is #426565.


Border color

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

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

This div border color is #426565.


Opacity

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

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

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

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

This text has shadow with #426565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426565 on black background.


Color preview on white background

This text has color #426565 on white background.



Black color preview on #426565 background

This text has black color on #426565 background.


White color preview on #426565 background

This text has white color on #426565 background.