COLOR #426450

HEX: #426450
RGB: (66,100,80)

Color info

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

RGB color model

#426450 color RGB value is (66,100,80).

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

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 80 of 255 = 31%

66
100
80

R + G + B ~ 32%. #426450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 80 = 246 (100%)
R 66 of 246 ~ 26.83%
G 100 of 246 ~ 40.65%
B 80 of 246 ~ 32.52%

%26.83
%40.65
%32.52

CMYK color model

#426450 color CMYK value is (34,0,20,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(34,0,20,61)
C34M0Y20K61 
(34%,0%,20%,61%)
(0.34/0.00/0.20/0.61)	

CMYK percentages

%34
%0
%20
%60.78

Codes

Color #426450 in popluar color models

426450
RGB6610080
HSL145°20.48%32.55%
HSB/HSV145°34.00%39.22%
CMYK34.00%0.00%20.00%
60.78%

Color #426450 in popluar number systems.

HEX426450
Decimal6610080
Binary100001011001001010000
Octal102144120

Shades and tints

Shades of #426450

#426450
(66,100,80)
#3C5B49
(60,91,73)
#365242
(54,82,66)
#30493B
(48,73,59)
#2A4034
(42,64,52)
#24372D
(36,55,45)
#1E2E26
(30,46,38)
#18251F
(24,37,31)
#121C18
(18,28,24)
#0C1311
(12,19,17)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #426450

#426450
(66,100,80)
#53725F
(83,114,95)
#64806E
(100,128,110)
#758E7D
(117,142,125)
#869C8C
(134,156,140)
#97AA9B
(151,170,155)
#A8B8AA
(168,184,170)
#B9C6B9
(185,198,185)
#CAD4C8
(202,212,200)
#DBE2D7
(219,226,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426450; }

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

This text font color is #426450.


Background Color

.myBgColor { background-color: #426450; }

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

This div background color is #426450.


Border color

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

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

This div border color is #426450.


Opacity

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

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

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

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

This text has shadow with #426450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426450 on black background.


Color preview on white background

This text has color #426450 on white background.



Black color preview on #426450 background

This text has black color on #426450 background.


White color preview on #426450 background

This text has white color on #426450 background.