COLOR #426446

HEX: #426446
RGB: (66,100,70)

Color info

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

RGB color model

#426446 color RGB value is (66,100,70).

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

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 70 of 255 = 27%

66
100
70

R + G + B ~ 31%. #426446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 70 = 236 (100%)
R 66 of 236 ~ 27.97%
G 100 of 236 ~ 42.37%
B 70 of 236 ~ 29.66%

%27.97
%42.37
%29.66

CMYK color model

#426446 color CMYK value is (34,0,30,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(34,0,30,61)
C34M0Y30K61 
(34%,0%,30%,61%)
(0.34/0.00/0.30/0.61)	

CMYK percentages

%34
%0
%30
%60.78

Codes

Color #426446 in popluar color models

426446
RGB6610070
HSL127°20.48%32.55%
HSB/HSV127°34.00%39.22%
CMYK34.00%0.00%30.00%
60.78%

Color #426446 in popluar number systems.

HEX426446
Decimal6610070
Binary100001011001001000110
Octal102144106

Shades and tints

Shades of #426446

#426446
(66,100,70)
#3C5B40
(60,91,64)
#36523A
(54,82,58)
#304934
(48,73,52)
#2A402E
(42,64,46)
#243728
(36,55,40)
#1E2E22
(30,46,34)
#18251C
(24,37,28)
#121C16
(18,28,22)
#0C1310
(12,19,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #426446

#426446
(66,100,70)
#537256
(83,114,86)
#648066
(100,128,102)
#758E76
(117,142,118)
#869C86
(134,156,134)
#97AA96
(151,170,150)
#A8B8A6
(168,184,166)
#B9C6B6
(185,198,182)
#CAD4C6
(202,212,198)
#DBE2D6
(219,226,214)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426446; }

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

This text font color is #426446.


Background Color

.myBgColor { background-color: #426446; }

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

This div background color is #426446.


Border color

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

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

This div border color is #426446.


Opacity

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

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

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

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

This text has shadow with #426446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426446 on black background.


Color preview on white background

This text has color #426446 on white background.



Black color preview on #426446 background

This text has black color on #426446 background.


White color preview on #426446 background

This text has white color on #426446 background.