COLOR #426457

HEX: #426457
RGB: (66,100,87)

Color info

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

RGB color model

#426457 color RGB value is (66,100,87).

  • red value is 66;
  • green value is 100;
  • blue value is 87.
RGB:
(66,100,87)
(26%,39%,34%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 87 of 255 = 34%

66
100
87

R + G + B ~ 33%. #426457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 87 = 253 (100%)
R 66 of 253 ~ 26.09%
G 100 of 253 ~ 39.53%
B 87 of 253 ~ 34.39%

%26.09
%39.53
%34.39

CMYK color model

#426457 color CMYK value is (34,0,13,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(34,0,13,61)
C34M0Y13K61 
(34%,0%,13%,61%)
(0.34/0.00/0.13/0.61)	

CMYK percentages

%34
%0
%13
%60.78

Codes

Color #426457 in popluar color models

426457
RGB6610087
HSL157°20.48%32.55%
HSB/HSV157°34.00%39.22%
CMYK34.00%0.00%13.00%
60.78%

Color #426457 in popluar number systems.

HEX426457
Decimal6610087
Binary100001011001001010111
Octal102144127

Shades and tints

Shades of #426457

#426457
(66,100,87)
#3C5B50
(60,91,80)
#365249
(54,82,73)
#304942
(48,73,66)
#2A403B
(42,64,59)
#243734
(36,55,52)
#1E2E2D
(30,46,45)
#182526
(24,37,38)
#121C1F
(18,28,31)
#0C1318
(12,19,24)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #426457

#426457
(66,100,87)
#537266
(83,114,102)
#648075
(100,128,117)
#758E84
(117,142,132)
#869C93
(134,156,147)
#97AAA2
(151,170,162)
#A8B8B1
(168,184,177)
#B9C6C0
(185,198,192)
#CAD4CF
(202,212,207)
#DBE2DE
(219,226,222)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426457; }

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

This text font color is #426457.


Background Color

.myBgColor { background-color: #426457; }

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

This div background color is #426457.


Border color

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

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

This div border color is #426457.


Opacity

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

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

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

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

This text has shadow with #426457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426457 on black background.


Color preview on white background

This text has color #426457 on white background.



Black color preview on #426457 background

This text has black color on #426457 background.


White color preview on #426457 background

This text has white color on #426457 background.