COLOR #426440

HEX: #426440
RGB: (66,100,64)

Color info

#426440 contains red, green and blue colors in about the same proportion. Web safe color of #426440 is #336633 (or #363).

RGB color model

#426440 color RGB value is (66,100,64).

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

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 64 of 255 = 25%

66
100
64

R + G + B ~ 30%. #426440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 64 = 230 (100%)
R 66 of 230 ~ 28.7%
G 100 of 230 ~ 43.48%
B 64 of 230 ~ 27.83%

%28.7
%43.48
%27.83

CMYK color model

#426440 color CMYK value is (34,0,36,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 60.78%
CMYK:
(34,0,36,61)
C34M0Y36K61 
(34%,0%,36%,61%)
(0.34/0.00/0.36/0.61)	

CMYK percentages

%34
%0
%36
%60.78

Codes

Color #426440 in popluar color models

426440
RGB6610064
HSL117°21.95%32.16%
HSB/HSV117°36.00%39.22%
CMYK34.00%0.00%36.00%
60.78%

Color #426440 in popluar number systems.

HEX426440
Decimal6610064
Binary100001011001001000000
Octal102144100

Shades and tints

Shades of #426440

#426440
(66,100,64)
#3C5B3B
(60,91,59)
#365236
(54,82,54)
#304931
(48,73,49)
#2A402C
(42,64,44)
#243727
(36,55,39)
#1E2E22
(30,46,34)
#18251D
(24,37,29)
#121C18
(18,28,24)
#0C1313
(12,19,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #426440

#426440
(66,100,64)
#537251
(83,114,81)
#648062
(100,128,98)
#758E73
(117,142,115)
#869C84
(134,156,132)
#97AA95
(151,170,149)
#A8B8A6
(168,184,166)
#B9C6B7
(185,198,183)
#CAD4C8
(202,212,200)
#DBE2D9
(219,226,217)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426440; }

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

This text font color is #426440.


Background Color

.myBgColor { background-color: #426440; }

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

This div background color is #426440.


Border color

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

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

This div border color is #426440.


Opacity

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

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

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

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

This text has shadow with #426440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426440 on black background.


Color preview on white background

This text has color #426440 on white background.



Black color preview on #426440 background

This text has black color on #426440 background.


White color preview on #426440 background

This text has white color on #426440 background.