COLOR #426461

HEX: #426461
RGB: (66,100,97)

Color info

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

RGB color model

#426461 color RGB value is (66,100,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 97 of 255 = 38%

66
100
97

R + G + B ~ 34%. #426461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 97 = 263 (100%)
R 66 of 263 ~ 25.1%
G 100 of 263 ~ 38.02%
B 97 of 263 ~ 36.88%

%25.1
%38.02
%36.88

CMYK color model

#426461 color CMYK value is (34,0,3,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(34,0,3,61)
C34M0Y3K61 
(34%,0%,3%,61%)
(0.34/0.00/0.03/0.61)	

CMYK percentages

%34
%0
%3
%60.78

Codes

Color #426461 in popluar color models

426461
RGB6610097
HSL175°20.48%32.55%
HSB/HSV175°34.00%39.22%
CMYK34.00%0.00%3.00%
60.78%

Color #426461 in popluar number systems.

HEX426461
Decimal6610097
Binary100001011001001100001
Octal102144141

Shades and tints

Shades of #426461

#426461
(66,100,97)
#3C5B59
(60,91,89)
#365251
(54,82,81)
#304949
(48,73,73)
#2A4041
(42,64,65)
#243739
(36,55,57)
#1E2E31
(30,46,49)
#182529
(24,37,41)
#121C21
(18,28,33)
#0C1319
(12,19,25)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #426461

#426461
(66,100,97)
#53726F
(83,114,111)
#64807D
(100,128,125)
#758E8B
(117,142,139)
#869C99
(134,156,153)
#97AAA7
(151,170,167)
#A8B8B5
(168,184,181)
#B9C6C3
(185,198,195)
#CAD4D1
(202,212,209)
#DBE2DF
(219,226,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426461; }

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

This text font color is #426461.


Background Color

.myBgColor { background-color: #426461; }

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

This div background color is #426461.


Border color

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

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

This div border color is #426461.


Opacity

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

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

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

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

This text has shadow with #426461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426461 on black background.


Color preview on white background

This text has color #426461 on white background.



Black color preview on #426461 background

This text has black color on #426461 background.


White color preview on #426461 background

This text has white color on #426461 background.