COLOR #426458

HEX: #426458
RGB: (66,100,88)

Color info

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

RGB color model

#426458 color RGB value is (66,100,88).

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

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 88 of 255 = 35%

66
100
88

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

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 88 = 254 (100%)
R 66 of 254 ~ 25.98%
G 100 of 254 ~ 39.37%
B 88 of 254 ~ 34.65%

%25.98
%39.37
%34.65

CMYK color model

#426458 color CMYK value is (34,0,12,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 60.78%
CMYK:
(34,0,12,61)
C34M0Y12K61 
(34%,0%,12%,61%)
(0.34/0.00/0.12/0.61)	

CMYK percentages

%34
%0
%12
%60.78

Codes

Color #426458 in popluar color models

426458
RGB6610088
HSL159°20.48%32.55%
HSB/HSV159°34.00%39.22%
CMYK34.00%0.00%12.00%
60.78%

Color #426458 in popluar number systems.

HEX426458
Decimal6610088
Binary100001011001001011000
Octal102144130

Shades and tints

Shades of #426458

#426458
(66,100,88)
#3C5B50
(60,91,80)
#365248
(54,82,72)
#304940
(48,73,64)
#2A4038
(42,64,56)
#243730
(36,55,48)
#1E2E28
(30,46,40)
#182520
(24,37,32)
#121C18
(18,28,24)
#0C1310
(12,19,16)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #426458

#426458
(66,100,88)
#537267
(83,114,103)
#648076
(100,128,118)
#758E85
(117,142,133)
#869C94
(134,156,148)
#97AAA3
(151,170,163)
#A8B8B2
(168,184,178)
#B9C6C1
(185,198,193)
#CAD4D0
(202,212,208)
#DBE2DF
(219,226,223)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426458; }

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

This text font color is #426458.


Background Color

.myBgColor { background-color: #426458; }

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

This div background color is #426458.


Border color

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

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

This div border color is #426458.


Opacity

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

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

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

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

This text has shadow with #426458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426458 on black background.


Color preview on white background

This text has color #426458 on white background.



Black color preview on #426458 background

This text has black color on #426458 background.


White color preview on #426458 background

This text has white color on #426458 background.