COLOR #426344

HEX: #426344
RGB: (66,99,68)

Color info

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

RGB color model

#426344 color RGB value is (66,99,68).

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

RGB channels and saturation

R 66 of 255 = 26%
G 99 of 255 = 39%
B 68 of 255 = 27%

66
99
68

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

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 68 = 233 (100%)
R 66 of 233 ~ 28.33%
G 99 of 233 ~ 42.49%
B 68 of 233 ~ 29.18%

%28.33
%42.49
%29.18

CMYK color model

#426344 color CMYK value is (33,0,31,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(33,0,31,61)
C33M0Y31K61 
(33%,0%,31%,61%)
(0.33/0.00/0.31/0.61)	

CMYK percentages

%33.33
%0
%31.31
%61.18

Codes

Color #426344 in popluar color models

426344
RGB669968
HSL124°20.00%32.35%
HSB/HSV124°33.33%38.82%
CMYK33.33%0.00%31.31%
61.18%

Color #426344 in popluar number systems.

HEX426344
Decimal669968
Binary100001011000111000100
Octal102143104

Shades and tints

Shades of #426344

#426344
(66,99,68)
#3C5A3E
(60,90,62)
#365138
(54,81,56)
#304832
(48,72,50)
#2A3F2C
(42,63,44)
#243626
(36,54,38)
#1E2D20
(30,45,32)
#18241A
(24,36,26)
#121B14
(18,27,20)
#0C120E
(12,18,14)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #426344

#426344
(66,99,68)
#537155
(83,113,85)
#647F66
(100,127,102)
#758D77
(117,141,119)
#869B88
(134,155,136)
#97A999
(151,169,153)
#A8B7AA
(168,183,170)
#B9C5BB
(185,197,187)
#CAD3CC
(202,211,204)
#DBE1DD
(219,225,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426344 color. Also use rgb(66,99,68) instead hex code.

Text Font Color

.myTextColor { color: #426344; }

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

This text font color is #426344.


Background Color

.myBgColor { background-color: #426344; }

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

This div background color is #426344.


Border color

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

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

This div border color is #426344.


Opacity

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

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

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

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

This text has shadow with #426344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426344 on black background.


Color preview on white background

This text has color #426344 on white background.



Black color preview on #426344 background

This text has black color on #426344 background.


White color preview on #426344 background

This text has white color on #426344 background.